Home
last modified time | relevance | path

Searched defs:hostService (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Ddevhost_service.c21 static struct HdfDevice *DevHostServiceFindDevice(struct DevHostService *hostService, uint16_t devi… in DevHostServiceFindDevice()
37 static void DevHostServiceFreeDevice(struct DevHostService *hostService, struct HdfDevice *device) in DevHostServiceFreeDevice()
69 struct DevHostService *hostService = CONTAINER_OF(inst, struct DevHostService, super); in DevHostServiceAddDevice() local
124 struct DevHostService *hostService = (struct DevHostService *)inst; in DevHostServiceDelDevice() local
159 struct DevHostService *hostService = (struct DevHostService*)service; in DevHostServiceStartService() local
203 struct DevHostService *hostService = CONTAINER_OF(service, struct DevHostService, super); in DevHostServicePmNotify() local
275 struct DevHostService *hostService = in DevHostServiceNewInstance() local
H A Ddevmgr_service_clnt.c17 int DevmgrServiceClntAttachDeviceHost(uint16_t hostId, struct IDevHostService *hostService) in DevmgrServiceClntAttachDeviceHost()
H A Dhdf_device_object.c33 struct DevHostService *hostService = NULL; in HdfDeviceSubscribeService() local
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevhost_service_full.c29 struct DevHostServiceFull *hostService = in DevHostServiceFullDispatchMessage() local
145 …struct DevHostService *hostService = CONTAINER_OF(self, struct DevHostService, sysEventNotifyNode); in OnSysEventReceived() local
152 struct DevHostService *hostService = (struct DevHostService *)service; in DevHostServiceFullStartService() local
177 struct DevHostService *hostService = (struct DevHostService *)service; in DevHostServiceFullPmNotify() local
/ohos5.0/drivers/hdf_core/framework/core/manager/include/
H A Ddevhost_service_clnt.h23 struct IDevHostService *hostService; member
/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/shared/
H A Dhdf_device_node.h38 struct DevHostService *hostService; member
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
H A Ddevhost_test.cpp155 struct IDevHostService *hostService = reinterpret_cast<struct IDevHostService *>(object); variable
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevmgr_service.c292 struct IDevmgrService *inst, uint16_t hostId, struct IDevHostService *hostService) in DevmgrServiceAttachDeviceHost()