Searched defs:OhosComponentTree (Results 1 – 2 of 2) sorted by relevance
18 struct OhosComponentTree { struct20 struct OhosComponentTree *next; argument21 struct OhosComponentTree *child; argument25 OhosComponentTree(const char *dirName, const OhosComponent *component = nullptr) argument45 ~OhosComponentTree() in ~OhosComponentTree() argument
333 pathTree = new struct OhosComponentTree("//", nullptr); in setupComponentsTree() local