Home
last modified time | relevance | path

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

/foundation/ai/neural_network_runtime/test/system_test/common/
Dnnrt_test.h44 struct Node { struct
45 OH_NN_OperationType opType;
46 std::vector<uint32_t> inputs;
47 std::vector<uint32_t> outputs;
48 std::vector<uint32_t> params;
/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
Dutils_list.h23 struct Node { struct
25 explicit Node(T value) : value_(value), next_(nullptr), prev_(nullptr) {} in Node() function
28 Node<T> *next_; argument
29 Node<T> *prev_; argument
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/include/
Dlru_cache.h47 struct Node { struct
51 Node() = delete; argument
/foundation/communication/netmanager_base/utils/common_utils/include/
Dlru_cache.h86 struct Node { struct
90 Node() = delete; argument
92Node(std::string key, std::vector<T> value) : key(std::move(key)), value(std::move(value)) {} in Node() function
/foundation/distributeddatamgr/preferences/frameworks/native/include/
Dpool.h124 struct Node { struct
125 Node *prev = nullptr; argument
126 Node *next = nullptr; argument
133 Node *idle_ = nullptr; argument
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
Dpool.h122 struct Node { struct
123 Node *prev = nullptr; argument
124 Node *next = nullptr; argument
131 Node *idle_ = nullptr; argument
/foundation/communication/netstack/frameworks/cj/http/include/
Dlru_cache_disk_handler.h53 struct Node { struct
57 Node() = delete; argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
Dcjson_parser.h41 struct Node { struct
44 uint16_t nextIndex = 0; // the conflicy Node index in array argument
45 bool isNumber = false;
/foundation/communication/wifi/wifi/base/cRPC/include/
Dserver.h29 struct Node { struct
31 struct Node *next; argument
/foundation/arkui/ace_engine/test/unittest/core/base/
Dview_abstract_test_ng.cpp127 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
301 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
379 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
463 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
564 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
681 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
825 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
926 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
1016 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
1112 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
[all …]
Dview_abstract_test_ng_new.cpp367 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
Dlock_free_queue.h164 struct Node { struct
171 data_ = std::make_unique<Node[]>(N + 1); in Alloc() argument
/foundation/distributeddatamgr/kv_store/frameworks/common/test/
Dpool_test.cpp28 struct Node { struct in OHOS::Test::PoolTest
29 int value;
30 bool operator==(Node &other) in operator ==()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
Dref_uri.h64 struct Node { in META_BEGIN_NAMESPACE() struct
65 BASE_NS::string name; in META_BEGIN_NAMESPACE()
66 enum Type { OBJECT, PROPERTY, SPECIAL } type {}; in META_BEGIN_NAMESPACE()
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
Dlru_bucket.h176 Node(const _Tp &value) : value_(value) {} in Node() function
177 Node() : value_() {} in Node() function
/foundation/distributeddatamgr/kv_store/frameworks/common/
Dlru_bucket.h176 Node(const _Tp &value) : value_(value) {} in Node() function
177 Node() : value_() {} in Node() function
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
Dgltf2_data_structures.h679 struct Node { in CORE3D_BEGIN_NAMESPACE() struct
680 BASE_NS::string name; in CORE3D_BEGIN_NAMESPACE()
691 BASE_NS::string modelIdRSDZ; in CORE3D_BEGIN_NAMESPACE()
696 bool isJoint = false; in CORE3D_BEGIN_NAMESPACE()
698 BASE_NS::vector<Node*> children; in CORE3D_BEGIN_NAMESPACE()
699 …_NS::vector<size_t> tmpChildren; // indices, used when gltf is parsed. (NOTE: move outside of node) in CORE3D_BEGIN_NAMESPACE()
702 uint32_t tmpSkin; // index to skin (NOTE: move outside of node) in CORE3D_BEGIN_NAMESPACE()
704 bool usesTRS = true; in CORE3D_BEGIN_NAMESPACE()
710 BASE_NS::Math::Mat4X4 matrix; in CORE3D_BEGIN_NAMESPACE()
712 BASE_NS::vector<float> weights; in CORE3D_BEGIN_NAMESPACE()
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
Dlru_cache.cpp47 LRUCache::Node::Node(std::string key, std::unordered_map<std::string, std::string> value) in Node() function in OHOS::NetStack::Http::LRUCache::Node
/foundation/ability/ability_runtime/services/dataobsmgr/src/
Ddataobs_mgr_inner_ext.cpp170 DataObsMgrInnerExt::Node::Node(const std::string &name) : name_(name) {} in Node() function in OHOS::AAFwk::DataObsMgrInnerExt::Node
/foundation/window/window_manager/utils/include/
Dwm_occlusion_region.h94 Node(int s, int e) : start_(s), end_(e), mid_((s + e) >> 1) {} in Node() function
/foundation/communication/netstack/frameworks/cj/http/src/
Dlru_cache_disk_handler.cpp43 LRUCache::Node::Node(std::string key, std::unordered_map<std::string, std::string> value) in Node() function in OHOS::NetStack::Http::LRUCache::Node
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
Drs_occlusion_region.h195 Node(int s, int e) : start_(s), end_(e), mid_((s + e) >> 1) {} in Node() function