Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1639 ffrt::mutex userTestLock_; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp4364 std::lock_guard<ffrt::mutex> lock(userTestLock_); in FinishUserTestLocked()