Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dmodal_system_app_freeze_uiextension.h69 std::mutex appFreezeResultMutex_; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dmodal_system_app_freeze_uiextension.cpp84 std::unique_lock<std::mutex> lockAssertResult(appFreezeResultMutex_); in CreateModalUIExtension()