Home
last modified time | relevance | path

Searched refs:AddNodeHash (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.cpp329 AddNodeHash(nodeId, nodeObject->Hash()); in DumpNewNodes()
399 void DistributedUI::AddNodeHash(int32_t nodeId, std::size_t hashValue) in AddNodeHash() function in OHOS::Ace::NG::DistributedUI
418 AddNodeHash(nodeId, hashValue); in IsRecordHash()
446 AddNodeHash(node->GetId(), nodeObject->Hash()); in DumpTreeInner()
H A Ddistributed_ui.h102 void AddNodeHash(int32_t nodeId, std::size_t hashValue);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Ddistributed_ui_test_ng.cpp318 distributedUI.AddNodeHash(0, 0);