Home
last modified time | relevance | path

Searched refs:RemoveRight (Results 1 – 11 of 11) sorted by relevance

/base/usb/usb_manager/test/fuzztest/usbmgrremoveright_fuzzer/
Dusbmgrremoveright_fuzzer.cpp44 if (usbSrvClient.RemoveRight(std::string(reinterpret_cast<const char*>(data))) == UEC_OK) { in UsbMgrRemoveRightFuzzTest()
/base/usb/usb_manager/test/native/service_unittest/src/
Dusb_core_test.cpp412 int32_t ret = UsbSrvClient.RemoveRight(deviceName);
443 ret = UsbSrvClient.RemoveRight(deviceName);
467 ret = UsbSrvClient.RemoveRight(deviceName);
493 ret = UsbSrvClient.RemoveRight(deviceName);
/base/usb/usb_manager/interfaces/innerkits/native/include/
Dusb_srv_client.h49 int32_t RemoveRight(std::string deviceName);
Diusb_srv.h68 virtual int32_t RemoveRight(std::string deviceName) = 0;
/base/usb/usb_manager/services/zidl/include/
Dusb_server_proxy.h38 int32_t RemoveRight(std::string deviceName) override;
/base/usb/usb_manager/interfaces/innerkits/native/src/
Dusb_srv_client.cpp117 int32_t UsbSrvClient::RemoveRight(std::string deviceName) in RemoveRight() function in OHOS::USB::UsbSrvClient
120 int32_t ret = proxy_->RemoveRight(deviceName); in RemoveRight()
/base/usb/usb_manager/services/native/include/
Dusb_service.h67 int32_t RemoveRight(std::string deviceName) override;
/base/usb/usb_manager/services/native/src/
Dusb_service.cpp286 int32_t UsbService::RemoveRight(std::string deviceName) in RemoveRight() function in OHOS::USB::UsbService
/base/usb/usb_manager/services/zidl/src/
Dusb_srv_stub.cpp282 …WRITE_PARCEL_WITH_RET(reply, Int32, RemoveRight(Str16ToStr8(deviceName)), UEC_SERVICE_WRITE_PARCEL… in DoRemoveRight()
Dusb_srv_proxy.cpp345 int32_t UsbServerProxy::RemoveRight(std::string deviceName) in RemoveRight() function in OHOS::USB::UsbServerProxy
/base/usb/usb_manager/interfaces/kits/js/napi/src/
Dusb_info.cpp490 int32_t ret = g_usbClient.RemoveRight(deviceName); in DeviceRemoveRight()