Home
last modified time | relevance | path

Searched refs:tree (Results 1 - 25 of 52) sorted by relevance

123

/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Djson_importer.cpp30 ISerNode::Ptr tree; in ImportAsTree() local
35 tree = json.Process(data); in ImportAsTree()
36 if (tree) { in ImportAsTree()
38 tree = RewriteMetaV1NodeTree(tree); in ImportAsTree()
39 if (!tree) { in ImportAsTree()
46 auto json = backend.Process(tree); in ImportAsTree()
58 return tree; in ImportAsTree()
63 if (auto tree = ImportAsTree(input)) { in Import()
65 return imp.Import(tree); in Import()
[all...]
H A Djson_exporter.cpp27 auto tree = exp.Export(object); in Export() local
28 if (!tree) { in Export()
32 auto json = backend.Process(tree); in Export()
H A Dmetav1_compat.h26 ISerNode::Ptr RewriteMetaV1NodeTree(ISerNode::Ptr tree);
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/graph/
H A Dgraph_converter.py45 def draw_title_and_touch_points(tree: EventTree, tree_name, dot):
46 touch_points = tree.touch_points
48 touch_points_info = f'event tree {str(tree.tree_id)} \n'
112 def draw_event_procedures(tree: EventTree, tree_name, dot, is_show_detail):
113 event_procedures: EventProcedures = tree.event_procedures
116 tag = f'{str(tree.tree_id)} event procedures'
136 # draw every event tree into file
137 for tree in dump_result.event_trees:
142 tree_name = f'event tree {st
[all...]
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_event.cpp37 void UIEvent::GetSimplifiedInspectorTree(std::string& tree) in GetSimplifiedInspectorTree() argument
39 UIEventFunc::GetSimplifiedInspectorTree(tree); in GetSimplifiedInspectorTree()
H A Dui_event_func.cpp95 void UIEventFunc::GetSimplifiedInspectorTree(std::string& tree) in GetSimplifiedInspectorTree() argument
98 UIEventFunc::Get().getTreeFunc_(tree); in GetSimplifiedInspectorTree()
H A Dui_event.h36 static void GetSimplifiedInspectorTree(std::string& tree);
H A Dui_event_func.h41 static void GetSimplifiedInspectorTree(std::string& tree);
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.cpp90 // multi fingers touch down will be in one tree in AddTouchPoint()
141 TAG_LOGW(AceLogTag::ACE_INPUTTRACKING, "EventTreeList size is over MAX, clean event tree."); in AddGestureSnapshot()
148 TAG_LOGW(AceLogTag::ACE_INPUTTRACKING, "GestureMap size is over MAX, clean event tree."); in AddGestureSnapshot()
199 for (auto& tree : eventTreeList) { in Dump()
204 std::string header = std::to_string(index).append(": event tree =>"); in Dump()
209 for (auto& item : tree.touchPoints) { in Dump()
215 for (auto& item : tree.hitTestTree) { in Dump()
221 for (auto iter = tree.gestureTree.begin(); iter != tree.gestureTree.end(); ++iter) { in Dump()
334 for (auto& tree in Dump()
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_event_impl.cpp46 extern "C" ACE_FORCE_EXPORT void OHOS_ACE_GetSimplifiedInspectorTree(std::string& tree) in OHOS_ACE_GetSimplifiedInspectorTree() argument
55 tree = NG::Inspector::GetSimplifiedInspector(containerId); in OHOS_ACE_GetSimplifiedInspectorTree()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dui_event_test.cpp87 std::string tree = "treeTest"; in HWTEST_F() local
93 UIEvent::GetSimplifiedInspectorTree(tree); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
H A Ddebug_output.cpp22 BASE_NS::string DebugOutput::Process(const ISerNode::Ptr& tree) in Process() argument
24 tree->Apply(*this); in Process()
H A Djson_output.h36 BASE_NS::string Process(const ISerNode::Ptr& tree) override;
H A Ddebug_output.h30 BASE_NS::string Process(const ISerNode::Ptr& tree) override;
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/serialization/
H A Dintf_ser_output.h27 virtual BASE_NS::string Process(const ISerNode::Ptr& tree) = 0;
H A Dintf_importer.h31 virtual IObject::Ptr Import(const ISerNode::ConstPtr& tree) = 0;
/foundation/ability/form_fwk/services/config/
H A Dform_xml_parser.h24 #include <libxml/tree.h>
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/xml/
H A Dxml_parser.h22 #include <libxml/tree.h>
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/config/
H A Daudio_affinity_parser.h24 #include <libxml/tree.h>
H A Daudio_tone_parser.h21 #include <libxml/tree.h>
H A Daudio_volume_parser.h19 #include <libxml/tree.h>
H A Daudio_strategy_router_parser.h23 #include <libxml/tree.h>
H A Daudio_concurrency_parser.h22 #include <libxml/tree.h>
/foundation/graphic/graphic_2d/rosen/modules/graphic_2d_configure/include/
H A Dgraphic_2d_xml_parser.h23 #include <libxml/tree.h>
/foundation/arkui/ace_engine/test/unittest/scripts/
H A Drun.py32 tree = ET.parse(xml_file_path)
33 root = tree.getroot()

Completed in 5 milliseconds

123