Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h1228 mutable ffrt::mutex eventCallbackMutex_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp4416 std::lock_guard lock(eventCallbackMutex_); in RegisterBundleEventCallback()
4441 std::lock_guard lock(eventCallbackMutex_); in UnregisterBundleEventCallback()
4452 std::lock_guard lock(eventCallbackMutex_); in NotifyBundleEventCallback()