Home
last modified time | relevance | path

Searched defs:Node (Results 1 – 6 of 6) sorted by relevance

/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
Dcommon_func_test.c26 typedef struct Node { struct
29 } Node; argument
Dtaskpool_singletask_func_test.c38 typedef struct Node { struct
41 } Node; typedef
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
DCommonTest.cpp24 struct Node { struct
30 static const Node *GetNode(const Node *node1) in GetNode() argument
DTaskpoolSingleTaskTest.cpp45 struct Node { struct
46 int id;
47 char *name;
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dsearchndk1.cpp407 struct Node { struct
408 explicit Node(const char *s) : s(strdup(s)) {} in Node() function
413 return strcmp(reinterpret_cast<const Node *>(lhs)->s, reinterpret_cast<const Node *>(rhs)->s); in NodeCmp() argument
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/
Dbuffer_manager_utest.h113 explicit Node(const std::string name) in Node() function