Home
last modified time | relevance | path

Searched refs:processMapLock_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp99 std::unique_lock<std::shared_mutex> processWriteLock(processMapLock_); in InitStateContext()
217 std::shared_lock<std::shared_mutex> readLock(processMapLock_); in GetSystemProcessContext()
742 std::shared_lock<std::shared_mutex> readLock(processMapLock_); in UnloadAllIdleSystemAbility()
1020 std::shared_lock<std::shared_mutex> readLock(processMapLock_); in GetRunningSystemProcess()
1039 std::shared_lock<std::shared_mutex> readLock(processMapLock_); in GetProcessNameByProcessId()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h157 std::shared_mutex processMapLock_; variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_test.cpp88 …d::unique_lock<std::shared_mutex> processWriteLock(saMgr->abilityStateScheduler_->processMapLock_); in AddSystemAbilityContext()