Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevice_token_clnt.c16 static void DeviceTokenClntConstruct(struct DeviceTokenClnt *tokenClnt, struct IHdfDeviceToken *tok… in DeviceTokenClntConstruct()
22 struct DeviceTokenClnt *DeviceTokenClntNewInstance(struct IHdfDeviceToken *tokenIf) in DeviceTokenClntNewInstance()
24 struct DeviceTokenClnt *tokenClnt = NULL; in DeviceTokenClntNewInstance()
29 tokenClnt = (struct DeviceTokenClnt *)OsalMemCalloc(sizeof(struct DeviceTokenClnt)); in DeviceTokenClntNewInstance()
36 void DeviceTokenClntFreeInstance(struct DeviceTokenClnt *tokenClnt) in DeviceTokenClntFreeInstance()
45 struct DeviceTokenClnt *tokenClnt = (struct DeviceTokenClnt *)listEntry; in DeviceTokenClntDelete()
H A Ddevmgr_service.c244 struct DeviceTokenClnt *tokenClnt = NULL; in DevmgrServiceAttachDevice()
266 struct DeviceTokenClnt *tokenClnt = CONTAINER_OF(tokenNode, struct DeviceTokenClnt, node); in HdfSListHostSearchDeviceTokenComparer()
273 struct DeviceTokenClnt *tokenClnt = NULL; in DevmgrServiceDetachDevice()
286 tokenClnt = CONTAINER_OF(tokenClntNode, struct DeviceTokenClnt, node); in DevmgrServiceDetachDevice()
385 struct DeviceTokenClnt *tokenClnt = (struct DeviceTokenClnt *)node; in DevmgrServiceListAllDevice()
/ohos5.0/drivers/hdf_core/framework/core/manager/include/
H A Ddevice_token_clnt.h16 struct DeviceTokenClnt { struct
22 struct DeviceTokenClnt *DeviceTokenClntNewInstance(struct IHdfDeviceToken *tokenIf); argument
23 void DeviceTokenClntFreeInstance(struct DeviceTokenClnt *tokenClnt);
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_dump.c130 struct DeviceTokenClnt *tokenClnt = (struct DeviceTokenClnt *)node; in DevMgrDumpServiceFindHost()