Home
last modified time | relevance | path

Searched refs:GetSubSuperAdminsByParentName (Results 1 - 5 of 5) sorted by relevance

/base/customization/enterprise_device_management/services/edm/include/
H A Dadmin_manager.h58 ErrCode GetSubSuperAdminsByParentName(const std::string &parentName, std::vector<std::string> &subAdmins);
/base/customization/enterprise_device_management/test/fuzztest/adminmanager_fuzzer/
H A Dadmin_manager_fuzzer.cpp87 adminManager->GetSubSuperAdminsByParentName(parentName, subAdmins); in DoSomethingInterestingWithMyAPI()
/base/customization/enterprise_device_management/test/unittest/services/edm/src/
H A Dadmin_manager_test.cpp536 * @tc.desc: Test AdminManager::GetSubSuperAdminsByParentName.
542 ErrCode res = adminMgr_->GetSubSuperAdminsByParentName("com.edm.test.demo1", subAdminNames); in HWTEST_F()
559 res = adminMgr_->GetSubSuperAdminsByParentName("com.edm.test.demo2", subAdminNames); in HWTEST_F()
563 res = adminMgr_->GetSubSuperAdminsByParentName(abilityInfo.bundleName, subAdminNames); in HWTEST_F()
/base/customization/enterprise_device_management/services/edm/src/
H A Dadmin_manager.cpp331 ErrCode AdminManager::GetSubSuperAdminsByParentName(const std::string &parentName, std::vector<std::string> &subAdmins) in GetSubSuperAdminsByParentName() function in OHOS::AdminManager
338 EDMLOGE("GetSubSuperAdminsByParentName::not find Admin under default user id."); in GetSubSuperAdminsByParentName()
H A Denterprise_device_mgr_ability.cpp976 adminMgr_->GetSubSuperAdminsByParentName(bundleName, subAdmins); in RemoveSuperAdminAndAdminPolicy()

Completed in 6 milliseconds