Searched refs:OnDeviceRemove (Results 1 – 7 of 7) sorted by relevance
89 ret = callback->OnDeviceRemove(device);108 ret = callback->OnDeviceRemove(device);111 ret = callback->OnDeviceRemove(device);131 ret = callback->OnDeviceRemove(device1);134 ret = callback->OnDeviceRemove(device0);158 ret = callback->OnDeviceRemove(device0);159 ret = callback->OnDeviceRemove(device1);
27 virtual int32_t OnDeviceRemove(std::shared_ptr<DeviceInfo> device);
28 int32_t OnDeviceRemove(std::shared_ptr<DeviceInfo> device) override;
29 int32_t DevChangeCallback::OnDeviceRemove(std::shared_ptr<DeviceInfo> device) in OnDeviceRemove() function in OHOS::ExternalDeviceManager::DevChangeCallback
75 int32_t OnDeviceRemove(shared_ptr<DeviceInfo> device) override in OnDeviceRemove() function in OHOS::ExternalDeviceManager::BusExtensionUsbMt::TestDevChangeCallback
69 int32_t OnDeviceRemove(std::shared_ptr<DeviceInfo> device) override in OnDeviceRemove() function in OHOS::ExternalDeviceManager::TestDevChangeCallback
175 this->callback_->OnDeviceRemove(deviceInfo); in OnDeviceDisconnect()