Home
last modified time | relevance | path

Searched refs:sourceUpdateMutex_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_controller.cpp48 std::mutex WakeupController::sourceUpdateMutex_; member in OHOS::PowerMgr::WakeupController
185 std::lock_guard lock(sourceUpdateMutex_); in ChangeWakeupSourceConfig()
294 std::lock_guard lock(sourceUpdateMutex_); in ChangePickupWakeupSourceConfig()
333 std::lock_guard lock(sourceUpdateMutex_); in ChangeLidWakeupSourceConfig()
H A Dwakeup_controller.h96 static std::mutex sourceUpdateMutex_; variable