| /foundation/ai/neural_network_runtime/test/system_test/common/ |
| D | nnrt_test.h | 44 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/ |
| D | utils_list.h | 23 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/ |
| D | lru_cache.h | 47 struct Node { struct 51 Node() = delete; argument
|
| /foundation/communication/netmanager_base/utils/common_utils/include/ |
| D | lru_cache.h | 86 struct Node { struct 90 Node() = delete; argument 92 … Node(std::string key, std::vector<T> value) : key(std::move(key)), value(std::move(value)) {} in Node() function
|
| /foundation/distributeddatamgr/preferences/frameworks/native/include/ |
| D | pool.h | 124 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/ |
| D | pool.h | 122 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/ |
| D | lru_cache_disk_handler.h | 53 struct Node { struct 57 Node() = delete; argument
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
| D | cjson_parser.h | 41 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/ |
| D | server.h | 29 struct Node { struct 31 struct Node *next; argument
|
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| D | view_abstract_test_ng.cpp | 127 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 …]
|
| D | view_abstract_test_ng_new.cpp | 367 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
|
| /foundation/multimedia/av_codec/services/services/codec/server/post_processing/ |
| D | lock_free_queue.h | 164 struct Node { struct 171 data_ = std::make_unique<Node[]>(N + 1); in Alloc() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/common/test/ |
| D | pool_test.cpp | 28 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/ |
| D | ref_uri.h | 64 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/ |
| D | lru_bucket.h | 176 Node(const _Tp &value) : value_(value) {} in Node() function 177 Node() : value_() {} in Node() function
|
| /foundation/distributeddatamgr/kv_store/frameworks/common/ |
| D | lru_bucket.h | 176 Node(const _Tp &value) : value_(value) {} in Node() function 177 Node() : value_() {} in Node() function
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
| D | gltf2_data_structures.h | 679 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/ |
| D | lru_cache.cpp | 47 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/ |
| D | dataobs_mgr_inner_ext.cpp | 170 DataObsMgrInnerExt::Node::Node(const std::string &name) : name_(name) {} in Node() function in OHOS::AAFwk::DataObsMgrInnerExt::Node
|
| /foundation/window/window_manager/utils/include/ |
| D | wm_occlusion_region.h | 94 Node(int s, int e) : start_(s), end_(e), mid_((s + e) >> 1) {} in Node() function
|
| /foundation/communication/netstack/frameworks/cj/http/src/ |
| D | lru_cache_disk_handler.cpp | 43 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/ |
| D | rs_occlusion_region.h | 195 Node(int s, int e) : start_(s), end_(e), mid_((s + e) >> 1) {} in Node() function
|