Home
last modified time | relevance | path

Searched refs:DevmgrServiceClntAttachDeviceHost (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/host/include/
H A Ddevmgr_service_clnt.h28 int DevmgrServiceClntAttachDeviceHost(uint16_t hostId, struct IDevHostService *hostService);
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Ddevmgr_service_clnt.c17 int DevmgrServiceClntAttachDeviceHost(uint16_t hostId, struct IDevHostService *hostService) in DevmgrServiceClntAttachDeviceHost() function
H A Ddevhost_service.c164 return DevmgrServiceClntAttachDeviceHost(hostService->hostId, service); in DevHostServiceStartService()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevhost_service_full.c158 int ret = DevmgrServiceClntAttachDeviceHost(hostService->hostId, service); in DevHostServiceFullStartService()