Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_caller_mgr.cpp40 std::lock_guard<std::mutex> lock(formHostCallerMutex_); in AddFormHostCaller()
58 std::lock_guard<std::mutex> lock(formHostCallerMutex_); in GetFormHostCaller()
69 std::lock_guard<std::mutex> lock(formHostCallerMutex_); in RemoveFormHostCaller()
77 std::lock_guard<std::mutex> lock(formHostCallerMutex_); in RemoveFormHostCaller()
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_caller_mgr.h65 mutable std::mutex formHostCallerMutex_; variable