Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dsa_profiles.h101 bool cacheCommonEvent = false; member
135 bool cacheCommonEvent = false; member
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_util_test.cpp282 info1.cacheCommonEvent = true;
285 info2.cacheCommonEvent = true;
H A Dsystem_ability_mgr_new_test.cpp115 saProfile.cacheCommonEvent = true; in SaProfileExtensionTestPrevSet()
735 info.cacheCommonEvent = true;
H A Dsystem_ability_mgr_test.cpp2908 saProfile.cacheCommonEvent = true;
2947 saProfile.cacheCommonEvent = true;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_status_collect_manager.cpp129 iterStart->loadPriority, profile.cacheCommonEvent }; in GetSaControlListByEvent()
141 iterStop->loadPriority, profile.cacheCommonEvent }; in GetSaControlListByEvent()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_util.cpp184 if (item.cacheCommonEvent) { in GetCacheCommonEventSa()
H A Dsystem_ability_manager.cpp1436 return saProfile.cacheCommonEvent; in IsCacheCommonEvent()
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp396 GetBoolFromJson(systemAbilityJson, SA_TAG_CACHE_COMMON_EVENT, saProfile.cacheCommonEvent); in ParseSystemAbilityGetSaExtInfo()