Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevice_token_proxy.c19 static void HdfDevTokenProxyConstruct(struct HdfDevTokenProxy *inst, struct HdfRemoteService *remot… in HdfDevTokenProxyConstruct()
24 struct HdfDevTokenProxy *HdfDevTokenProxyObtain(struct HdfRemoteService *remote) in HdfDevTokenProxyObtain()
26 struct HdfDevTokenProxy *instance = in HdfDevTokenProxyObtain()
27 (struct HdfDevTokenProxy *)OsalMemCalloc(sizeof(struct HdfDevTokenProxy)); in HdfDevTokenProxyObtain()
34 void HdfDevTokenProxyRecycle(struct HdfDevTokenProxy *inst) in HdfDevTokenProxyRecycle()
H A Ddevmgr_service_stub.c59 struct HdfDevTokenProxy *tokenClnt = HdfDevTokenProxyObtain(NULL); in DevmgrServiceStubDispatchAttachDevice()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/include/
H A Ddevice_token_proxy.h22 struct HdfDevTokenProxy { struct
27 struct HdfDevTokenProxy *HdfDevTokenProxyObtain(struct HdfRemoteService *remote); argument
28 void HdfDevTokenProxyRecycle(struct HdfDevTokenProxy *inst);