Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp353 lock_guard<mutex> autoLock(saProfileMapLock_); in InitSaProfile()
395 lock_guard<mutex> autoLock(saProfileMapLock_); in GetAllOndemandSa()
422 lock_guard<mutex> autoLock(saProfileMapLock_); in GetSaProfile()
2141 lock_guard<mutex> autoLock(saProfileMapLock_); in GetExtensionSaIds()
2154 lock_guard<mutex> autoLock(saProfileMapLock_); in GetExtensionRunningSaList()
2172 lock_guard<mutex> autoLock(saProfileMapLock_); in GetRunningSaExtensionInfoList()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h305 std::mutex saProfileMapLock_; variable