Home
last modified time | relevance | path

Searched refs:GetCacheCommonEventSa (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.cpp295 std::list<int32_t> saList = SamgrUtil::GetCacheCommonEventSa(event, saControlList);
300 saList = SamgrUtil::GetCacheCommonEventSa(event, saControlList);
305 saList = SamgrUtil::GetCacheCommonEventSa(event, saControlList);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager_util.h42 static std::list<int32_t> GetCacheCommonEventSa(const OnDemandEvent& event,
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_util.cpp176 std::list<int32_t> SamgrUtil::GetCacheCommonEventSa(const OnDemandEvent& event, in GetCacheCommonEventSa() function in OHOS::SamgrUtil
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp408 std::list<int32_t> saList = SamgrUtil::GetCacheCommonEventSa(event, saControlList); in SaveCacheCommonEventSaExtraId()