Home
last modified time | relevance | path

Searched refs:NotifyRelayPrepareRemoteInput (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddinput_source_manager_event_handler.h65 void NotifyRelayPrepareRemoteInput(const AppExecFwk::InnerEvent::Pointer &event);
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/transport/include/
H A Ddistributed_input_sink_transport.h89 void NotifyRelayPrepareRemoteInput(int32_t sessionId, const nlohmann::json &recMsg);
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/transport/src/
H A Ddistributed_input_sink_transport.cpp453 void DistributedInputSinkTransport::NotifyRelayPrepareRemoteInput(int32_t sessionId, const nlohmann… in NotifyRelayPrepareRemoteInput() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkTransport
585 NotifyRelayPrepareRemoteInput(sessionId, recMsg); in HandleEventInner()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddinput_source_manager_event_handler.cpp409 void DInputSourceManagerEventHandler::NotifyRelayPrepareRemoteInput(const AppExecFwk::InnerEvent::P… in NotifyRelayPrepareRemoteInput() function in OHOS::DistributedHardware::DistributedInput::DInputSourceManagerEventHandler
660 NotifyRelayPrepareRemoteInput(event); in ProcessEvent()