Home
last modified time | relevance | path

Searched defs:smsg (Results 1 – 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_input/services/sink/transport/test/sinktransunittest/
Ddistributed_input_sinktrans_test.cpp87 std::string smsg = ""; variable
95 std::string smsg = ""; variable
103 std::string smsg = ""; variable
111 std::string smsg(MESSAGE_MAX_SIZE, 'a'); variable
142 std::string smsg = ""; variable
150 std::string smsg = ""; variable
158 std::string smsg = ""; variable
166 std::string smsg(MESSAGE_MAX_SIZE, 'a'); variable
210 std::string smsg = ""; variable
218 std::string smsg = ""; variable
[all …]
/foundation/distributedhardware/distributed_input/services/source/transport/src/
Ddistributed_input_source_transport.cpp202 std::string smsg = jsonStr.dump(); in PrepareRemoteInput() local
227 std::string smsg = jsonStr.dump(); in UnprepareRemoteInput() local
253 std::string smsg = jsonStr.dump(); in PrepareRemoteInput() local
277 std::string smsg = jsonStr.dump(); in UnprepareRemoteInput() local
308 std::string smsg = jsonStr.dump(); in StartRemoteInputDhids() local
335 std::string smsg = jsonStr.dump(); in StopRemoteInputDhids() local
362 std::string smsg = jsonStr.dump(); in StartRemoteInputType() local
389 std::string smsg = jsonStr.dump(); in StopRemoteInputType() local
413 std::string smsg = jsonStr.dump(); in SendRelayPrepareRequest() local
437 std::string smsg = jsonStr.dump(); in SendRelayUnprepareRequest() local
[all …]
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
Ddistributed_input_sink_manager.cpp104 std::string smsg = ""; in OnPrepareRemoteInput() local
132 std::string smsg = jsonStr.dump(); in OnUnprepareRemoteInput() local
144 std::string smsg = ""; in OnRelayPrepareRemoteInput() local
176 std::string smsg = jsonStr.dump(); in OnRelayUnprepareRemoteInput() local
195 std::string smsg = jsonStrSta.dump(); in OnStartRemoteInput() local
239 std::string smsg = jsonStr.dump(); in OnStopRemoteInput() local
265 std::string smsg = jsonStrSta.dump(); in OnStartRemoteInputDhid() local
305 std::string smsg = jsonStr.dump(); in OnStopRemoteInputDhid() local
332 std::string smsg = jsonStrSta.dump(); in OnRelayStartDhidRemoteInput() local
373 std::string smsg = jsonStr.dump(); in OnRelayStopDhidRemoteInput() local
[all …]
/foundation/distributedhardware/distributed_input/services/sink/transport/src/
Ddistributed_input_sink_transport.cpp74 std::string smsg = jsonStr.dump(); in ProcessEvent() local
119 const int32_t sessionId, std::string &smsg) in RespPrepareRemoteInput()
135 …DistributedInputSinkTransport::RespUnprepareRemoteInput(const int32_t sessionId, std::string &smsg) in RespUnprepareRemoteInput()
151 …2_t DistributedInputSinkTransport::RespStartRemoteInput(const int32_t sessionId, std::string &smsg) in RespStartRemoteInput()
167 …32_t DistributedInputSinkTransport::RespStopRemoteInput(const int32_t sessionId, std::string &smsg) in RespStopRemoteInput()
183 int32_t DistributedInputSinkTransport::RespLatency(const int32_t sessionId, std::string &smsg) in RespLatency()
301 std::string smsg = jsonStr.dump(); in NotifyLatency() local