Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/util/common/src/
Dinput_event_data_transformation.cpp120 const std::shared_ptr<SwitchEvent> swEvent, NetPacket &pkt) in SwitchEventToNetPacket()
134 …entDataTransformation::NetPacketToSwitchEvent(NetPacket &pkt, std::shared_ptr<SwitchEvent> swEvent) in NetPacketToSwitchEvent()
/foundation/multimodalinput/input/service/event_handler/src/
Devent_normalize_handler.cpp576 auto swEvent = std::make_unique<SwitchEvent>(static_cast<int>(state)); in HandleSwitchInputEvent() local