Home
last modified time | relevance | path

Searched defs:onLoad (Results 1 – 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dxcomponent_model_impl.cpp54 void XComponentModelImpl::SetOnLoad(LoadEvent&& onLoad) in SetOnLoad()
Dform_model_impl.cpp111 void FormModelImpl::SetOnLoad(std::function<void(const std::string&)>&& onLoad) in SetOnLoad()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
Dxcomponent_model_ng.cpp48 void XComponentModelNG::SetOnLoad(LoadEvent&& onLoad) in SetOnLoad()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
Dform_event_hub.h56 void SetOnLoad(FormCallback&& onLoad) in SetOnLoad()
Dform_model_ng.cpp144 void FormModelNG::SetOnLoad(std::function<void(const std::string&)>&& onLoad) in SetOnLoad()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_xcomponent.cpp154 …auto onLoad = [execCtx = args.GetExecutionContext(), func = std::move(jsFunc)](const std::string& … in JsOnLoad() local
Djs_form.cpp227 …auto onLoad = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc)](const std::string& … in JsOnLoad() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/xcomponent/
Dxcomponent_test_ng.cpp235 auto onLoad = [&onLoadKey](const std::string& /* xComponentId */) { onLoadKey = CHECK_KEY; }; in __anon81660cdc0202() variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/form/
Dform_test_ng.cpp252 auto onLoad = [&onLoadValue](const std::string& param) { onLoadValue = param; }; in __anone416738e0702() variable