Home
last modified time | relevance | path

Searched refs:IHdfDeviceToken (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/host/include/
H A Dhdf_device_token.h17 struct IHdfDeviceToken super;
23 struct IHdfDeviceToken *HdfDeviceTokenNewInstance(void);
24 void HdfDeviceTokenFreeInstance(struct IHdfDeviceToken *token);
H A Ddevmgr_service_clnt.h26 int DevmgrServiceClntAttachDevice(struct IHdfDeviceToken *deviceToken);
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_device_token.c38 struct IHdfDeviceToken *HdfDeviceTokenNewInstance(void) in HdfDeviceTokenNewInstance()
40 return (struct IHdfDeviceToken *)HdfObjectManagerGetObject(HDF_OBJECT_ID_DEVICE_TOKEN); in HdfDeviceTokenNewInstance()
43 void HdfDeviceTokenFreeInstance(struct IHdfDeviceToken *token) in HdfDeviceTokenFreeInstance()
H A Ddevmgr_service_clnt.c34 int DevmgrServiceClntAttachDevice(struct IHdfDeviceToken *deviceToken) in DevmgrServiceClntAttachDevice()
/ohos5.0/drivers/hdf_core/framework/core/manager/include/
H A Ddevice_token_clnt.h18 struct IHdfDeviceToken *tokenIf;
22 struct DeviceTokenClnt *DeviceTokenClntNewInstance(struct IHdfDeviceToken *tokenIf);
/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()
H A Ddevmgr_service.c241 static int DevmgrServiceAttachDevice(struct IDevmgrService *inst, struct IHdfDeviceToken *token) in DevmgrServiceAttachDevice()
/ohos5.0/drivers/hdf_core/framework/core/shared/include/
H A Ddevice_token_if.h15 struct IHdfDeviceToken { struct
H A Ddevmgr_service_if.h24 int (*AttachDevice)(struct IDevmgrService *, struct IHdfDeviceToken *);
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/include/
H A Ddevice_token_proxy.h23 struct IHdfDeviceToken super;
/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/shared/
H A Dhdf_device_node.h40 struct IHdfDeviceToken *token;
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevmgr_service_proxy.c67 int DevmgrServiceProxyAttachDevice(struct IDevmgrService *inst, struct IHdfDeviceToken *token) in DevmgrServiceProxyAttachDevice()