Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_key.cpp53 std::lock_guard<std::mutex> lock(wantsInfosMutex_); in SetAllWantsInfos()
116 std::lock_guard<std::mutex> lock(wantsInfosMutex_); in GetAllWantsInfos()
148 std::lock_guard<std::mutex> lock(wantsInfosMutex_); in GetAllBundleNames()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_key.h73 std::mutex wantsInfosMutex_; variable