Home
last modified time | relevance | path

Searched refs:GetAllowedUsbDevices (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/usb_manager/include/
H A Dusb_manager_proxy.h35 …int32_t GetAllowedUsbDevices(const AppExecFwk::ElementName &admin, std::vector<UsbDeviceId> &resul…
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/usb_manager/include/
H A Dusb_manager_addon.h64 static napi_value GetAllowedUsbDevices(napi_env env, napi_callback_info info);
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Dusb_manager_proxy_test.cpp261 int32_t ret = proxy_->GetAllowedUsbDevices(admin, usbDeviceIds);
277 int32_t ret = proxy_->GetAllowedUsbDevices(admin, usbDeviceIds);
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/usb_manager/src/
H A Dusb_manager_addon.cpp40 DECLARE_NAPI_FUNCTION("getAllowedUsbDevices", GetAllowedUsbDevices), in Init()
300 napi_value UsbManagerAddon::GetAllowedUsbDevices(napi_env env, napi_callback_info info) in GetAllowedUsbDevices() function in UsbManagerAddon
320 int32_t ret = usbManagerProxy->GetAllowedUsbDevices(elementName, usbDeviceIds); in GetAllowedUsbDevices()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/usb_manager/src/
H A Dusb_manager_proxy.cpp118 int32_t UsbManagerProxy::GetAllowedUsbDevices(const AppExecFwk::ElementName &admin, std::vector<Usb… in GetAllowedUsbDevices() function in OHOS::EDM::UsbManagerProxy