Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_input/services/sink/transport/include/
Ddistributed_input_sink_transport.h86 void NotifyStartRemoteInputDhid(int32_t sessionId, const nlohmann::json &recMsg);
/foundation/distributedhardware/distributed_input/services/sink/transport/src/
Ddistributed_input_sink_transport.cpp393 void DistributedInputSinkTransport::NotifyStartRemoteInputDhid(int32_t sessionId, const nlohmann::j… in NotifyStartRemoteInputDhid() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkTransport
531 …FuncMap_[TRANS_SOURCE_MSG_START_DHID] = &DistributedInputSinkTransport::NotifyStartRemoteInputDhid; in RegRespFunMap()