Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp804 std::lock_guard lock(shutdownMutex_); in RebootDeviceForDeprecated()
836 std::lock_guard lock(shutdownMutex_); in ShutDownDevice()
1445 std::lock_guard lock(shutdownMutex_); in RegisterShutdownCallback()
1454 std::lock_guard lock(shutdownMutex_); in UnRegisterShutdownCallback()
1464 std::lock_guard lock(shutdownMutex_); in RegisterShutdownCallback()
1473 std::lock_guard lock(shutdownMutex_); in UnRegisterShutdownCallback()
1483 std::lock_guard lock(shutdownMutex_); in RegisterShutdownCallback()
1492 std::lock_guard lock(shutdownMutex_); in UnRegisterShutdownCallback()
/ohos5.0/base/powermgr/power_manager/services/native/include/
H A Dpower_mgr_service.h340 std::mutex shutdownMutex_; variable