Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/core/host/include/
H A Ddevmgr_service_clnt.h26 int DevmgrServiceClntAttachDevice(struct IHdfDeviceToken *deviceToken);
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Ddevmgr_service_clnt.c34 int DevmgrServiceClntAttachDevice(struct IHdfDeviceToken *deviceToken) in DevmgrServiceClntAttachDevice() function
H A Dhdf_device_node.c122 ret = DevmgrServiceClntAttachDevice(devNode->token); in HdfDeviceLaunchNode()