Home
last modified time | relevance | path

Searched refs:RemoveDeviceRight (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_right_manager.h49 bool RemoveDeviceRight(const std::string &deviceName, const std::string &bundleName,
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_right_manager.cpp267 bool UsbRightManager::RemoveDeviceRight(const std::string &deviceName, const std::string &bundleNam… in RemoveDeviceRight() function in OHOS::USB::UsbRightManager
H A Dusb_service.cpp449 if (usbRightManager_->RemoveDeviceRight(deviceVidPidSerialNum, bundleName, tokenId, userId)) { in RemoveRight()
454 …if (!usbRightManager_->RemoveDeviceRight(deviceVidPidSerialNum, bundleName, USB_DEFAULT_TOKEN, use… in RemoveRight()