/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | frame_node_on_tree.h | 30 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 D | focus_animation_element.h | 27 explicit FocusAnimationElement(bool isRoot = false) : isRoot_(isRoot) {} in FocusAnimationElement()
|
H A D | focus_animation_component.h | 31 explicit FocusAnimationComponent(bool isRoot = false) : isRoot_(isRoot) {} in FocusAnimationComponent()
|
/foundation/arkui/ace_engine/frameworks/core/components/focus_collaboration/ |
H A D | focus_collaboration_element.h | 27 explicit FocusCollaborationElement(bool isRoot = false) : isRoot_(isRoot) {} in FocusCollaborationElement()
|
H A D | focus_collaboration_component.h | 29 explicit FocusCollaborationComponent(bool isRoot = false) : isRoot_(isRoot) {} in FocusCollaborationComponent()
|
/foundation/arkui/ace_engine/interfaces/inner_api/ui_session/ |
H A D | ui_session_json_util.h | 34 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 D | ui_session_json_util.cpp | 24 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 D | counter_node.h | 28 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 D | custom_frame_node.h | 28 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 D | plugin_node.h | 29 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 D | group_node.h | 27 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 D | video_full_screen_node.h | 29 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 D | video_node.h | 34 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 D | for_each_base_node.h | 26 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 D | screen_node.h | 26 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 D | scrollable_item.h | 30 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 D | svg_component.h | 48 void MarkIsRoot(bool isRoot) in MarkIsRoot() argument 50 isRoot_ = isRoot; in MarkIsRoot()
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_svg.h | 52 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 D | sliding_panel_node.h | 31 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 D | movingphoto_node.h | 31 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 D | tab_content_node.h | 29 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 D | form_node.h | 29 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 D | stepper_node.h | 28 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 D | effect_json_helper.h | 37 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 D | json_util.cpp | 24 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()
|