Searched refs:getChildEvent (Results 1 – 1 of 1) sorted by relevance
106 ArkUINodeAdapterEvent getChildEvent { in OnGetChildByIndex() local109 getChildEvent.extraParam = reinterpret_cast<intptr_t>(userData_); in OnGetChildByIndex()110 receiver_(&getChildEvent); in OnGetChildByIndex()111 if (getChildEvent.nodeSet) { in OnGetChildByIndex()112 child.second = Claim(reinterpret_cast<UINode*>(getChildEvent.handle)); in OnGetChildByIndex()