Home
last modified time | relevance | path

Searched refs:NotifyStopRemoteInput (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/transport/include/
H A Ddistributed_input_sink_transport.h84 void NotifyStopRemoteInput(int32_t sessionId, const nlohmann::json &recMsg);
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/transport/src/
H A Ddistributed_input_sink_transport.cpp385 void DistributedInputSinkTransport::NotifyStopRemoteInput(int32_t sessionId, const nlohmann::json &… in NotifyStopRemoteInput() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkTransport
635 NotifyStopRemoteInput(sessionId, recMsg); in HandleData()