Home
last modified time | relevance | path

Searched refs:toSrcSessionId (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/common/include/
H A Ddinput_sink_trans_callback.h33 …virtual void OnRelayPrepareRemoteInput(const int32_t &toSrcSessionId, const int32_t &toSinkSession…
35 …virtual void OnRelayUnprepareRemoteInput(const int32_t &toSrcSessionId, const int32_t &toSinkSessi…
37 …virtual void OnRelayStartDhidRemoteInput(const int32_t &toSrcSessionId, const int32_t &toSinkSessi…
39 …virtual void OnRelayStopDhidRemoteInput(const int32_t &toSrcSessionId, const int32_t &toSinkSessio…
41 …virtual void OnRelayStartTypeRemoteInput(const int32_t &toSrcSessionId, const int32_t &toSinkSessi…
43 …virtual void OnRelayStopTypeRemoteInput(const int32_t &toSrcSessionId, const int32_t &toSinkSessio…
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/include/
H A Ddistributed_input_sink_manager.h77 … void OnRelayPrepareRemoteInput(const int32_t &toSrcSessionId, const int32_t &toSinkSessionId,
79 … void OnRelayUnprepareRemoteInput(const int32_t &toSrcSessionId, const int32_t &toSinkSessionId,
81 … void OnRelayStartDhidRemoteInput(const int32_t &toSrcSessionId, const int32_t &toSinkSessionId,
83 … void OnRelayStopDhidRemoteInput(const int32_t &toSrcSessionId, const int32_t &toSinkSessionId,
85 … void OnRelayStartTypeRemoteInput(const int32_t &toSrcSessionId, const int32_t &toSinkSessionId,
87 … void OnRelayStopTypeRemoteInput(const int32_t &toSrcSessionId, const int32_t &toSinkSessionId,
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/transport/src/
H A Ddistributed_input_sink_transport.cpp461 int32_t toSrcSessionId = recMsg[DINPUT_SOFTBUS_KEY_SESSION_ID]; in NotifyRelayPrepareRemoteInput() local
468 callback_->OnRelayPrepareRemoteInput(toSrcSessionId, sessionId, deviceId); in NotifyRelayPrepareRemoteInput()
479 int32_t toSrcSessionId = recMsg[DINPUT_SOFTBUS_KEY_SESSION_ID]; in NotifyRelayUnprepareRemoteInput() local
486 callback_->OnRelayUnprepareRemoteInput(toSrcSessionId, sessionId, deviceId); in NotifyRelayUnprepareRemoteInput()
498 int32_t toSrcSessionId = recMsg[DINPUT_SOFTBUS_KEY_SESSION_ID]; in NotifyRelayStartDhidRemoteInput() local
506 callback_->OnRelayStartDhidRemoteInput(toSrcSessionId, sessionId, deviceId, dhids); in NotifyRelayStartDhidRemoteInput()
518 int32_t toSrcSessionId = recMsg[DINPUT_SOFTBUS_KEY_SESSION_ID]; in NotifyRelayStopDhidRemoteInput() local
526 callback_->OnRelayStopDhidRemoteInput(toSrcSessionId, sessionId, deviceId, dhids); in NotifyRelayStopDhidRemoteInput()
538 int32_t toSrcSessionId = recMsg[DINPUT_SOFTBUS_KEY_SESSION_ID]; in NotifyRelayStartTypeRemoteInput() local
558 int32_t toSrcSessionId = recMsg[DINPUT_SOFTBUS_KEY_SESSION_ID]; in NotifyRelayStopTypeRemoteInput() local
[all …]
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp167 …butedInputSinkManager::DInputSinkListener::OnRelayPrepareRemoteInput(const int32_t &toSrcSessionId, in OnRelayPrepareRemoteInput() argument
178 jsonStr[DINPUT_SOFTBUS_KEY_SESSION_ID] = toSrcSessionId; in OnRelayPrepareRemoteInput()
188 …tedInputSinkManager::DInputSinkListener::OnRelayUnprepareRemoteInput(const int32_t &toSrcSessionId, in OnRelayUnprepareRemoteInput() argument
201 jsonStr[DINPUT_SOFTBUS_KEY_SESSION_ID] = toSrcSessionId; in OnRelayUnprepareRemoteInput()
362 …tedInputSinkManager::DInputSinkListener::OnRelayStartDhidRemoteInput(const int32_t &toSrcSessionId, in OnRelayStartDhidRemoteInput() argument
371 jsonStrSta[DINPUT_SOFTBUS_KEY_SESSION_ID] = toSrcSessionId; in OnRelayStartDhidRemoteInput()
393 …utedInputSinkManager::DInputSinkListener::OnRelayStopDhidRemoteInput(const int32_t &toSrcSessionId, in OnRelayStopDhidRemoteInput() argument
420 jsonStr[DINPUT_SOFTBUS_KEY_SESSION_ID] = toSrcSessionId; in OnRelayStopDhidRemoteInput()
457 jsonStrSta[DINPUT_SOFTBUS_KEY_SESSION_ID] = toSrcSessionId; in OnRelayStartTypeRemoteInput()
493 …utedInputSinkManager::DInputSinkListener::OnRelayStopTypeRemoteInput(const int32_t &toSrcSessionId, in OnRelayStopTypeRemoteInput() argument
[all …]
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddinput_source_listener.cpp131 void DInputSourceListener::OnResponseRelayPrepareRemoteInput(int32_t toSrcSessionId, in OnResponseRelayPrepareRemoteInput() argument
150 tmpJson[INPUT_SOURCEMANAGER_KEY_SESSIONID] = toSrcSessionId; in OnResponseRelayPrepareRemoteInput()
157 void DInputSourceListener::OnResponseRelayUnprepareRemoteInput(int32_t toSrcSessionId, in OnResponseRelayUnprepareRemoteInput() argument
175 tmpJson[INPUT_SOURCEMANAGER_KEY_SESSIONID] = toSrcSessionId; in OnResponseRelayUnprepareRemoteInput()
H A Ddinput_source_manager_event_handler.cpp432 int32_t toSrcSessionId = innerMsg[INPUT_SOURCEMANAGER_KEY_SESSIONID]; in NotifyRelayPrepareRemoteInput() local
440 …32_t ret = DistributedInputSourceTransport::GetInstance().NotifyOriginPrepareResult(toSrcSessionId, in NotifyRelayPrepareRemoteInput()
470 int32_t toSrcSessionId = innerMsg[INPUT_SOURCEMANAGER_KEY_SESSIONID]; in NotifyRelayUnprepareRemoteInput() local
477 …_t ret = DistributedInputSourceTransport::GetInstance().NotifyOriginUnprepareResult(toSrcSessionId, in NotifyRelayUnprepareRemoteInput()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.cpp1752 int32_t toSrcSessionId = 1; variable
1756 callback_->OnResponseRelayPrepareRemoteInput(toSrcSessionId, deviceId, result, object);
1766 int32_t toSrcSessionId = 1; variable
1769 callback_->OnResponseRelayUnprepareRemoteInput(toSrcSessionId, deviceId, result);
1973 int32_t toSrcSessionId = 1; variable
1977 callback_->OnResponseRelayPrepareRemoteInput(toSrcSessionId, deviceId, result, object);
1989 int32_t toSrcSessionId = 1; variable
1992 callback_->OnResponseRelayUnprepareRemoteInput(toSrcSessionId, deviceId, result);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/src/
H A Ddistributed_input_source_transport.cpp1130 int32_t toSrcSessionId = recMsg[DINPUT_SOFTBUS_KEY_SESSION_ID]; in NotifyResponseRelayUnprepareRemoteInput() local
1131 if (toSrcSessionId != sessionId) { in NotifyResponseRelayUnprepareRemoteInput()