Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.cpp409 jsOnFormRecoverFunc_ = JSRef<JSFunc>::Cast(jsOnFormRecoverFunc); in InitViewFunctions()
701 if (jsOnFormRecoverFunc_.IsEmpty()) { in ExecuteOnFormRecover()
711 auto func = jsOnFormRecoverFunc_.Lock(); in ExecuteOnFormRecover()
H A Djs_view_functions.h127 JSWeak<JSFunc>jsOnFormRecoverFunc_; variable