Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/component_test/tools/middle_ground/public/
H A Dindex.js38 result = findPathByName(caseTree, id);
41 result = findPathByName(caseTree, id);
44 result = findPathByName(caseTree, id);
100 function findPathByName(data, targetName) { function
106 values = values.concat(findPathByName(item.value, subItem.id));
118 let result = findPathByName(item.value, targetName);

Completed in 2 milliseconds