Home
last modified time | relevance | path

Searched refs:sc_ (Results 1 – 3 of 3) sorted by relevance

/base/powermgr/power_manager/services/native/src/actions/default/suspend/
Drunning_lock_hub.h34 explicit RunningLockHub(const std::shared_ptr<ISuspendController>& sc) : sc_(sc) {}; in RunningLockHub()
50 std::shared_ptr<ISuspendController> sc_; variable
Drunning_lock_hub.cpp87 isAcquire ? sc_->IncSuspendBlockCounter() : sc_->DecSuspendBlockCounter(); in NotifySuspendCounter()
/base/powermgr/power_manager/services/native/src/actions/default/
Dsystem_suspend_controller.h61 std::shared_ptr<Suspend::ISuspendController> sc_; variable