Home
last modified time | relevance | path

Searched refs:customBuilder (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_model_ng.h42 void SetCustomBuilder(const RefPtr<NG::UINode>& customBuilder) override;
65 static void SetCustomBuilder(FrameNode* frameNode, FrameNode* customBuilder);
H A Drefresh_model_ng.cpp180 void RefreshModelNG::SetCustomBuilder(const RefPtr<NG::UINode>& customBuilder) in SetCustomBuilder() argument
186 pattern->AddCustomBuilderNode(customBuilder); in SetCustomBuilder()
194 void RefreshModelNG::SetCustomBuilder(FrameNode* frameNode, FrameNode* customBuilder) in SetCustomBuilder() argument
199 pattern->AddCustomBuilderNode(AceType::Claim<UINode>(customBuilder)); in SetCustomBuilder()
H A Drefresh_model.h59 virtual void SetCustomBuilder(const RefPtr<NG::UINode>& customBuilder) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Drefresh_model_impl.h51 void SetCustomBuilder(const RefPtr<NG::UINode>& customBuilder) override;
H A Drefresh_model_impl.cpp194 void RefreshModelImpl::SetCustomBuilder(const RefPtr<NG::UINode>& customBuilder) {} in SetCustomBuilder() argument
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_properties.h241 std::function<void()> customBuilder; member
288 std::function<void()> customBuilder; member
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp89 napi_value customBuilder; member
119 napi_value customBuilder, int arrayLength);
1021 asyncCtx->customBuilder = asyncCtx->argv[0]; in ParseDragItemInfoParam()
1038 napi_get_named_property(asyncCtx->env, asyncCtx->argv[0], "builder", &(asyncCtx->customBuilder)); in ParseDragItemInfoParam()
1039 napi_typeof(asyncCtx->env, asyncCtx->customBuilder, &valueType); in ParseDragItemInfoParam()
1041 errMsg = "The first parameter is not a pixelMap or customBuilder."; in ParseDragItemInfoParam()
1090 auto builder = [build = asyncCtx->customBuilder, env = asyncCtx->env] { in GetPixelMapByCustom()
1100 napi_value customBuilder, int arrayLength) in GetPixelMapArrayByCustom()
1133 auto builder = [build = customBuilder, env = asyncCtx->env] { in GetPixelMapArrayByCustom()
1174 errMsg = "The type of customBuilder o in ParsePixelMapAndBuilder()
1099 GetPixelMapArrayByCustom(std::shared_ptr<DragControllerAsyncCtx> asyncCtx, napi_value customBuilder, int arrayLength) GetPixelMapArrayByCustom() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.cpp340 .customBuilder = dialogAttr.customBuilder, in OpenCustomDialog()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/
H A Dcj_prompt_ffi.cpp159 .customBuilder = std::move(builderFunc), in FfiPromptOpenCustomDialog()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp738 .customBuilder = dialogAttr.customBuilder, in ParsePropertiesFromAttr()
1216 std::function<void()>&& customBuilder, NG::ComponentSnapshot::JsCallback&& callback, bool enableInspector, in CreateSnapshot()
1221 CHECK_NULL_VOID(customBuilder); in CreateSnapshot()
1222 customBuilder(); in CreateSnapshot()
1215 CreateSnapshot( std::function<void()>&& customBuilder, NG::ComponentSnapshot::JsCallback&& callback, bool enableInspector, const NG::SnapshotParam& param) CreateSnapshot() argument
H A Dfrontend_delegate_declarative_ng.h222 void CreateSnapshot(std::function<void()>&& customBuilder,
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h238 virtual void CreateSnapshot(std::function<void()>&& customBuilder, in CreateSnapshot() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h284 void CreateSnapshot(std::function<void()>&& customBuilder,
H A Dfrontend_delegate_declarative.cpp1792 .customBuilder = dialogAttr.customBuilder, in ParsePropertiesFromAttr()
3389 std::function<void()>&& customBuilder, NG::ComponentSnapshot::JsCallback&& callback, bool enableInspector, in CreateSnapshot()
3394 CHECK_NULL_VOID(customBuilder); in CreateSnapshot()
3395 customBuilder(); in CreateSnapshot()
3388 CreateSnapshot( std::function<void()>&& customBuilder, NG::ComponentSnapshot::JsCallback&& callback, bool enableInspector, const NG::SnapshotParam& param) CreateSnapshot() argument
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp1973 .customBuilder = std::move(builder), in GetPromptActionDialog()
2192 promptDialogAttr.customBuilder = nullptr; in JSPromptOpenCustomDialog()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp2566 if (dialogProps.customBuilder) { in OpenCustomDialog()
2569 dialogProps.customBuilder(); in OpenCustomDialog()

Completed in 36 milliseconds