Searched refs:RemoveRight (Results 1 – 11 of 11) sorted by relevance
44 if (usbSrvClient.RemoveRight(std::string(reinterpret_cast<const char*>(data))) == UEC_OK) { in UsbMgrRemoveRightFuzzTest()
412 int32_t ret = UsbSrvClient.RemoveRight(deviceName);443 ret = UsbSrvClient.RemoveRight(deviceName);467 ret = UsbSrvClient.RemoveRight(deviceName);493 ret = UsbSrvClient.RemoveRight(deviceName);
49 int32_t RemoveRight(std::string deviceName);
68 virtual int32_t RemoveRight(std::string deviceName) = 0;
38 int32_t RemoveRight(std::string deviceName) override;
117 int32_t UsbSrvClient::RemoveRight(std::string deviceName) in RemoveRight() function in OHOS::USB::UsbSrvClient120 int32_t ret = proxy_->RemoveRight(deviceName); in RemoveRight()
67 int32_t RemoveRight(std::string deviceName) override;
286 int32_t UsbService::RemoveRight(std::string deviceName) in RemoveRight() function in OHOS::USB::UsbService
282 …WRITE_PARCEL_WITH_RET(reply, Int32, RemoveRight(Str16ToStr8(deviceName)), UEC_SERVICE_WRITE_PARCEL… in DoRemoveRight()
345 int32_t UsbServerProxy::RemoveRight(std::string deviceName) in RemoveRight() function in OHOS::USB::UsbServerProxy
490 int32_t ret = g_usbClient.RemoveRight(deviceName); in DeviceRemoveRight()