Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/src/
H A Denterprise_device_mgr_proxy.cpp98 if (!IsEdmEnabled()) { in DisableAdmin()
127 if (!IsEdmEnabled()) { in DisableSuperAdmin()
155 if (!IsEdmEnabled()) { in GetEnabledAdmin()
184 if (!IsEdmEnabled()) { in GetEnterpriseInfo()
216 if (!IsEdmEnabled()) { in SetEnterpriseInfo()
246 if (!IsEdmEnabled()) { in HandleManagedEvent()
277 if (!IsEdmEnabled()) { in IsSuperAdmin()
308 if (!IsEdmEnabled()) { in IsAdminEnabled()
374 if (!IsEdmEnabled()) { in HandleDevicePolicy()
396 if (!IsEdmEnabled()) { in AuthorizeAdmin()
[all …]
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/location_manager/src/
H A Dlocation_manager_proxy.cpp64 if (!EnterpriseDeviceMgrProxy::GetInstance()->IsEdmEnabled()) { in GetLocationPolicy()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/browser/src/
H A Dbrowser_proxy.cpp66 if (!EnterpriseDeviceMgrProxy::GetInstance()->IsEdmEnabled()) { in GetPolicies()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
H A Denterprise_device_mgr_proxy.h77 bool IsEdmEnabled();
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bluetooth_manager/src/
H A Dbluetooth_manager_proxy.cpp100 if (!EnterpriseDeviceMgrProxy::GetInstance()->IsEdmEnabled()) { in GetAllowedBluetoothDevices()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/account_manager/src/
H A Daccount_manager_proxy.cpp106 if (!EnterpriseDeviceMgrProxy::GetInstance()->IsEdmEnabled()) { in IsAddOsAccountByUserDisallowed()
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_service.h173 bool IsEdmEnabled();
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/network_manager/src/
H A Dnetwork_manager_proxy.cpp375 if (!EnterpriseDeviceMgrProxy::GetInstance()->IsEdmEnabled()) { in GetGlobalHttpProxy()
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1369 bool UsbService::IsEdmEnabled() in IsEdmEnabled() function in OHOS::USB::UsbService
1379 if (!IsEdmEnabled()) { in ExecuteStrategy()