Home
last modified time | relevance | path

Searched refs:suspendController_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_suspend_controller_test.cpp121 g_service->suspendController_->RegisterSettingsObserver();
122 EXPECT_TRUE(g_service->suspendController_ != nullptr);
137 g_service->suspendController_->Execute();
138 EXPECT_TRUE(g_service->suspendController_ != nullptr);
188 g_service->suspendController_->RecordPowerKeyDown();
231 g_service->suspendController_->stateMachine_->EmplaceInactive();
237 g_service->suspendController_->stateMachine_->EmplaceFreeze();
261 g_service->suspendController_->HandleAction(
282 g_service->suspendController_->stateMachine_->InitStateMap();
299 g_service->suspendController_->stateMachine_->InitStateMap();
[all …]
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()
122 pmsTest_->suspendController_->Init();
H A Dpower_wakeup_controller_test.cpp150 g_service->suspendController_->stateMachine_->controllerMap_.clear();
154 g_service->suspendController_->stateMachine_->InitStateMap();
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp589 if (suspendController_) { in OnStop()
590 suspendController_->StopSleep(); in OnStop()
628 if (suspendController_) { in Reset()
629 suspendController_->Reset(); in Reset()
813 if (suspendController_) { in RebootDeviceForDeprecated()
814 suspendController_->StopSleep(); in RebootDeviceForDeprecated()
842 if (suspendController_) { in ShutDownDevice()
843 suspendController_->StopSleep(); in ShutDownDevice()
1300 suspendController_->RemoveCallback(callback); in UnRegisterSyncSleepCallback()
1519 if (!suspendController_) { in SuspendControllerInit()
[all …]
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Ddecision_maker.h108 SuspendController suspendController_; variable
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Ddecision_maker.cpp217 suspendController_.RequestSuspendDelay(key); in Decide()
290 suspendController_.CancelSuspendDelay(key); in RemoveRequest()
/ohos5.0/base/powermgr/power_manager/services/native/include/
H A Dpower_mgr_service.h196 return suspendController_; in GetSuspendController()
267 std::shared_ptr<SuspendController> suspendController_ = nullptr; variable