Home
last modified time | relevance | path

Searched refs:HdfMessageLooper (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/utils/include/
H A Dhdf_message_looper.h20 struct HdfMessageLooper { struct
22 void (*Start)(struct HdfMessageLooper *); argument
23 void (*Stop)(struct HdfMessageLooper *); argument
27 void HdfMessageLooperConstruct(struct HdfMessageLooper *looper); argument
H A Dhdf_message_task.h35 struct HdfMessageLooper *looper, struct IHdfMessageHandler *handler);
/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_message_looper.c14 void HdfMessageLooperStart(struct HdfMessageLooper *looper) in HdfMessageLooperStart()
39 void HdfMessageLooperStop(struct HdfMessageLooper *looper) in HdfMessageLooperStop()
52 void HdfMessageLooperConstruct(struct HdfMessageLooper *looper) in HdfMessageLooperConstruct()
H A Dhdf_message_task.c50 struct HdfMessageLooper *looper, struct IHdfMessageHandler *handler) in HdfMessageTaskConstruct()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/include/
H A Ddevmgr_service_full.h25 struct HdfMessageLooper looper;
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/include/
H A Ddevhost_service_full.h27 struct HdfMessageLooper looper;
H A Dhdf_device_thread.h29 struct HdfMessageLooper looper;
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/
H A Ddevice_manager.c47 struct HdfMessageLooper *looper = &fullService->looper; in main()
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/devicemanagerstart_fuzzer/
H A Ddevicemanagerstart_fuzzer.cpp48 struct HdfMessageLooper *looper = &fullService->looper; in DeviceManagerStartServiceFuzzTest()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Dhdf_device_thread.c73 struct HdfMessageLooper *looper = &currentThread->looper; in DeviceThreadMain()
H A Ddevsvc_manager_proxy.c222 struct HdfMessageLooper *looper = &fullService->looper; in DevSvcManagerProxyOnRemoteDied()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/
H A Ddevhost.c192 struct HdfMessageLooper *looper = &fullService->looper; in main()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
H A Dsample_hdi_service.cpp195 struct HdfMessageLooper *looper = &fullService->looper; in SampleServiceEndHost()