Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_state_storage.cpp96 std::lock_guard<std::mutex> lock(bundleStateMutex_); in LoadAllBundleStateData()
158 std::lock_guard<std::mutex> lock(bundleStateMutex_); in SaveBundleStateStorage()
191 std::lock_guard<std::mutex> lock(bundleStateMutex_); in GetBundleStateStorage()
217 std::lock_guard<std::mutex> lock(bundleStateMutex_); in DeleteBundleState()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_state_storage.h73 mutable std::mutex bundleStateMutex_; variable