Searched refs:sourceUpdateMutex_ (Results 1 – 2 of 2) sorted by relevance
48 std::mutex WakeupController::sourceUpdateMutex_; member in OHOS::PowerMgr::WakeupController185 std::lock_guard lock(sourceUpdateMutex_); in ChangeWakeupSourceConfig()294 std::lock_guard lock(sourceUpdateMutex_); in ChangePickupWakeupSourceConfig()333 std::lock_guard lock(sourceUpdateMutex_); in ChangeLidWakeupSourceConfig()
96 static std::mutex sourceUpdateMutex_; variable