Searched refs:adminListMap (Results 1 – 1 of 1) sorted by relevance
817 std::unordered_map<std::string, std::string> adminListMap; in RemoveAdminItem() local818 ret = policyMgr_->GetAdminByPolicyName(policyName, adminListMap, userId); in RemoveAdminItem()819 if ((ret == ERR_EDM_POLICY_NOT_FOUND) || adminListMap.empty()) { in RemoveAdminItem()