Searched refs:windowDispatchArgs (Results 1 – 1 of 1) sorted by relevance
218 const WindowDispatchArgs windowDispatchArgs{*tracedEventIt, in traceEventDispatch() local229 mBackend->traceWindowDispatch(std::move(windowDispatchArgs), eventState->metadata); in traceEventDispatch()231 eventState->pendingDispatchArgs.emplace_back(std::move(windowDispatchArgs)); in traceEventDispatch()255 for (const auto& windowDispatchArgs : pendingDispatchArgs) { in onEventProcessingComplete() local258 [id = getId(windowDispatchArgs.eventEntry)](const auto& event) { in onEventProcessingComplete()266 tracer.mBackend->traceWindowDispatch(windowDispatchArgs, metadata); in onEventProcessingComplete()