Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.h120 JSWeak<JSFunc> jsSetInitiallyProvidedValueFunc_; variable
H A Djs_view_functions.cpp391 jsSetInitiallyProvidedValueFunc_ = JSRef<JSFunc>::Cast(jsSetInitiallyProvidedValueFunc); in InitViewFunctions()
543 …ExecuteFunctionWithParams(jsSetInitiallyProvidedValueFunc_, "setInitiallyProvidedValue", jsonData); in ExecuteInitiallyProvidedValue()