Home
last modified time | relevance | path

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

/base/powermgr/power_manager/services/native/src/
Dpower_mgr_service.cpp402 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()
/base/powermgr/power_manager/services/native/include/
Dpower_mgr_service.h203 std::mutex shutdownMutex_; variable
/base/powermgr/power_manager/test/unittest/src/
Dpower_getcontroller_mock_test.cpp215 std::mutex shutdownMutex_; member in OHOS::PowerMgr::PowerMgrService