Home
last modified time | relevance | path

Searched refs:sourceList_ (Results 1 - 13 of 13) sorted by relevance

/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_sources.cpp58 sourceList_.push_back(source); in PutSource()
64 return sourceList_; in GetSourceList()
H A Dsuspend_controller.cpp146 sourceList_ = sources->GetSourceList(); in Init()
147 if (sourceList_.empty()) { in Init()
152 for (auto source = sourceList_.begin(); source != sourceList_.end(); source++) { in Init()
215 sourceList_ = updateSourceList; in UpdateSuspendSources()
219 for (auto source = sourceList_.begin(); source != sourceList_.end(); source++, id++) { in UpdateSuspendSources()
H A Dsuspend_sources.h82 std::vector<SuspendSource> sourceList_; member in OHOS::PowerMgr::SuspendAction::SuspendSources
H A Dsuspend_controller.h110 std::vector<SuspendSource> sourceList_; member in OHOS::PowerMgr::SuspendController
/base/powermgr/power_manager/utils/vibrator/src/
H A Dpower_vibrator.cpp42 sourceList_.emplace_back(source); in LoadConfig()
50 for (VibratorSource& src : sourceList_) { in StartVibrator()
/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_sources.cpp86 sourceList_.push_back(source); in PutSource()
92 return sourceList_; in GetSourceList()
H A Dwakeup_sources.h82 std::vector<WakeupSource> sourceList_; member in OHOS::PowerMgr::WakeUpAction::WakeupSources
H A Dwakeup_controller.cpp86 sourceList_ = sources->GetSourceList(); in Init()
87 if (sourceList_.empty()) { in Init()
92 for (auto source = sourceList_.begin(); source != sourceList_.end(); source++) { in Init()
128 sourceList_ = updateSourceList; in RegisterSettingsObserver()
132 for (auto source = sourceList_.begin(); source != sourceList_.end(); source++, id++) { in RegisterSettingsObserver()
H A Dwakeup_controller.h99 std::vector<WakeupSource> sourceList_; member in OHOS::PowerMgr::WakeupController
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_suspend_parse_test.cpp60 vector<SuspendSource>::iterator itb = pmsTest_->suspendController_->sourceList_.begin(); in TestPowerSuspend()
61 vector<SuspendSource>::iterator ite = pmsTest_->suspendController_->sourceList_.end(); in TestPowerSuspend()
H A Dpower_wakeup_parse_test.cpp62 vector<WakeupSource>::iterator itb = pmsTest_->wakeupController_->sourceList_.begin(); in TestPowerWakeup()
63 vector<WakeupSource>::iterator ite = pmsTest_->wakeupController_->sourceList_.end(); in TestPowerWakeup()
H A Dpower_mgr_util_test.cpp374 vibrator->sourceList_.emplace_back(vibratorSource); in HWTEST_F()
/base/powermgr/power_manager/utils/vibrator/include/
H A Dpower_vibrator.h33 std::vector<VibratorSource> sourceList_; member in OHOS::PowerMgr::PowerVibrator

Completed in 7 milliseconds