Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dform_manager.cpp48 std::lock_guard<std::mutex> lock(formUtilsMutex_); in SetFormUtils()
55 std::lock_guard<std::mutex> lock(formUtilsMutex_); in GetFormUtils()
H A Dform_manager.h55 std::mutex formUtilsMutex_; variable