/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_content_modifier.cpp | 29 nodeContent->AddNode(uiNode); in AddChild() 39 nodeContent->AddNode(uiNode, position); in InsertChild()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/serialization/ |
H A D | intf_ser_node.h | 68 virtual void AddNode(const ISerNode::Ptr& node) = 0; 81 virtual void AddNode(BASE_NS::string_view name, ISerNode::Ptr) = 0;
|
/foundation/communication/netmanager_base/utils/common_utils/include/ |
H A D | lru_cache.h | 49 AddNode(Node(key, {value}));
in Put() 95 void AddNode(const Node &node)
in AddNode() function in OHOS::NetManagerStandard::LRUCache
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | cjson_parser.cpp | 112 if (AddNode(values, value)) { in FormatString() 127 if (AddNode(values, contentValue)) { in FormatString() 138 if (AddNode(values, currentVal)) { in FormatString() 148 if (AddNode(values, currentVal)) { in FormatString() 180 bool CJSONParser::AddNode(ListNode *&head, char *current) in AddNode() function in OHOS::ACELite::CJSONParser 356 check = AddNode(fileList, value); in GetWinFiles() 382 check = AddNode(fileList, value); in GetFiles() 796 if (AddNode(node, current)) { in Split() 806 if (AddNode(node, current)) { in Split()
|
H A D | cjson_parser.h | 92 static bool AddNode(ListNode *&head, char *current);
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | simple_spring_adapter.h | 30 void AddNode(RefPtr<SpringNode> node);
|
H A D | simple_spring_adapter.cpp | 20 void SimpleSpringAdapter::AddNode(RefPtr<SpringNode> node) in AddNode() function in OHOS::Ace::SimpleSpringAdapter 23 LOGE("AddNode failed. node is null."); in AddNode()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_proxy.cpp | 29 parentNode->AddNode(AceType::Claim(this), slot); in Mount()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | node_content.h | 36 void AddNode(UINode* node, int32_t position = -1);
|
H A D | node_content.cpp | 49 void NodeContent::AddNode(UINode* node, int32_t position) in AddNode() function in OHOS::Ace::NG::NodeContent
|
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/include/ |
H A D | lru_cache.h | 56 void AddNode(const Node &node);
|
/foundation/resourceschedule/ffrt/src/sync/ |
H A D | mutex.cpp | 41 MutexGraph::Instance().AddNode(task, 0, false); in try_lock() 56 MutexGraph::Instance().AddNode(task, ownerTask, true); in lock() 58 MutexGraph::Instance().AddNode(task, 0, false); in lock()
|
H A D | mutex_private.h | 66 void AddNode(uint64_t task, uint64_t ownerTask, bool edge) in AddNode() function in ffrt::MutexGraph
|
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/ |
H A D | lru_cache.cpp | 56 void LRUCache::AddNode(const Node &node) in AddNode() function in OHOS::NetStack::Http::LRUCache 106 AddNode(Node(key, value)); in Put()
|
/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | lru_cache_disk_handler.h | 62 void AddNode(const Node &node);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/include/ |
H A D | dump_helper.h | 65 void AddNode(std::shared_ptr<CommandNode> &command, std::shared_ptr<CommandNode> &realHeadNode, bool &isAdded);
|
/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | accessibility_node_test_ng.cpp | 212 accessibilityNode.AddNode(child, 0); in HWTEST_F() 213 accessibilityNode.AddNode(child, 0); in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/ |
H A D | metav1_compat.cpp | 196 p->AddNode(n); in AddProperties() 199 map.AddNode("__properties", IArrayNode::Ptr(new ArrayNode(properties))); in AddProperties()
|
H A D | ser_nodes.h | 63 void AddNode(BASE_NS::string_view name, ISerNode::Ptr n) override 87 void AddNode(const ISerNode::Ptr& node) override
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | distributed_ui.h | 109 void AddNode(const std::unique_ptr<NodeObject>& nodeObject, RefPtr<FrameNode> pageRootNode);
|
H A D | distributed_ui.cpp | 603 void DistributedUI::AddNode(const std::unique_ptr<NodeObject>& nodeObject, RefPtr<FrameNode> pageRootNode) 649 AddNode((std::unique_ptr<NodeObject>&)nodeObject, pageRootNode); 677 AddNode((std::unique_ptr<NodeObject>&)nodeObject, pageRootNode);
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | lru_cache_disk_handler.cpp | 52 void LRUCache::AddNode(const Node &node) in AddNode() function in OHOS::NetStack::Http::LRUCache 102 AddNode(Node(key, value)); in Put()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/ |
H A D | dump_helper.cpp | 137 AddNode(commands[i], commands[j], isAdded); in GetCommandNodes() 162 void DumpHelper::AddNode(std::shared_ptr<CommandNode> &command, std::shared_ptr<CommandNode> &realHeadNode, in AddNode() function in OHOS::DistributedData::DumpHelper
|
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/spring_chain/ |
H A D | spring_chain_test.cpp | 131 adapter_->AddNode(node); in InitSpringChain()
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_node.cpp | 281 void AccessibilityNode::AddNode(const RefPtr<AccessibilityNode>& node, int32_t slot) in AddNode() function in OHOS::Ace::AccessibilityNode 305 parentNode->AddNode(AceType::Claim(this), slot); in Mount()
|