Home
last modified time | relevance | path

Searched refs:IsSuperAdminExist (Results 1 – 7 of 7) sorted by relevance

/base/customization/enterprise_device_management/test/unittest/src/
Denterprise_device_mgr_proxy_test.cpp118 ret = enterpriseDeviceMgrProxyTest->IsSuperAdminExist();
Dadmin_manager_test.cpp374 ASSERT_TRUE(!adminMgr_->IsSuperAdminExist());
/base/customization/enterprise_device_management/services/edm/include/
Dadmin_manager.h44 bool IsSuperAdminExist();
/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
Denterprise_device_mgr_proxy.h57 bool IsSuperAdminExist();
/base/customization/enterprise_device_management/services/edm/src/
Dadmin_manager.cpp249 bool AdminManager::IsSuperAdminExist() in IsSuperAdminExist() function in OHOS::EDM::AdminManager
Denterprise_device_mgr_ability.cpp474 if (type == AdminType::ENT && adminMgr_->IsSuperAdminExist()) { in VerifyEnableAdminCondition()
/base/customization/enterprise_device_management/interfaces/inner_api/common/src/
Denterprise_device_mgr_proxy.cpp531 bool EnterpriseDeviceMgrProxy::IsSuperAdminExist() in IsSuperAdminExist() function in OHOS::EDM::EnterpriseDeviceMgrProxy