Home
last modified time | relevance | path

Searched refs:DevHostServiceProxyObtain (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/include/
H A Ddevhost_service_proxy.h39 struct IDevHostService *DevHostServiceProxyObtain(uint32_t hostId, struct HdfRemoteService *remote);
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevhost_service_proxy.c120 struct IDevHostService *DevHostServiceProxyObtain(uint32_t hostId, struct HdfRemoteService *remote) in DevHostServiceProxyObtain() function
H A Ddevmgr_service_stub.c46 struct IDevHostService *hostIf = DevHostServiceProxyObtain(hostId, service); in DevmgrServiceStubDispatchAttachDeviceHost()