Home
last modified time | relevance | path

Searched refs:DelDevice (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevhost_service_stub.c56 if ((serviceIf == NULL) || (serviceIf->DelDevice == NULL)) { in DispatchDelDevice()
65 int ret = serviceIf->DelDevice(serviceIf, deviceId); in DispatchDelDevice()
H A Ddevhost_service_full.c208 hostServiceIf->DelDevice = DevHostServiceFullDelDevice; in DevHostServiceFullConstruct()
/ohos5.0/drivers/hdf_core/framework/core/shared/include/
H A Ddevhost_service_if.h20 int (*DelDevice)(struct IDevHostService *hostService, devid_t devId); member
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_host_manager.h45 bool DelDevice(uint8_t busNum, uint8_t devNum);
H A Dusb_service.h107 bool DelDevice(uint8_t busNum, uint8_t devAddr);
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service_subscriber.cpp92 pms->DelDevice(busNum, devAddr); in DeviceEvent()
H A Dusb_host_manager.cpp105 bool UsbHostManager::DelDevice(uint8_t busNum, uint8_t devNum) in DelDevice() function in OHOS::USB::UsbHostManager
H A Dusb_service.cpp1455 bool UsbService::DelDevice(uint8_t busNum, uint8_t devAddr) in DelDevice() function in OHOS::USB::UsbService
1483 return usbHostManager_->DelDevice(busNum, devAddr); in DelDevice()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevhost_service_proxy.c110 inst->super.DelDevice = DevHostServiceProxyDelDevice; in DevHostServiceProxyConstruct()
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevmgr_service.c163 if (hostClnt->hostService == NULL || hostClnt->hostService->DelDevice == NULL) { in DevmgrServiceUnloadDevice()
168 ret = hostClnt->hostService->DelDevice(hostClnt->hostService, deviceInfo->deviceId); in DevmgrServiceUnloadDevice()
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Ddevhost_service.c234 hostServiceIf->DelDevice = DevHostServiceDelDevice; in DevHostServiceConstruct()