Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp817 std::unordered_map<std::string, std::string> adminListMap; in RemoveAdminItem() local
818 ret = policyMgr_->GetAdminByPolicyName(policyName, adminListMap, userId); in RemoveAdminItem()
819 if ((ret == ERR_EDM_POLICY_NOT_FOUND) || adminListMap.empty()) { in RemoveAdminItem()