Searched refs:OnResponseRelayPrepareRemoteInput (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_input/services/common/include/ |
H A D | dinput_source_trans_callback.h | 39 …virtual void OnResponseRelayPrepareRemoteInput(int32_t sessionId, const std::string &deviceId, boo…
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/ |
H A D | dinput_source_listener.h | 57 …void OnResponseRelayPrepareRemoteInput(int32_t sessionId, const std::string &deviceId, bool result,
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/src/ |
H A D | distributed_input_source_transport.cpp | 1066 callback_->OnResponseRelayPrepareRemoteInput(sessionId, deviceId, false, ""); in ReceiveSrcTSrcRelayPrepare() 1072 callback_->OnResponseRelayPrepareRemoteInput(sessionId, deviceId, false, ""); in ReceiveSrcTSrcRelayPrepare() 1109 callback_->OnResponseRelayPrepareRemoteInput(recMsg[DINPUT_SOFTBUS_KEY_SESSION_ID], sinkDevId, in NotifyResponseRelayPrepareRemoteInput()
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
H A D | dinput_source_listener.cpp | 131 void DInputSourceListener::OnResponseRelayPrepareRemoteInput(int32_t toSrcSessionId, in OnResponseRelayPrepareRemoteInput() function in OHOS::DistributedHardware::DistributedInput::DInputSourceListener
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/ |
H A D | distributed_input_sourcemanager_test.cpp | 1756 callback_->OnResponseRelayPrepareRemoteInput(toSrcSessionId, deviceId, result, object); 1977 callback_->OnResponseRelayPrepareRemoteInput(toSrcSessionId, deviceId, result, object);
|