Home
last modified time | relevance | path

Searched refs:isRoot (Results 1 - 25 of 56) sorted by relevance

123

/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dframe_node_on_tree.h30 bool isRoot = false, bool isLayoutNode = false) : FrameNode(tag, nodeId, pattern, isRoot, false) in FrameNodeOnTree()
36 const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in CreateFrameNode()
38 auto frameNode = FrameNode::CreateFrameNode(tag, nodeId, pattern, isRoot); in CreateFrameNode()
/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Dfocus_animation_element.h27 explicit FocusAnimationElement(bool isRoot = false) : isRoot_(isRoot) {} in FocusAnimationElement()
H A Dfocus_animation_component.h31 explicit FocusAnimationComponent(bool isRoot = false) : isRoot_(isRoot) {} in FocusAnimationComponent()
/foundation/arkui/ace_engine/frameworks/core/components/focus_collaboration/
H A Dfocus_collaboration_element.h27 explicit FocusCollaborationElement(bool isRoot = false) : isRoot_(isRoot) {} in FocusCollaborationElement()
H A Dfocus_collaboration_component.h29 explicit FocusCollaborationComponent(bool isRoot = false) : isRoot_(isRoot) {} in FocusCollaborationComponent()
/foundation/arkui/ace_engine/interfaces/inner_api/ui_session/
H A Dui_session_json_util.h34 InspectorJsonValue(JsonObject* object, bool isRoot);
61 static std::shared_ptr<InspectorJsonValue> Create(bool isRoot = true);
62 static std::shared_ptr<InspectorJsonValue> CreateArray(bool isRoot = true);
/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_session_json_util.cpp24 InspectorJsonValue::InspectorJsonValue(JsonObject* object, bool isRoot) : object_(object), isRoot_(isRoot) {} in InspectorJsonValue() argument
186 std::shared_ptr<InspectorJsonValue> InspectorJsonUtil::Create(bool isRoot) in Create() argument
188 return std::make_shared<InspectorJsonValue>(cJSON_CreateObject(), isRoot); in Create()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
H A Dcounter_node.h28 CounterNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in CounterNode()
29 : GroupNode(tag, nodeId, pattern, isRoot) in CounterNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom_frame_node/
H A Dcustom_frame_node.h28 CustomFrameNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in CustomFrameNode()
29 : FrameNode(tag, nodeId, pattern, isRoot) in CustomFrameNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_node.h29 PluginNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in PluginNode()
30 : FrameNode(tag, nodeId, pattern, isRoot) in PluginNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dgroup_node.h27 GroupNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in GroupNode()
28 : FrameNode(tag, nodeId, pattern, isRoot) {} in GroupNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_full_screen_node.h29 VideoFullScreenNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in VideoFullScreenNode()
30 :VideoNode(tag, nodeId, pattern, isRoot) {} in VideoFullScreenNode()
H A Dvideo_node.h34 VideoNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in VideoNode()
35 : FrameNode(tag, nodeId, pattern, isRoot) in VideoNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_base_node.h26 ForEachBaseNode(const std::string& tag, int32_t nodeId, bool isRoot = false) : UINode(tag, nodeId, isRoot) {} in ForEachBaseNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/
H A Dscreen_node.h26 ScreenNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in ScreenNode()
27 : FrameNode(tag, nodeId, pattern, isRoot) in ScreenNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_item.h30 ScrollableItem(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in ScrollableItem()
31 : FrameNode(tag, nodeId, pattern, isRoot) in ScrollableItem()
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_component.h48 void MarkIsRoot(bool isRoot) in MarkIsRoot() argument
50 isRoot_ = isRoot; in MarkIsRoot()
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_svg.h52 void MarkIsRoot(bool isRoot) in MarkIsRoot() argument
54 component_->MarkIsRoot(isRoot); in MarkIsRoot()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_node.h31 SlidingPanelNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in SlidingPanelNode()
32 : GroupNode(tag, nodeId, pattern, isRoot) in SlidingPanelNode()
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_node.h31 MovingPhotoNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in MovingPhotoNode()
32 : FrameNode(tag, nodeId, pattern, isRoot) in MovingPhotoNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_node.h29 TabContentNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in TabContentNode()
30 : FrameNode(tag, nodeId, pattern, isRoot) in TabContentNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_node.h29 FormNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in FormNode()
30 : FrameNode(tag, nodeId, pattern, isRoot) in FormNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_node.h28 StepperNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in StepperNode()
29 : GroupNode(tag, nodeId, pattern, isRoot) in StepperNode()
/foundation/multimedia/image_effect/interfaces/inner_api/native/utils/
H A Deffect_json_helper.h37 IMAGE_EFFECT_EXPORT explicit EffectJson(Json *json, bool isRoot = true);
106 IMAGE_EFFECT_EXPORT static EffectJsonPtr CreateObject(bool isRoot = true);
107 IMAGE_EFFECT_EXPORT static EffectJsonPtr CreateArray(bool isRoot = true);
/foundation/arkui/ace_engine/frameworks/base/json/
H A Djson_util.cpp24 JsonValue::JsonValue(JsonObject* object, bool isRoot) : object_(object), isRoot_(isRoot) {} in JsonValue() argument
595 std::unique_ptr<JsonValue> JsonUtil::Create(bool isRoot) in Create() argument
597 return std::make_unique<JsonValue>(cJSON_CreateObject(), isRoot); in Create()
600 std::unique_ptr<JsonValue> JsonUtil::CreateArray(bool isRoot) in CreateArray() argument
602 return std::make_unique<JsonValue>(cJSON_CreateArray(), isRoot); in CreateArray()

Completed in 11 milliseconds

123