Searched refs:prefsCacheMutex_ (Results 1 – 2 of 2) sorted by relevance
35 std::mutex PreferencesHelper::prefsCacheMutex_; member in OHOS::NativePreferences::PreferencesHelper159 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()
74 static std::mutex prefsCacheMutex_; variable