Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_status_collect_manager.h49 const std::list<SaControlInfo>& saControlList);
62 std::list<SaControlInfo>& saControlList);
63 … void GetSaControlListByEvent(const OnDemandEvent& event, std::list<SaControlInfo>& saControlList);
64 void SortSaControlListByLoadPriority(std::list<SaControlInfo>& saControlList);
H A Dicollect_plugin.h72 const std::list<SaControlInfo>& saControlList) {}; in SaveCacheCommonEventSaExtraId()
H A Dcommon_event_collect.h57 const std::list<SaControlInfo>& saControlList) override;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_status_collect_manager.cpp86 std::list<SaControlInfo>& saControlList) in GetSaControlListByPersistEvent()
106 SaControlInfo control; in GetSaControlListByPersistEvent()
118 std::list<SaControlInfo>& saControlList) in GetSaControlListByEvent()
128 SaControlInfo control = { START_ON_DEMAND, profile.saId, iterStart->enableOnce, in GetSaControlListByEvent()
140 SaControlInfo control = { STOP_ON_DEMAND, profile.saId, iterStop->enableOnce, in GetSaControlListByEvent()
150 void DeviceStatusCollectManager::SortSaControlListByLoadPriority(std::list<SaControlInfo>& saContro… in SortSaControlListByLoadPriority()
152 saControlList.sort([](const SaControlInfo& control1, const SaControlInfo& control2) { in SortSaControlListByLoadPriority()
278 std::list<SaControlInfo> saControlList; in ReportEvent()
356 const std::list<SaControlInfo>& saControlList) in SaveCacheCommonEventSaExtraId()
H A Dcommon_event_collect.cpp406 const std::list<SaControlInfo>& saControlList) in SaveCacheCommonEventSaExtraId()
/ohos5.0/foundation/systemabilitymgr/samgr/test/unittest/
H A Dsystem_ability_manager_test.cpp570 std::list<SaControlInfo> saControlList;
586 std::list<SaControlInfo> saControlList;
588 SaControlInfo saControlInfo1 = {START_ON_DEMAND, DISTRIBUTED_SCHED_SA_ID};
589 SaControlInfo saControlInfo2 = {START_ON_DEMAND, DISTRIBUTED_SCHED_ADAPTER_SA_ID};
590 SaControlInfo saControlInfo3 = {STOP_ON_DEMAND, DISTRIBUTED_SCHED_ADAPTER_SA_ID};
591 SaControlInfo saControlInfo4 = {STOP_ON_DEMAND + 1, DISTRIBUTED_SCHED_ADAPTER_SA_ID};
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_util_test.cpp280 SaControlInfo info1;
283 SaControlInfo info2;
286 SaControlInfo info3;
288 std::list<SaControlInfo> saControlList;
H A Dsystem_ability_mgr_test.cpp2704 std::list<SaControlInfo> saControlList;
2721 std::list<SaControlInfo> saControlList;
2722 SaControlInfo saControlInfo;
2740 std::list<SaControlInfo> saControlList;
2741 SaControlInfo saControlInfo;
2758 std::list<SaControlInfo> saControlList;
2759 SaControlInfo saControlInfo;
2782 SaControlInfo saControlInfo;
2786 std::list<SaControlInfo> saControlList;
2808 SaControlInfo saControlInfo;
[all …]
H A Dsystem_ability_state_scheduler_test.cpp1976 SaControlInfo saControl = { START_ON_DEMAND, TEST_SYSTEM_ABILITY1};
1996 SaControlInfo saControl = { START_ON_DEMAND, TEST_SYSTEM_ABILITY1, true};
2016 SaControlInfo saControl = { START_ON_DEMAND, TEST_SYSTEM_ABILITY1, true};
2035 SaControlInfo saControl;
2061 SaControlInfo saControlInfo;
2082 SaControlInfo saControlInfo;
2108 SaControlInfo saControlInfo;
2129 SaControlInfo saControlInfo;
2146 SaControlInfo saControl = { STOP_ON_DEMAND, TEST_SYSTEM_ABILITY1};
2165 SaControlInfo saControl = { STOP_ON_DEMAND, TEST_SYSTEM_ABILITY1, true};
[all …]
H A Ddevice_status_collect_manager_test.cpp133 std::list<SaControlInfo> saControlList;
183 std::list<SaControlInfo> saControlList;
228 std::list<SaControlInfo> saControlList;
508 std::list<SaControlInfo> saControlList;
H A Dsystem_ability_mgr_new_test.cpp728 std::list<SaControlInfo> saControlList;
733 SaControlInfo info;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h64 void CheckEnableOnce(const OnDemandEvent& event, const std::list<SaControlInfo>& saControlList);
65 int32_t CheckStartEnableOnce(const OnDemandEvent& event, const SaControlInfo& saControl,
67 int32_t CheckStopEnableOnce(const OnDemandEvent& event, const SaControlInfo& saControl);
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgrcoverage_fuzzer/
H A Dsamgrcoverage_fuzzer.cpp77 SaControlInfo saControlInfo; in FuzzOndemandLoad()
78 std::list<SaControlInfo> saControlList; in FuzzOndemandLoad()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager_util.h43 const std::list<SaControlInfo>& saControlList);
H A Dsystem_ability_manager.h162 …void ProcessOnDemandEvent(const OnDemandEvent& event, const std::list<SaControlInfo>& saControlLis…
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dsa_profiles.h96 struct SaControlInfo { struct
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_util.cpp177 const std::list<SaControlInfo>& saControlList) in GetCacheCommonEventSa()
H A Dsystem_ability_manager.cpp507 const std::list<SaControlInfo>& saControlList) in ProcessOnDemandEvent()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp1276 const std::list<SaControlInfo>& saControlList) in CheckEnableOnce()
1296 const SaControlInfo& saControl, sptr<ISystemAbilityLoadCallback> callback) in CheckStartEnableOnce()
1332 const SaControlInfo& saControl) in CheckStopEnableOnce()