Searched refs:devmgrSvc (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/ |
H A D | devmgr_service_stub.c | 38 static int32_t DevmgrServiceStubDispatchAttachDeviceHost(struct IDevmgrService *devmgrSvc, struct H… in DevmgrServiceStubDispatchAttachDeviceHost() argument 47 return devmgrSvc->AttachDeviceHost(devmgrSvc, hostId, hostIf); in DevmgrServiceStubDispatchAttachDeviceHost() 50 static int32_t DevmgrServiceStubDispatchAttachDevice(struct IDevmgrService *devmgrSvc, struct HdfSB… in DevmgrServiceStubDispatchAttachDevice() argument 66 return devmgrSvc->AttachDevice(devmgrSvc, &tokenClnt->super); in DevmgrServiceStubDispatchAttachDevice() 69 static int32_t DevmgrServiceStubDispatchDetachDevice(struct IDevmgrService *devmgrSvc, struct HdfSB… in DevmgrServiceStubDispatchDetachDevice() argument 77 return devmgrSvc->DetachDevice(devmgrSvc, deviceId); in DevmgrServiceStubDispatchDetachDevice() 80 static int32_t DevmgrServiceStubDispatchLoadDevice(struct IDevmgrService *devmgrSvc, struct HdfSBuf… in DevmgrServiceStubDispatchLoadDevice() argument 88 return devmgrSvc->LoadDevice(devmgrSvc, serviceName); in DevmgrServiceStubDispatchLoadDevice() 91 static int32_t DevmgrServiceStubDispatchUnloadDevice(struct IDevmgrService *devmgrSvc, struct HdfSB… in DevmgrServiceStubDispatchUnloadDevice() argument 99 return devmgrSvc->UnloadDevice(devmgrSvc, serviceName); in DevmgrServiceStubDispatchUnloadDevice() [all …]
|