Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_input/services/sink/transport/include/
Ddistributed_input_sink_transport.h83 void NotifyStartRemoteInput(int32_t sessionId, const nlohmann::json &recMsg);
/foundation/distributedhardware/distributed_input/services/sink/transport/src/
Ddistributed_input_sink_transport.cpp352 void DistributedInputSinkTransport::NotifyStartRemoteInput(int32_t sessionId, const nlohmann::json … in NotifyStartRemoteInput() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkTransport
528 …mberFuncMap_[TRANS_SOURCE_MSG_START_TYPE] = &DistributedInputSinkTransport::NotifyStartRemoteInput; in RegRespFunMap()