Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/include/
H A Ddistributed_input_source_transport.h101 void NotifyResponseStartRemoteInputDhid(int32_t sessionId, const nlohmann::json &recMsg);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/test/sourcetransunittest/
H A Ddistributed_input_sourcetrans_test.cpp605 …DistributedInputSourceTransport::GetInstance().NotifyResponseStartRemoteInputDhid(sessionId, recMs…
608 …DistributedInputSourceTransport::GetInstance().NotifyResponseStartRemoteInputDhid(sessionId, recMs…
611 …DistributedInputSourceTransport::GetInstance().NotifyResponseStartRemoteInputDhid(sessionId, recMs…
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/src/
H A Ddistributed_input_source_transport.cpp942 void DistributedInputSourceTransport::NotifyResponseStartRemoteInputDhid(int32_t sessionId, in NotifyResponseStartRemoteInputDhid() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceTransport
1559 NotifyResponseStartRemoteInputDhid(sessionId, recMsg); in HandleData()