Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevhost_service_proxy.c32 struct DevHostServiceProxy *hostClnt = (struct DevHostServiceProxy *)inst; in DevHostServiceProxyOpsDevice()
56 struct DevHostServiceProxy *hostClnt = (struct DevHostServiceProxy *)inst; in DevHostServiceProxyDelDevice()
84 struct DevHostServiceProxy *proxy = HDF_SLIST_CONTAINER_OF( in DevHostServiceProxyOnRemoteDied()
85 struct HdfDeathRecipient, recipient, struct DevHostServiceProxy, recipient); in DevHostServiceProxyOnRemoteDied()
95 struct DevHostServiceProxy *hostClnt = (struct DevHostServiceProxy *)inst; in DevHostServicProxyDump()
106 struct DevHostServiceProxy *inst, struct HdfRemoteService *remote) in DevHostServiceProxyConstruct()
122 struct DevHostServiceProxy *instance = in DevHostServiceProxyObtain()
123 (struct DevHostServiceProxy *)OsalMemCalloc(sizeof(struct DevHostServiceProxy)); in DevHostServiceProxyObtain()
131 void DevHostServiceProxyRecycle(struct DevHostServiceProxy *inst) in DevHostServiceProxyRecycle()
H A Ddevmgr_service_full.c31 struct DevHostServiceProxy *hostProxy = (struct DevHostServiceProxy *)hostClnt->hostService; in CleanupDiedHostResources()
40 hostProxy = (struct DevHostServiceProxy *)service->target; in CleanupDiedHostResources()
45 hostProxy = (struct DevHostServiceProxy *)service->target; in CleanupDiedHostResources()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/include/
H A Ddevhost_service_proxy.h26 struct DevHostServiceProxy { struct
40 void DevHostServiceProxyRecycle(struct DevHostServiceProxy *inst); argument