Home
last modified time | relevance | path

Searched refs:AddAccessRight (Results 1 - 10 of 10) sorted by relevance

/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_srv_client.h94 int32_t AddAccessRight(const std::string &tokenId, const std::string &deviceName);
H A Diusb_srv.h78 virtual int32_t AddAccessRight(const std::string &tokenId, const std::string &deviceName) = 0;
/base/usb/usb_manager/services/zidl/include/
H A Dusb_server_proxy.h86 int32_t AddAccessRight(const std::string &tokenId, const std::string &deviceName) override;
/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp503 int32_t UsbSrvClient::AddAccessRight(const std::string &tokenId, const std::string &deviceName) in AddAccessRight() function in OHOS::USB::UsbSrvClient
506 USB_HILOGI(MODULE_USB_INNERKIT, "Calling AddAccessRight"); in AddAccessRight()
507 int32_t ret = proxy_->AddAccessRight(tokenId, deviceName); in AddAccessRight()
/base/usb/usb_manager/services/native/include/
H A Dusb_service.h126 int32_t AddAccessRight(const std::string &tokenId, const std::string &deviceName) override;
/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_proxy.cpp1258 int32_t UsbServerProxy::AddAccessRight(const std::string &tokenId, const std::string &deviceName) in AddAccessRight() function in OHOS::USB::UsbServerProxy
H A Dusb_srv_stub.cpp1097 int32_t ret = AddAccessRight(tokenId, deviceName); in DoAddAccessRight()
/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1933 int32_t UsbService::AddAccessRight(const std::string &tokenId, const std::string &deviceName) in AddAccessRight() function in OHOS::USB::UsbService
/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp552 int32_t ret = g_usbClient.AddAccessRight(tokenId, deviceName); in DeviceAddAccessRight()
/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_request_test.cpp1710 ret = UsbSrvClient.AddAccessRight(strTokenId0, deviceName); in HWTEST_F()
1711 USB_HILOGI(MODULE_USB_SERVICE, "UsbRequestTest::UsbHasRight006 AddAccessRight=%{public}d", ret); in HWTEST_F()

Completed in 18 milliseconds