Home
last modified time | relevance | path

Searched refs:loadSaMutex_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/sa/src/
H A Dapp_fwk_update_client.cpp126 std::unique_lock<std::mutex> lock(loadSaMutex_); in LoadFwkService()
145 std::unique_lock<std::mutex> lock(loadSaMutex_); in LoadFwkService()
169 std::unique_lock<std::mutex> lock(loadSaMutex_); in OnLoadSystemAbilitySuccess()
177 std::unique_lock<std::mutex> lock(loadSaMutex_); in OnLoadSystemAbilityFail()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/src/
H A Dquick_fix_manager_client.cpp147 std::unique_lock<std::mutex> lock(loadSaMutex_); in LoadQuickFixMgrService()
172 std::unique_lock<std::mutex> lock(loadSaMutex_); in LoadQuickFixMgrService()
201 std::unique_lock<std::mutex> lock(loadSaMutex_); in OnLoadSystemAbilitySuccess()
209 std::unique_lock<std::mutex> lock(loadSaMutex_); in OnLoadSystemAbilityFail()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp249 std::unique_lock<std::mutex> lock(loadSaMutex_); in LoadInstalldService()
269 std::unique_lock<std::mutex> lock(loadSaMutex_); in LoadInstalldService()
492 std::lock_guard<std::mutex> lock(loadSaMutex_); in OnLoadSystemAbilitySuccess()
506 std::lock_guard<std::mutex> lock(loadSaMutex_); in OnLoadSystemAbilityFail()
/ohos5.0/base/web/webview/sa/include/
H A Dapp_fwk_update_client.h53 std::mutex loadSaMutex_; variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/include/
H A Dquick_fix_manager_client.h85 std::mutex loadSaMutex_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h271 std::mutex loadSaMutex_; variable
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h390 std::shared_mutex loadSaMutex_; variable
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp530 std::lock_guard<std::shared_mutex> lockGuard(loadSaMutex_); in PopLoadSaItem()
660 std::lock_guard<std::shared_mutex> lockGuard(loadSaMutex_); in OnRemoteInvokerMessage()