Searched defs:hostService (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/core/host/src/ |
H A D | devhost_service.c | 21 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 D | devmgr_service_clnt.c | 17 int DevmgrServiceClntAttachDeviceHost(uint16_t hostId, struct IDevHostService *hostService) in DevmgrServiceClntAttachDeviceHost()
|
H A D | hdf_device_object.c | 33 struct DevHostService *hostService = NULL; in HdfDeviceSubscribeService() local
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/ |
H A D | devhost_service_full.c | 29 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 D | devhost_service_clnt.h | 23 struct IDevHostService *hostService; member
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/shared/ |
H A D | hdf_device_node.h | 38 struct DevHostService *hostService; member
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/ |
H A D | devhost_test.cpp | 155 struct IDevHostService *hostService = reinterpret_cast<struct IDevHostService *>(object); variable
|
/ohos5.0/drivers/hdf_core/framework/core/manager/src/ |
H A D | devmgr_service.c | 292 struct IDevmgrService *inst, uint16_t hostId, struct IDevHostService *hostService) in DevmgrServiceAttachDeviceHost()
|