Home
last modified time | relevance | path

Searched defs:status (Results 1 - 25 of 249) sorted by relevance

12345678910

/drivers/hdf_core/framework/core/shared/src/
H A Dservice_status.c13 int ServiceStatusMarshalling(struct ServiceStatus *status, struct HdfSBuf *buf) in ServiceStatusMarshalling() argument
29 ServiceStatusUnMarshalling(struct ServiceStatus *status, struct HdfSBuf *buf) ServiceStatusUnMarshalling() argument
[all...]
H A Dioserstat_listener.c20 struct ServiceStatus status = { 0 }; in OnIoServiceEventReceive() local
/drivers/hdf_core/adapter/uhdf2/manager/
H A Ddevice_manager.c31 int status = HDF_FAILURE; in main() local
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/
H A Dcamera_host_callback.cpp20 void CameraHostCallback::OnCameraStatus(const std::string &cameraId, CameraStatus status) in OnCameraStatus() argument
25 void CameraHostCallback::OnFlashlightStatus(const std::string &cameraId, FlashlightStatus status) in OnFlashlightStatus() argument
/drivers/peripheral/camera/test/common/callback/src/
H A Dcamera_host_callback.cpp21 int32_t CameraHostCallback::OnCameraStatus(const std::string& cameraId, CameraStatus status) in OnCameraStatus() argument
29 int32_t CameraHostCallback::OnFlashlightStatus(const std::string& cameraId, FlashlightStatus status) in OnFlashlightStatus() argument
/drivers/hdf_core/framework/test/fuzztest/devicemanagerstart_fuzzer/
H A Ddevicemanagerstart_fuzzer.cpp32 int status = HDF_FAILURE; in DeviceManagerStartServiceFuzzTest() local
/drivers/hdf_core/framework/utils/include/
H A Dhdf_thread_ex.h20 bool status; member
/drivers/hdf_core/adapter/khdf/liteos/model/network/wifi/platform/src/
H A Dhdf_wlan_queue.c62 uint32_t status = LOS_QueueDelete(queueImpl->queueID); in DestroyQueue() local
78 uint32_t status = LOS_QueueReadCopy(queueImpl->queueID, &context, &bufferSize, 0); in PopQueue() local
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Dservstat_listener_stub.cpp39 ServiceStatus status; in ServStatListenerStubOnReceive() local
[all...]
/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_query_device.c31 uint16_t status = 0; in DevFillQueryDeviceInfo() local
[all...]
/drivers/hdf_core/framework/core/shared/test/unittest/common/
H A Dhdf_core_shared_test.cpp69 ServiceStatus *status = (struct ServiceStatus *)OsalMemCalloc(sizeof(struct ServiceStatus)); in HWTEST_F() local
86 ServiceStatus *status = (struct ServiceStatus *)OsalMemCalloc(sizeof(struct ServiceStatus)); in HWTEST_F() local
[all...]
/drivers/hdf_core/framework/include/platform/
H A Dpwm_if.h103 uint8_t status; /**< Running status member
/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/message/
H A Dhdf_queue_test.c138 int32_t status; in MessageQueueTest003() local
/drivers/hdf_core/interfaces/inner_api/core/
H A Dhdf_service_status.h64 uint16_t status; member
[all...]
/drivers/peripheral/camera/test/mpi/src/
H A Dstability_test.cpp281 bool status = true; in HWTEST_F() local
/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dcamera_host_service_callback.cpp28 int32_t CameraHostServiceCallback::OnCameraStatus(const std::string &cameraId, VdiCameraStatus status) in OnCameraStatus() argument
45 int32_t CameraHostServiceCallback::OnFlashlightStatus(const std::string &cameraId, VdiFlashlightStatus status) in OnFlashlightStatus() argument
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerahostsetcallback_fuzzer/
H A Ddcamerahostsetcallback_fuzzer.cpp30 int32_t OnCameraStatus(const std::string& cameraId, CameraStatus status) in OnCameraStatus() argument
35 int32_t OnFlashlightStatus(const std::string& cameraId, FlashlightStatus status) in OnFlashlightStatus() argument
/drivers/peripheral/input/test/fuzztest/inputsetpowerstatus_fuzzer/
H A Dinputsetpowerstatus_fuzzer.cpp24 uint32_t status; member
/drivers/peripheral/usb/sample/device/linux/
H A Dacm_speed_read.c37 int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, in TestSpeed() local
50 int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, in GetTempSpeed() local
68 int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, in ReadSpeedDone() local
88 int32_t status; AcmSpeedRead() local
[all...]
H A Dacm_speed_write.c38 int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, in TestSpeed() local
51 int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, in GetTempSpeed() local
69 int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, in WriteSpeedDone() local
90 int32_t status; AcmSpeedWrite() local
[all...]
H A Dacm_write.c37 int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, USB_SERIAL_WRITE, g_data, g_reply); in TestWrite() local
64 int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, USB_SERIAL_OPEN, g_data, g_reply); in AcmWrite() local
[all...]
/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_sdk_io_test.cpp306 UsbRequestStatus status; in HWTEST_F() local
323 UsbRequestStatus status; in HWTEST_F() local
354 UsbRequestStatus status; HWTEST_F() local
375 UsbRequestStatus status; HWTEST_F() local
[all...]
/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_adapter.h37 enum ThreadStatus *status; member
/drivers/peripheral/motion/interfaces/v1_0/
H A Dimotion_callback_vdi.h33 int32_t status; member
/drivers/peripheral/usb/interfaces/ddk/device/
H A Dusbfn_request.h57 UsbRequestStatus status; member

Completed in 8 milliseconds

12345678910