Searched refs:STORAGE_USB_POLICY_DISABLED (Results 1 – 8 of 8) sorted by relevance
81 if (accessPolicy == EdmConstants::STORAGE_USB_POLICY_DISABLED) { in SetUsbStorageAccessPolicy()89 if (accessPolicy == EdmConstants::STORAGE_USB_POLICY_DISABLED && !allowUsbDevice.empty()) { in HasConflictPolicy()246 if (data == EdmConstants::STORAGE_USB_POLICY_DISABLED) { in OnAdminRemove()
71 if (usbStoragePolicy == std::to_string(EdmConstants::STORAGE_USB_POLICY_DISABLED) || in HasConflictPolicy()
89 if (usbStoragePolicy == std::to_string(EdmConstants::STORAGE_USB_POLICY_DISABLED)) { in HasConflictPolicy()
133 if (usbStoragePolicy == std::to_string(EdmConstants::STORAGE_USB_POLICY_DISABLED)) { in CombineDataWithStorageAccessPolicy()
31 constexpr int32_t STORAGE_USB_POLICY_DISABLED = 2; variable
41 EdmConstants::STORAGE_USB_POLICY_DISABLED
62 …NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, EdmConstants::STORAGE_USB_POLICY_DISABLED, &disa… in CreateUsbPolicyEnum()
599 if (usbStoragePolicy == std::to_string(EdmConstants::STORAGE_USB_POLICY_DISABLED)) { in OnUsbServiceStart()