Searched refs:shutdownMutex_ (Results 1 – 3 of 3) sorted by relevance
402 std::lock_guard lock(shutdownMutex_); in RebootDeviceForDeprecated()434 std::lock_guard lock(shutdownMutex_); in ShutDownDevice()801 std::lock_guard lock(shutdownMutex_); in RegisterShutdownCallback()810 std::lock_guard lock(shutdownMutex_); in UnRegisterShutdownCallback()820 std::lock_guard lock(shutdownMutex_); in RegisterShutdownCallback()829 std::lock_guard lock(shutdownMutex_); in UnRegisterShutdownCallback()839 std::lock_guard lock(shutdownMutex_); in RegisterShutdownCallback()848 std::lock_guard lock(shutdownMutex_); in UnRegisterShutdownCallback()
203 std::mutex shutdownMutex_; variable
215 std::mutex shutdownMutex_; member in OHOS::PowerMgr::PowerMgrService