Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_status_collect_manager.cpp52 eventStatuscollect->Init(onDemandSaProfiles_); in Init()
61 timedCollect->Init(onDemandSaProfiles_); in Init()
81 onDemandSaProfiles_.emplace_back(saProfile); in FilterOnDemandSaProfiles()
121 for (auto& profile : onDemandSaProfiles_) { in GetSaControlListByEvent()
407 …auto iter = std::find_if(onDemandSaProfiles_.begin(), onDemandSaProfiles_.end(), [systemAbilityId]… in GetOnDemandEvents()
410 if (iter == onDemandSaProfiles_.end()) { in GetOnDemandEvents()
454 for (auto& profile : onDemandSaProfiles_) { in CheckEventUsedLocked()
547 auto iter = std::find_if(onDemandSaProfiles_.begin(), onDemandSaProfiles_.end(), in UpdateOnDemandEvents()
551 if (iter == onDemandSaProfiles_.end()) { in UpdateOnDemandEvents()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_status_collect_manager_test.cpp108 EXPECT_EQ(true, collect->onDemandSaProfiles_.empty());
114 EXPECT_EQ(false, collect->onDemandSaProfiles_.empty());
119 EXPECT_EQ(false, collect->onDemandSaProfiles_.empty());
141 collect->onDemandSaProfiles_.emplace_back(saProfile);
180 collect->onDemandSaProfiles_.emplace_back(saProfile1);
181 collect->onDemandSaProfiles_.emplace_back(saProfile2);
514 collect->onDemandSaProfiles_.emplace_back(saProfile);
615 collect->onDemandSaProfiles_.push_back(saprofile);
635 collect->onDemandSaProfiles_.push_back(saprofile);
707 collect->onDemandSaProfiles_.push_back(saprofile);
[all …]
H A Dsystem_ability_mgr_new_test.cpp326 collectManager->onDemandSaProfiles_.emplace_back(saProfile);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_status_collect_manager.h75 std::list<SaProfile> onDemandSaProfiles_; variable