Home
last modified time | relevance | path

Searched refs:DeserializePressedButtons (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/util/common/include/
H A Dinput_event_data_transformation.h53 static int32_t DeserializePressedButtons(std::shared_ptr<PointerEvent> event, NetPacket &pkt);
/foundation/multimodalinput/input/intention/cooperate/plugin/include/input_event_transmission/
H A Dinput_event_serialization.h53 static int32_t DeserializePressedButtons(NetPacket &pkt, std::shared_ptr<MMI::PointerEvent> event);
/foundation/multimodalinput/input/util/common/src/
H A Dinput_event_data_transformation.cpp283 int32_t InputEventDataTransformation::DeserializePressedButtons(std::shared_ptr<PointerEvent> event, NetPacket &pkt) in DeserializePressedButtons() function in OHOS::MMI::InputEventDataTransformation
350 if (DeserializePressedButtons(event, pkt) != RET_OK) { in Unmarshalling()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_serialization.cpp300 int32_t InputEventSerialization::DeserializePressedButtons(NetPacket &pkt, std::shared_ptr<MMI::PointerEvent> event) in DeserializePressedButtons() function in OHOS::Msdp::DeviceStatus::Cooperate::InputEventSerialization
517 if (DeserializePressedButtons(pkt, event) != RET_OK) { in Unmarshalling()

Completed in 4 milliseconds