/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/ |
H A D | device_status_collect_manager.h | 49 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 D | icollect_plugin.h | 72 const std::list<SaControlInfo>& saControlList) {}; in SaveCacheCommonEventSaExtraId()
|
H A D | common_event_collect.h | 57 const std::list<SaControlInfo>& saControlList) override;
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_status_collect_manager.cpp | 86 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 D | common_event_collect.cpp | 406 const std::list<SaControlInfo>& saControlList) in SaveCacheCommonEventSaExtraId()
|
/ohos5.0/foundation/systemabilitymgr/samgr/test/unittest/ |
H A D | system_ability_manager_test.cpp | 570 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 D | system_ability_mgr_util_test.cpp | 280 SaControlInfo info1; 283 SaControlInfo info2; 286 SaControlInfo info3; 288 std::list<SaControlInfo> saControlList;
|
H A D | system_ability_mgr_test.cpp | 2704 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 D | system_ability_state_scheduler_test.cpp | 1976 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 D | device_status_collect_manager_test.cpp | 133 std::list<SaControlInfo> saControlList; 183 std::list<SaControlInfo> saControlList; 228 std::list<SaControlInfo> saControlList; 508 std::list<SaControlInfo> saControlList;
|
H A D | system_ability_mgr_new_test.cpp | 728 std::list<SaControlInfo> saControlList; 733 SaControlInfo info;
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/ |
H A D | system_ability_state_scheduler.h | 64 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 D | samgrcoverage_fuzzer.cpp | 77 SaControlInfo saControlInfo; in FuzzOndemandLoad() 78 std::list<SaControlInfo> saControlList; in FuzzOndemandLoad()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | system_ability_manager_util.h | 43 const std::list<SaControlInfo>& saControlList);
|
H A D | system_ability_manager.h | 162 …void ProcessOnDemandEvent(const OnDemandEvent& event, const std::list<SaControlInfo>& saControlLis…
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/ |
H A D | sa_profiles.h | 96 struct SaControlInfo { struct
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager_util.cpp | 177 const std::list<SaControlInfo>& saControlList) in GetCacheCommonEventSa()
|
H A D | system_ability_manager.cpp | 507 const std::list<SaControlInfo>& saControlList) in ProcessOnDemandEvent()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/ |
H A D | system_ability_state_scheduler.cpp | 1276 const std::list<SaControlInfo>& saControlList) in CheckEnableOnce() 1296 const SaControlInfo& saControl, sptr<ISystemAbilityLoadCallback> callback) in CheckStartEnableOnce() 1332 const SaControlInfo& saControl) in CheckStopEnableOnce()
|