Searched refs:UnBindDevice (Results 1 – 10 of 10) sorted by relevance
36 virtual UsbErrCode UnBindDevice(uint64_t deviceId) = 0;
32 UsbErrCode UnBindDevice(uint64_t deviceId);
115 UsbErrCode DriverExtMgrClient::UnBindDevice(uint64_t deviceId) in UnBindDevice() function in OHOS::ExternalDeviceManager::DriverExtMgrClient120 return proxy_->UnBindDevice(deviceId); in UnBindDevice()
31 UsbErrCode UnBindDevice(uint64_t deviceId) override;
35 UsbErrCode UnBindDevice(uint64_t deviceId) override;
113 UsbErrCode DriverExtMgr::UnBindDevice(uint64_t deviceId) in UnBindDevice() function in OHOS::ExternalDeviceManager::DriverExtMgr
122 UsbErrCode ret = UnBindDevice(deviceId); in OnUnBindDevice()
114 UsbErrCode DriverExtMgrProxy::UnBindDevice(uint64_t deviceId) in UnBindDevice() function in OHOS::ExternalDeviceManager::DriverExtMgrProxy
207 UsbErrCode ret = DriverExtMgrClient::GetInstance().UnBindDevice(deviceId);
457 if (g_edmClient.UnBindDevice(deviceId) != UsbErrCode::EDM_OK) { in UnbindDevice()