Home
last modified time | relevance | path

Searched refs:NotifyResponseStartRemoteInput (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/test/sourcetransunittest/
H A Ddistributed_input_sourcetrans_test.cpp561 … DistributedInputSourceTransport::GetInstance().NotifyResponseStartRemoteInput(sessionId, recMsg);
564 … DistributedInputSourceTransport::GetInstance().NotifyResponseStartRemoteInput(sessionId, recMsg);
567 … DistributedInputSourceTransport::GetInstance().NotifyResponseStartRemoteInput(sessionId, recMsg);
570 … DistributedInputSourceTransport::GetInstance().NotifyResponseStartRemoteInput(sessionId, recMsg);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/include/
H A Ddistributed_input_source_transport.h99 void NotifyResponseStartRemoteInput(int32_t sessionId, const nlohmann::json &recMsg);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/src/
H A Ddistributed_input_source_transport.cpp908 void DistributedInputSourceTransport::NotifyResponseStartRemoteInput(int32_t sessionId, const nlohm… in NotifyResponseStartRemoteInput() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceTransport
1547 NotifyResponseStartRemoteInput(sessionId, recMsg); in HandleData()