Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_adapter_impl.cpp80 …ArkUINodeAdapterEvent getIdevent { .index = index, .idSet = false, .type = ON_GET_NODE_ID, .nodeSe… in OnGetChildByIndex() local
81 getIdevent.extraParam = reinterpret_cast<intptr_t>(userData_); in OnGetChildByIndex()
82 receiver_(&getIdevent); in OnGetChildByIndex()
84 if (getIdevent.idSet) { in OnGetChildByIndex()
85 idStr = std::to_string(getIdevent.id); in OnGetChildByIndex()
96 getIdevent.type = ON_UPDATE_NODE; in OnGetChildByIndex()
97 getIdevent.handle = reinterpret_cast<ArkUINodeHandle>(AceType::RawPtr(child.second)); in OnGetChildByIndex()
98 if (!getIdevent.idSet) { in OnGetChildByIndex()
99 getIdevent.id = index; in OnGetChildByIndex()
101 receiver_(&getIdevent); in OnGetChildByIndex()
[all …]