Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_extension_callback.cpp182 std::lock_guard<std::mutex> lock(requestCallbackMutex_); in UpdateCustomPopupConfig()
234 std::lock_guard<std::mutex> lock(requestCallbackMutex_); in SetFillRequestCallback()
240 std::lock_guard<std::mutex> lock(requestCallbackMutex_); in SetSaveRequestCallback()
331 std::lock_guard<std::mutex> lock(requestCallbackMutex_); in SendAutoFillSuccess()
350 std::lock_guard<std::mutex> lock(requestCallbackMutex_); in SendAutoFillFailed()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_extension_callback.h73 std::mutex requestCallbackMutex_; variable