Home
last modified time | relevance | path

Searched refs:AddRight (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/usb/usb_manager/test/native/mock/src/
H A Dusb_core_mock_test.cpp434 usbSrv_->AddRight(bundleName, deviceName);
477 usbSrv_->AddRight(bundleName, deviceName);
500 usbSrv_->AddRight(bundleName, deviceName);
525 usbSrv_->AddRight(bundleName, deviceName);
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_srv_client.h90 int32_t AddRight(const std::string &bundleName, const std::string &deviceName);
H A Diusb_srv.h75 virtual int32_t AddRight(const std::string &bundleName, const std::string &deviceName) = 0;
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp457 int32_t UsbSrvClient::AddRight(const std::string &bundleName, const std::string &deviceName) in AddRight() function in OHOS::USB::UsbSrvClient
461 int32_t ret = proxy_->AddRight(bundleName, deviceName); in AddRight()
/ohos5.0/base/usb/usb_manager/services/zidl/include/
H A Dusb_server_proxy.h82 int32_t AddRight(const std::string &bundleName, const std::string &deviceName) override;
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_service.h123 int32_t AddRight(const std::string &bundleName, const std::string &deviceName) override;
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp1077 int32_t ret = AddRight(bundleName, deviceName); in DoAddRight()
H A Dusb_srv_proxy.cpp1203 int32_t UsbServerProxy::AddRight(const std::string &bundleName, const std::string &deviceName) in AddRight() function in OHOS::USB::UsbServerProxy
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1705 int32_t UsbService::AddRight(const std::string &bundleName, const std::string &deviceName) in AddRight() function in OHOS::USB::UsbService
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp651 int32_t ret = g_usbClient.AddRight(bundleName, deviceName); in DeviceAddRight()