Searched refs:AddOrRemoveDisallowedUsbDevices (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/ |
H A D | usb_manager_proxy_test.cpp | 365 int32_t ret = proxy_->AddOrRemoveDisallowedUsbDevices(admin, usbDeviceTypes, true); 386 int32_t ret = proxy_->AddOrRemoveDisallowedUsbDevices(admin, usbDeviceTypes, true); 409 int32_t ret = proxy_->AddOrRemoveDisallowedUsbDevices(admin, usbDeviceTypes, false); 430 int32_t ret = proxy_->AddOrRemoveDisallowedUsbDevices(admin, usbDeviceTypes, false);
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/usb_manager/include/ |
H A D | usb_manager_proxy.h | 39 int32_t AddOrRemoveDisallowedUsbDevices(const AppExecFwk::ElementName &admin,
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/usb_manager/src/ |
H A D | usb_manager_addon.cpp | 419 return AddOrRemoveDisallowedUsbDevices(env, info, true); in AddDisallowedUsbDevices() 425 return AddOrRemoveDisallowedUsbDevices(env, info, false); in RemoveDisallowedUsbDevices() 428 napi_value UsbManagerAddon::AddOrRemoveDisallowedUsbDevices(napi_env env, napi_callback_info info, … in AddOrRemoveDisallowedUsbDevices() function in UsbManagerAddon 451 …int32_t ret = usbManagerProxy->AddOrRemoveDisallowedUsbDevices(elementName, usbDeviceTypes, isAdd); in AddOrRemoveDisallowedUsbDevices()
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/usb_manager/include/ |
H A D | usb_manager_addon.h | 72 …static napi_value AddOrRemoveDisallowedUsbDevices(napi_env env, napi_callback_info info, bool isAd…
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/usb_manager/src/ |
H A D | usb_manager_proxy.cpp | 191 int32_t UsbManagerProxy::AddOrRemoveDisallowedUsbDevices(const AppExecFwk::ElementName &admin, in AddOrRemoveDisallowedUsbDevices() function in OHOS::EDM::UsbManagerProxy
|