Home
last modified time | relevance | path

Searched refs:NotifyResponseRelayStartDhidRemoteInput (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.cpp823 …DistributedInputSourceTransport::GetInstance().NotifyResponseRelayStartDhidRemoteInput(sessionId, …
825 …DistributedInputSourceTransport::GetInstance().NotifyResponseRelayStartDhidRemoteInput(sessionId, …
827 …DistributedInputSourceTransport::GetInstance().NotifyResponseRelayStartDhidRemoteInput(sessionId, …
829 …DistributedInputSourceTransport::GetInstance().NotifyResponseRelayStartDhidRemoteInput(sessionId, …
831 …DistributedInputSourceTransport::GetInstance().NotifyResponseRelayStartDhidRemoteInput(sessionId, …
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/include/
H A Ddistributed_input_source_transport.h117 void NotifyResponseRelayStartDhidRemoteInput(int32_t sessionId, const nlohmann::json &recMsg);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/src/
H A Ddistributed_input_source_transport.cpp1216 void DistributedInputSourceTransport::NotifyResponseRelayStartDhidRemoteInput(int32_t sessionId, in NotifyResponseRelayStartDhidRemoteInput() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceTransport
1501 NotifyResponseRelayStartDhidRemoteInput(sessionId, recMsg); in HandleEventFirst()