Home
last modified time | relevance | path

Searched refs:AddAllowedUsbDevices (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/utils/
H A Dusb_policy_utils.h28 static ErrCode AddAllowedUsbDevices(std::vector<UsbDeviceId> data);
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/usb_manager/include/
H A Dusb_manager_proxy.h33 …int32_t AddAllowedUsbDevices(const AppExecFwk::ElementName &admin, std::vector<UsbDeviceId> usbDev…
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/utils/
H A Dusb_policy_utils.cpp40 ErrCode UsbPolicyUtils::AddAllowedUsbDevices(std::vector<UsbDeviceId> data) in AddAllowedUsbDevices() function in OHOS::EDM::UsbPolicyUtils
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/usb_manager/include/
H A Dusb_manager_addon.h59 static napi_value AddAllowedUsbDevices(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.cpp183 int32_t ret = proxy_->AddAllowedUsbDevices(admin, usbDeviceIds);
202 int32_t ret = proxy_->AddAllowedUsbDevices(admin, usbDeviceIds);
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/usb_manager/src/
H A Dusb_manager_addon.cpp38 DECLARE_NAPI_FUNCTION("addAllowedUsbDevices", AddAllowedUsbDevices), in Init()
207 napi_value UsbManagerAddon::AddAllowedUsbDevices(napi_env env, napi_callback_info info) in AddAllowedUsbDevices() function in UsbManagerAddon
244 ret = usbManagerProxy->AddAllowedUsbDevices(elementName, usbDeviceIds); in AddOrRemoveAllowedUsbDevices()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dallowed_usb_devices_plugin.cpp69 ErrCode errCode = UsbPolicyUtils::AddAllowedUsbDevices(mergeData); in OnSetPolicy()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/usb_manager/src/
H A Dusb_manager_proxy.cpp74 int32_t UsbManagerProxy::AddAllowedUsbDevices(const AppExecFwk::ElementName &admin, in AddAllowedUsbDevices() function in OHOS::EDM::UsbManagerProxy
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp586 ErrCode allowedUsbRet = UsbPolicyUtils::AddAllowedUsbDevices(usbDeviceIds); in OnUsbServiceStart()