Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_extension_callback.h88 std::mutex closeMutex_; variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_extension_callback.cpp119 std::lock_guard<std::mutex> lock(closeMutex_); in ReloadInModal()
369 std::lock_guard<std::mutex> lock(closeMutex_); in CloseUIExtension()