Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager_util.h36 static bool CheckCallerProcess(const SaProfile& saProfile);
37 static bool CheckCallerProcess(const std::string& callProcess);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_util.cpp99 bool SamgrUtil::CheckCallerProcess(const SaProfile& saProfile) in CheckCallerProcess() function in OHOS::SamgrUtil
101 if (!CheckCallerProcess(Str16ToStr8(saProfile.process))) { in CheckCallerProcess()
109 bool SamgrUtil::CheckCallerProcess(const std::string& callProcess) in CheckCallerProcess() function in OHOS::SamgrUtil
H A Dsystem_ability_manager.cpp440 if (!SamgrUtil::CheckCallerProcess(saProfile)) { in GetOnDemandPolicy()
477 if (!SamgrUtil::CheckCallerProcess(saProfile)) { in UpdateOnDemandPolicy()
1734 if (!SamgrUtil::CheckCallerProcess(saProfile)) { in UnloadSystemAbility()
1772 if (!SamgrUtil::CheckCallerProcess(saProfile)) { in CancelUnloadSystemAbility()
1805 if (!SamgrUtil::CheckCallerProcess("memmgrservice")) { in UnloadAllIdleSystemAbility()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_util_test.cpp183 bool ret = SamgrUtil::CheckCallerProcess(saProfile);
208 bool ret = SamgrUtil::CheckCallerProcess(saProfile);