Home
last modified time | relevance | path

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

/test/testfwk/developer_test/src/core/config/
H A Dconfig_manager.py52 tree = ET.parse(self.filepath)
55 root = tree.getroot()
74 tree = ET.parse(self.filepath)
75 root = tree.getroot()
110 tree = ET.parse(self.filepath)
111 root = tree.getroot()
147 tree = ET.parse(self.filepath)
148 root = tree.getroot()
193 tree = ET.parse(self.filepath)
194 root = tree
[all...]
H A Dresource_manager.py70 tree = ElementTree.parse(file_path)
71 root = tree.getroot()
/test/testfwk/developer_test/local_coverage/resident_service/
H A Dinit_gcov.py131 tree = ET.parse(origin_xml)
132 root = tree.getroot()
143 tree.write(os.path.join(config_path, 'foundation.xml'), encoding='utf-8', xml_declaration=True)
214 tree = ET.parse(origin_xml)
215 root = tree.getroot()
226 tree.write(os.path.join(config_path, '{}.xml'.format(serv)), encoding='utf-8', xml_declaration=True)
H A Dpublic_method.py32 tree = ET.parse(filepath)
33 root = tree.getroot()
/test/ostest/wukong/component_event/src/
H A Dtree_manager.cpp56 ERROR_LOG("tree parent is null!"); in RecursGetChildElementInfo()
124 for (auto tree : children) { in RecursComponent()
125 RecursComponent(std::static_pointer_cast<ComponentTree>(tree)); in RecursComponent()
139 for (auto tree : children) { in RecursSetDialog()
140 RecursSetDialog(std::static_pointer_cast<ComponentTree>(tree)); in RecursSetDialog()
184 // find new ability in ability tree. in MakeAndCheckNewAbility()
243 // start update component tree. in UpdateComponentInfo()
378 // save new component tree, and change current conmponent tree. in AddPage()
381 // page tree growt in AddPage()
[all...]
/test/testfwk/xdevice/src/xdevice/_core/config/
H A Dresource_manager.py81 tree = ElementTree.parse(filepath)
82 root = tree.getroot()
H A Dconfig_manager.py74 tree = ElementTree.parse(self.file_path)
75 self.config_content = tree.getroot()
/test/testfwk/arkxtest/uitest/addon/
H A Dextension_executor.cpp221 nlohmann::json tree; in StartCapture() local
223 driver.DumpUiHierarchy(tree, false, false, err); in StartCapture()
226 auto layout = tree.dump(-1, ' ', false, nlohmann::detail::error_handler_t::replace); in StartCapture()
/test/testfwk/developer_test/src/core/command/
H A Drun.py265 tree = ElementTree.parse(latest_report_path)
266 root = tree.getroot()
/test/testfwk/developer_test/src/core/driver/
H A Ddrivers.py184 tree = ET.parse(result_xml)
185 tree.getroot().attrib["path"] = line
186 tree.getroot().attrib["name"] = os.path.basename(suite_file.split(".")[0])
198 tree.getroot().attrib["is_crash"] = "1"
199 tree.write(result_xml)
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dreporter_helper.py310 tree = ElementTree.ElementTree(element)
311 tree.write(file_name, encoding="UTF-8", xml_declaration=True,

Completed in 9 milliseconds