Home
last modified time | relevance | path

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

/base/customization/enterprise_device_management/services/edm/src/
Denterprise_device_mgr_ability.cpp762 std::shared_ptr<PolicyManager> policyMgr; in GetAndSwitchPolicyManagerByUserId() local
764 policyMgr.reset(new (std::nothrow) PolicyManager(userId)); in GetAndSwitchPolicyManagerByUserId()
765 policyMgrMap_.insert(std::make_pair(userId, policyMgr)); in GetAndSwitchPolicyManagerByUserId()
767 policyMgr->Init(); in GetAndSwitchPolicyManagerByUserId()
769 policyMgr = iter->second; in GetAndSwitchPolicyManagerByUserId()
771 IPolicyManager::policyManagerInstance_ = policyMgr.get(); in GetAndSwitchPolicyManagerByUserId()
772 return policyMgr; in GetAndSwitchPolicyManagerByUserId()