Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_provider_caller.cpp42 std::lock_guard<std::mutex> lock(formJsInfoMutex_); in AddForm()
48 std::lock_guard<std::mutex> lock(formJsInfoMutex_); in DeleteForm()
54 std::lock_guard<std::mutex> lock(formJsInfoMutex_); in GetFormJsInfo()
65 std::lock_guard<std::mutex> lock(formJsInfoMutex_); in HasForm()
71 std::lock_guard<std::mutex> lock(formJsInfoMutex_); in IsFormEmpty()
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_provider_caller.h100 mutable std::mutex formJsInfoMutex_; variable