Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_srv_client.h91 int32_t AddAccessRight(const std::string &tokenId, const std::string &deviceName);
H A Diusb_srv.h76 virtual int32_t AddAccessRight(const std::string &tokenId, const std::string &deviceName) = 0;
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp468 int32_t UsbSrvClient::AddAccessRight(const std::string &tokenId, const std::string &deviceName) in AddAccessRight() function in OHOS::USB::UsbSrvClient
472 int32_t ret = proxy_->AddAccessRight(tokenId, deviceName); in AddAccessRight()
/ohos5.0/base/usb/usb_manager/services/zidl/include/
H A Dusb_server_proxy.h83 int32_t AddAccessRight(const std::string &tokenId, const std::string &deviceName) override;
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_service.h124 int32_t AddAccessRight(const std::string &tokenId, const std::string &deviceName) override;
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp1090 int32_t ret = AddAccessRight(tokenId, deviceName); in DoAddAccessRight()
H A Dusb_srv_proxy.cpp1225 int32_t UsbServerProxy::AddAccessRight(const std::string &tokenId, const std::string &deviceName) in AddAccessRight() function in OHOS::USB::UsbServerProxy
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1736 int32_t UsbService::AddAccessRight(const std::string &tokenId, const std::string &deviceName) in AddAccessRight() function in OHOS::USB::UsbService
/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_request_test.cpp1710 ret = UsbSrvClient.AddAccessRight(strTokenId0, deviceName);
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp721 int32_t ret = g_usbClient.AddAccessRight(tokenId, deviceName); in DeviceAddAccessRight()