Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_helper.cpp35 std::mutex PreferencesHelper::prefsCacheMutex_; member in OHOS::NativePreferences::PreferencesHelper
159 std::lock_guard<std::mutex> lock(prefsCacheMutex_); in GetPreferences()
205 std::lock_guard<std::mutex> lock(prefsCacheMutex_); in DeletePreferences()
257 std::lock_guard<std::mutex> lock(prefsCacheMutex_); in RemovePreferencesFromCache()
/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences_helper.h74 static std::mutex prefsCacheMutex_; variable