Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/include/
H A Ddistributed_input_source_transport.h109 void NotifyResponseRelayUnprepareRemoteInput(int32_t sessionId, const nlohmann::json &recMsg);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/test/sourcetransunittest/
H A Ddistributed_input_sourcetrans_test.cpp730 …DistributedInputSourceTransport::GetInstance().NotifyResponseRelayUnprepareRemoteInput(sessionId, …
732 …DistributedInputSourceTransport::GetInstance().NotifyResponseRelayUnprepareRemoteInput(sessionId, …
735 …DistributedInputSourceTransport::GetInstance().NotifyResponseRelayUnprepareRemoteInput(sessionId, …
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/src/
H A Ddistributed_input_source_transport.cpp1113 void DistributedInputSourceTransport::NotifyResponseRelayUnprepareRemoteInput(int32_t sessionId, in NotifyResponseRelayUnprepareRemoteInput() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceTransport
1483 NotifyResponseRelayUnprepareRemoteInput(sessionId, recMsg); in HandleEventFirst()