Home
last modified time | relevance | path

Searched refs:mgrMutex_ (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/src/
H A Dservice_router_mgr_helper.cpp46 std::unique_lock<std::mutex> lock(mgrMutex_); in SetServiceRouterMgr()
52 std::unique_lock<std::mutex> lock(mgrMutex_); in InnerGetServiceRouterMgr()
/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/include/
H A Dservice_router_mgr_helper.h54 std::mutex mgrMutex_; member in OHOS::AbilityRuntime::final
/foundation/ability/ability_runtime/services/uripermmgr/include/
H A Duri_permission_manager_stub_impl.h162 std::mutex mgrMutex_; member in OHOS::AAFwk::UriPermissionManagerStubImpl
/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_manager_stub_impl.cpp673 std::lock_guard<std::mutex> lock(mgrMutex_); in ConnectManager()
699 std::lock_guard<std::mutex> lock(impl->mgrMutex_); in ConnectManager()

Completed in 3 milliseconds