Home
last modified time | relevance | path

Searched refs:custom (Results 1 - 20 of 20) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/pattern/
H A Dmock_container_modal_utils.cpp18 #include "core/components_ng/pattern/custom/custom_title_node.h"
23 auto custom = CustomTitleNode::CreateCustomNode(-1, ""); in ExecuteCustomTitleAbc() local
24 ViewStackProcessor::GetInstance()->SetCustomTitleNode(custom); in ExecuteCustomTitleAbc()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/optimization/
H A Dsoftbus_file_test_entry.cpp47 static void ProcessCustomArgs(const char *arg, unordered_map<string, int> &customArgs, int32_t *custom) in ProcessCustomArgs() argument
63 *custom = customCnt; in ProcessCustomArgs()
81 printf("invalid custom args input.\n"); in main()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/file/
H A Dsoftbus_file_test_entry.cpp47 static void ProcessCustomArgs(const char *arg, unordered_map<string, int> &customArgs, int32_t *custom) in ProcessCustomArgs() argument
63 *custom = customCnt; in ProcessCustomArgs()
81 printf("invalid custom args input.\n"); in main()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_transition_effect_test.cpp219 RSTransitionCustom custom(property, startProp, endProp); in HWTEST_F()
220 custom.property_ = property; in HWTEST_F()
221 custom.InitValueEstimator(); in HWTEST_F()
222 EXPECT_TRUE(custom.valueEstimator_ == nullptr); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node.cpp16 #include "core/components_ng/pattern/custom/custom_node.h"
140 auto custom = DynamicCast<CustomNode>(child); in AdjustLayoutWrapperTree()
141 if (custom) { in AdjustLayoutWrapperTree()
142 custom->Render(); in AdjustLayoutWrapperTree()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/
H A Dshader_input_buffer.cpp15 #include <custom/shader_input_buffer.h>
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/rust/
H A Dsa_rust_interface_code_emitter.cpp96 uint32_t custom = false; in EmitCustomHeaders() local
101 custom |= static_cast<uint32_t>(addPathMsRes); in EmitCustomHeaders()
107 custom |= static_cast<uint32_t>(addPathMiRes); in EmitCustomHeaders()
110 return static_cast<bool>(custom); in EmitCustomHeaders()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/
H A DPointerTest.cpp521 BASE_NS::shared_ptr<int> custom(&value, deleter); in HWTEST_F()
522 BASE_NS::weak_ptr wb = custom; in HWTEST_F()
523 BASE_NS::shared_ptr sb = custom; in HWTEST_F()
524 sb2 = custom; in HWTEST_F()
525 custom = nullptr; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.h48 static void UpdateCommonParam(int32_t popupId, const RefPtr<PopupParam>& param, bool custom = true);
H A Dbubble_pattern.cpp228 auto custom = paintProps->GetUseCustom().value_or(false); in RegisterButtonOnHover() local
229 if (custom) { in RegisterButtonOnHover()
285 auto custom = paintProps->GetUseCustom().value_or(false); in RegisterButtonOnTouch() local
286 if (custom) { in RegisterButtonOnTouch()
H A Dbubble_view.cpp554 void BubbleView::UpdateCommonParam(int32_t popupId, const RefPtr<PopupParam>& param, bool custom) in UpdateCommonParam() argument
615 if (custom) { in UpdateCommonParam()
/foundation/ability/idl_tool/codegen/
H A Drust_code_emitter.cpp193 uint32_t custom = false; in EmitCustomHeaders() local
197 custom |= static_cast<uint32_t>(addPathMsRes); in EmitCustomHeaders()
204 custom |= static_cast<uint32_t>(addPathMiRes); in EmitCustomHeaders()
207 return static_cast<bool>(custom); in EmitCustomHeaders()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dui_task_scheduler.h132 void SetJSViewActive(bool active, WeakPtr<CustomNode> custom);
H A Dpipeline_context.h48 #include "core/components_ng/pattern/custom/custom_node.h"
721 void SetJSViewActive(bool active, WeakPtr<CustomNode> custom);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl_ng.cpp24 #include "core/components_ng/pattern/custom/custom_title_node.h"
345 auto custom = weakCustom.Upgrade(); in UpdateRootComponent()
347 if (custom && page) { in UpdateRootComponent()
350 custom->CallPageTransitionFunction(); in UpdateRootComponent()
H A Djsi_view_register_impl.cpp158 #include "core/components_ng/pattern/custom/custom_title_node.h"
361 // root custom component in UpdateRootComponent()
396 auto custom = weakCustom.Upgrade(); in UpdateRootComponent()
398 if (custom && page) { in UpdateRootComponent()
401 custom->CallPageTransitionFunction(); in UpdateRootComponent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp1274 auto custom = DynamicCast<CustomNode>(child); in Build() local
1275 if (custom->HasExtraInfo()) { in Build()
1279 extraInfos->emplace_front(custom->GetExtraInfo()); in Build()
1280 custom->Build(extraInfos); in Build()
1283 custom->Build(extraInfos); in Build()
1596 auto custom = DynamicCast<CustomNode>(parent); in GetCurrentCustomNodeInfo() local
1597 auto list = custom->GetExtraInfos(); in GetCurrentCustomNodeInfo()
H A Dinspector.cpp243 auto custom = AceType::DynamicCast<NG::CustomNode>(uiNode); in GetFrameNodeChildren() local
246 if ((frameNode && !frameNode->IsInternal()) || spanNode || (custom && isLayoutInspector)) { in GetFrameNodeChildren()
286 // custom node rect follows parent size in GetCustomNodeInfo()
295 jsonNode->Put(INSPECTOR_COMPONENT_TYPE, "custom"); in GetCustomNodeInfo()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsUIContext.js133 executeDrag(custom, dragInfo, callback) {
136 this.ohos_dragController.executeDrag(custom, dragInfo, callback);
139 let eventPromise = this.ohos_dragController.executeDrag(custom, dragInfo);
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp738 void PipelineContext::SetJSViewActive(bool active, WeakPtr<CustomNode> custom) {} in SetJSViewActive() argument

Completed in 21 milliseconds