Home
last modified time | relevance | path

Searched defs:srcNodeId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.cpp384 void DistributedUI::SetIdMapping(int32_t srcNodeId, int32_t sinkNodeId) in SetIdMapping()
389 int32_t DistributedUI::GetIdMapping(int32_t srcNodeId) in GetIdMapping()
549 auto srcNodeId = nodeObject->GetInt(DISTRIBUTE_UI_ID); in RestoreNode() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Ddistributed_ui_test_ng.cpp298 int32_t srcNodeId = 0; variable