Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_util_test.cpp223 bool ret = SamgrUtil::CheckAllowUpdate(type, saProfile);
238 bool ret = SamgrUtil::CheckAllowUpdate(type, saProfile);
253 bool ret = SamgrUtil::CheckAllowUpdate(type, saProfile);
268 bool ret = SamgrUtil::CheckAllowUpdate(type, saProfile);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager_util.h38 static bool CheckAllowUpdate(OnDemandPolicyType type, const SaProfile& saProfile);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_util.cpp126 bool SamgrUtil::CheckAllowUpdate(OnDemandPolicyType type, const SaProfile& saProfile) in CheckAllowUpdate() function in OHOS::SamgrUtil
H A Dsystem_ability_manager.cpp444 if (!SamgrUtil::CheckAllowUpdate(type, saProfile)) { in GetOnDemandPolicy()
481 if (!SamgrUtil::CheckAllowUpdate(type, saProfile)) { in UpdateOnDemandPolicy()