Searched refs:originEventType (Results 1 – 2 of 2) sorted by relevance
352 auto originEventType = ConvertOriginEventType(eventType, nodePtr->type); in RegisterNodeEvent() local353 if (originEventType < 0) { in RegisterNodeEvent()397 …nodePtr->uiNodeHandle, static_cast<ArkUIEventSubKind>(originEventType), reinterpret_cast<int64_t>(… in RegisterNodeEvent()425 auto originEventType = ConvertOriginEventType(eventType, nodePtr->type); in UnregisterNodeEvent() local426 if (originEventType < 0) { in UnregisterNodeEvent()430 nodePtr->uiNodeHandle, static_cast<ArkUIEventSubKind>(originEventType)); in UnregisterNodeEvent()
1348 auto originEventType = companion->GetFlags(); in RegisterCustomNodeAsyncEvent() local1349 … companion->SetFlags(static_cast<uint32_t>(originEventType) | static_cast<uint32_t>(eventType)); in RegisterCustomNodeAsyncEvent()1372 auto originEventType = static_cast<uint32_t>(companion->GetFlags()); in UnregisterCustomNodeEvent() local1374 if ((originEventType & static_cast<uint32_t>(eventType)) != static_cast<uint32_t>(eventType)) { in UnregisterCustomNodeEvent()1377 companion->SetFlags(static_cast<uint32_t>(originEventType) ^ static_cast<uint32_t>(eventType)); in UnregisterCustomNodeEvent()