Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dmission_data_storage.cpp272 std::lock_guard<ffrt::mutex> lock(cachedPixelMapMutex_); in GetCachedSnapshot()
283 std::lock_guard<ffrt::mutex> lock(cachedPixelMapMutex_); in SaveCachedSnapshot()
294 std::lock_guard<ffrt::mutex> lock(cachedPixelMapMutex_); in DeleteCachedSnapshot()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dmission_data_storage.h135 ffrt::mutex cachedPixelMapMutex_; variable