Home
last modified time | relevance | path

Searched refs:STORAGE_USB_POLICY_DISABLED (Results 1 - 7 of 7) sorted by relevance

/base/customization/enterprise_device_management/common/native/include/
H A Dedm_constants.h31 constexpr int32_t STORAGE_USB_POLICY_DISABLED = 2; member
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dusb_read_only_plugin.cpp80 if (accessPolicy == EdmConstants::STORAGE_USB_POLICY_DISABLED) { in SetUsbStorageAccessPolicy()
88 if (accessPolicy == EdmConstants::STORAGE_USB_POLICY_DISABLED && !allowUsbDevice.empty()) { in HasConflictPolicy()
254 if (data == EdmConstants::STORAGE_USB_POLICY_DISABLED) { in OnAdminRemove()
H A Ddisable_usb_plugin.cpp80 if (usbStoragePolicy == std::to_string(EdmConstants::STORAGE_USB_POLICY_DISABLED) || in HasConflictPolicy()
H A Ddisallowed_usb_devices_plugin.cpp133 if (usbStoragePolicy == std::to_string(EdmConstants::STORAGE_USB_POLICY_DISABLED)) { in CombineDataWithStorageAccessPolicy()
H A Dallowed_usb_devices_plugin.cpp103 if (usbStoragePolicy == std::to_string(EdmConstants::STORAGE_USB_POLICY_DISABLED)) { in HasConflictPolicy()
/base/customization/enterprise_device_management/interfaces/kits/usb_manager/include/
H A Dusb_manager_addon.h41 EdmConstants::STORAGE_USB_POLICY_DISABLED
/base/customization/enterprise_device_management/interfaces/kits/usb_manager/src/
H A Dusb_manager_addon.cpp62 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, EdmConstants::STORAGE_USB_POLICY_DISABLED, &disabled)); in CreateUsbPolicyEnum()

Completed in 4 milliseconds