Home
last modified time | relevance | path

Searched refs:startServiceReqListLock_ (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_connect_manager.h662 std::mutex startServiceReqListLock_; member in OHOS::AAFwk::AbilityConnectManager
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_connect_manager.cpp274 std::lock_guard guard(startServiceReqListLock_); in EnqueueStartServiceReq()
290 std::lock_guard guard{connectManager->startServiceReqListLock_}; in EnqueueStartServiceReq()
1252 std::lock_guard guard(startServiceReqListLock_); in CompleteStartServiceReq()

Completed in 7 milliseconds