/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_model_ng.h | 42 void SetCustomBuilder(const RefPtr<NG::UINode>& customBuilder) override; 65 static void SetCustomBuilder(FrameNode* frameNode, FrameNode* customBuilder);
|
H A D | refresh_model_ng.cpp | 180 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 D | refresh_model.h | 59 virtual void SetCustomBuilder(const RefPtr<NG::UINode>& customBuilder) = 0;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | refresh_model_impl.h | 51 void SetCustomBuilder(const RefPtr<NG::UINode>& customBuilder) override;
|
H A D | refresh_model_impl.cpp | 194 void RefreshModelImpl::SetCustomBuilder(const RefPtr<NG::UINode>& customBuilder) {} in SetCustomBuilder() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_properties.h | 241 std::function<void()> customBuilder; member 288 std::function<void()> customBuilder; member
|
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/ |
H A D | js_drag_controller.cpp | 89 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 D | cj_frontend_abstract.cpp | 340 .customBuilder = dialogAttr.customBuilder, in OpenCustomDialog()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/ |
H A D | cj_prompt_ffi.cpp | 159 .customBuilder = std::move(builderFunc), in FfiPromptOpenCustomDialog()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.cpp | 738 .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 D | frontend_delegate_declarative_ng.h | 222 void CreateSnapshot(std::function<void()>&& customBuilder,
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 238 virtual void CreateSnapshot(std::function<void()>&& customBuilder, in CreateSnapshot() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 284 void CreateSnapshot(std::function<void()>&& customBuilder,
|
H A D | frontend_delegate_declarative.cpp | 1792 .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 D | prompt_action.cpp | 1973 .customBuilder = std::move(builder), in GetPromptActionDialog() 2192 promptDialogAttr.customBuilder = nullptr; in JSPromptOpenCustomDialog()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | overlay_manager.cpp | 2566 if (dialogProps.customBuilder) { in OpenCustomDialog() 2569 dialogProps.customBuilder(); in OpenCustomDialog()
|