/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_event_hub.h | 56 void SetOnLoad(FormCallback&& onLoad) in SetOnLoad() 101 auto onLoad = onLoad_; in FireOnLoad() local
|
H A D | form_model_ng.cpp | 173 void FormModelNG::SetOnLoad(std::function<void(const std::string&)>&& onLoad) in SetOnLoad()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | xcomponent_model_impl.cpp | 55 void XComponentModelImpl::SetOnLoad(LoadEvent&& onLoad) in SetOnLoad()
|
H A D | form_model_impl.cpp | 112 void FormModelImpl::SetOnLoad(std::function<void(const std::string&)>&& onLoad) in SetOnLoad()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-xcomponent.md | 151 ### onLoad subsection
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-xcomponent.md | 151 ### onLoad subsection
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_model.h | 62 virtual void RegisterOnCreate(const RefPtr<AceType>& node, LoadEvent&& onLoad) {}; in RegisterOnCreate()
|
H A D | xcomponent_model_ng.cpp | 116 void XComponentModelNG::SetOnLoad(LoadEvent&& onLoad) in SetOnLoad() 129 void XComponentModelNG::SetOnLoad(FrameNode* frameNode, LoadEvent&& onLoad) in SetOnLoad() 176 void XComponentModelNG::RegisterOnCreate(const RefPtr<AceType>& node, LoadEvent&& onLoad) in RegisterOnCreate()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/ |
H A D | xcomponent_test_ng.cpp | 214 auto onLoad = [&onLoadKey](const std::string& /* xComponentId */) { onLoadKey = CHECK_KEY; }; in __anon3398720b0202() variable 742 auto onLoad = [&onLoadKey](const std::string& /* xComponentId */) { onLoadKey = CHECK_KEY; }; in __anon3398720b0902() variable 925 auto onLoad = [&onLoadKey](const std::string& /* xComponentId */) { onLoadKey = CHECK_KEY; }; in __anon3398720b0d02() variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_form.cpp | 239 …auto onLoad = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc)](const std::string& … in JsOnLoad() local
|
H A D | js_xcomponent.cpp | 328 … auto onLoad = [execCtx = args.GetExecutionContext(), func = std::move(jsFunc), node = targetNode]( in JsOnLoad() local 350 …auto onLoad = [execCtx, funcRef = std::move(jsFunc), node = AceType::WeakClaim(AceType::RawPtr(fra… in RegisterOnCreate() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/ |
H A D | form_test_ng.cpp | 280 auto onLoad = [&onLoadValue](const std::string& param) { onLoadValue = param; }; in __anon20485a3d0702() variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_xcomponent_bridge.cpp | 623 …auto onLoad = [vm, func = panda::CopyableGlobal(vm, func), frameNode](const std::string& xcomponen… in SetOnLoad() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 23050 onLoad(callback) { method in ArkFormComponentComponent 25782 onLoad(callback) { method in ArkXComponentComponent
|