Home
last modified time | relevance | path

Searched refs:singletonMutex_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dappfreeze_inner.cpp45 std::mutex AppfreezeInner::singletonMutex_; member in OHOS::AppExecFwk::AppfreezeInner
66 std::lock_guard<std::mutex> lock(singletonMutex_); in GetInstance()
76 std::lock_guard<std::mutex> lock(singletonMutex_); in DestroyInstance()
/ohos5.0/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_service.cpp44 std::mutex BatteryStatsService::singletonMutex_; member in OHOS::PowerMgr::BatteryStatsService
59 std::lock_guard<std::mutex> lock(singletonMutex_); in GetInstance()
353 std::lock_guard<std::mutex> lock(singletonMutex_); in DestroyInstance()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H A Dappfreeze_inner.h58 static std::mutex singletonMutex_; variable
/ohos5.0/base/powermgr/thermal_manager/services/native/src/
H A Dthermal_service.cpp41 std::mutex ThermalService::singletonMutex_; member in OHOS::PowerMgr::ThermalService
63 std::lock_guard<std::mutex> lock(singletonMutex_); in GetInstance()
651 std::lock_guard<std::mutex> lock(singletonMutex_); in DestroyInstance()
/ohos5.0/base/powermgr/battery_statistics/services/native/include/
H A Dbattery_stats_service.h82 static std::mutex singletonMutex_; variable
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/include/
H A Dappfreeze_manager.h115 static ffrt::mutex singletonMutex_; variable
/ohos5.0/base/powermgr/thermal_manager/services/native/include/
H A Dthermal_service.h203 static std::mutex singletonMutex_; variable
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp66 ffrt::mutex AppfreezeManager::singletonMutex_; member in OHOS::AppExecFwk::AppfreezeManager
84 std::lock_guard<ffrt::mutex> lock(singletonMutex_); in GetInstance()
94 std::lock_guard<ffrt::mutex> lock(singletonMutex_); in DestroyInstance()