Searched refs:GetAllowedUsbDevices (Results 1 – 5 of 5) sorted by relevance
35 …int32_t GetAllowedUsbDevices(const AppExecFwk::ElementName &admin, std::vector<UsbDeviceId> &resul…
64 static napi_value GetAllowedUsbDevices(napi_env env, napi_callback_info info);
261 int32_t ret = proxy_->GetAllowedUsbDevices(admin, usbDeviceIds);277 int32_t ret = proxy_->GetAllowedUsbDevices(admin, usbDeviceIds);
40 DECLARE_NAPI_FUNCTION("getAllowedUsbDevices", GetAllowedUsbDevices), in Init()300 napi_value UsbManagerAddon::GetAllowedUsbDevices(napi_env env, napi_callback_info info) in GetAllowedUsbDevices() function in UsbManagerAddon320 int32_t ret = usbManagerProxy->GetAllowedUsbDevices(elementName, usbDeviceIds); in GetAllowedUsbDevices()
118 int32_t UsbManagerProxy::GetAllowedUsbDevices(const AppExecFwk::ElementName &admin, std::vector<Usb… in GetAllowedUsbDevices() function in OHOS::EDM::UsbManagerProxy