Searched refs:GetDeviceVidPidSerialNumber (Results 1 – 2 of 2) sorted by relevance
289 std::string UsbService::GetDeviceVidPidSerialNumber(std::string deviceName) in GetDeviceVidPidSerialNumber() function in OHOS::USB::UsbService322 return usbRightManager_->HasRight(GetDeviceVidPidSerialNumber(deviceName), bundleName); in HasRight()343 …return usbRightManager_->RequestRight(deviceName, GetDeviceVidPidSerialNumber(deviceName), bundleN… in RequestRight()364 if (!usbRightManager_->RemoveDeviceRight(GetDeviceVidPidSerialNumber(deviceName), bundleName)) { in RemoveRight()931 if (!usbRightManager_->RemoveDeviceAllRight(GetDeviceVidPidSerialNumber(name))) { in DelDevice()1115 if (!usbRightManager_->AddDeviceRight(GetDeviceVidPidSerialNumber(deviceName), bundleName)) { in AddRight()
142 std::string GetDeviceVidPidSerialNumber(std::string deviceName);