Home
last modified time | relevance | path

Searched defs:recMsg (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/test/sourcetransunittest/
H A Ddistributed_input_sourcetrans_test.cpp489 nlohmann::json recMsg; variable
501 nlohmann::json recMsg; variable
513 nlohmann::json recMsg; variable
532 nlohmann::json recMsg; variable
544 nlohmann::json recMsg; variable
558 nlohmann::json recMsg; variable
580 nlohmann::json recMsg; variable
602 nlohmann::json recMsg; variable
620 nlohmann::json recMsg; variable
638 nlohmann::json recMsg; variable
[all …]
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/transport/src/
H A Ddistributed_input_sink_transport.cpp334 …ibutedInputSinkTransport::NotifyPrepareRemoteInput(int32_t sessionId, const nlohmann::json &recMsg) in NotifyPrepareRemoteInput()
351 …utedInputSinkTransport::NotifyUnprepareRemoteInput(int32_t sessionId, const nlohmann::json &recMsg) in NotifyUnprepareRemoteInput()
367 …tributedInputSinkTransport::NotifyStartRemoteInput(int32_t sessionId, const nlohmann::json &recMsg) in NotifyStartRemoteInput()
385 …stributedInputSinkTransport::NotifyStopRemoteInput(int32_t sessionId, const nlohmann::json &recMsg) in NotifyStopRemoteInput()
403 void DistributedInputSinkTransport::NotifyLatency(int32_t sessionId, const nlohmann::json &recMsg) in NotifyLatency()
417 …utedInputSinkTransport::NotifyStartRemoteInputDhid(int32_t sessionId, const nlohmann::json &recMsg) in NotifyStartRemoteInputDhid()
435 …butedInputSinkTransport::NotifyStopRemoteInputDhid(int32_t sessionId, const nlohmann::json &recMsg) in NotifyStopRemoteInputDhid()
453 …dInputSinkTransport::NotifyRelayPrepareRemoteInput(int32_t sessionId, const nlohmann::json &recMsg) in NotifyRelayPrepareRemoteInput()
509 …InputSinkTransport::NotifyRelayStopDhidRemoteInput(int32_t sessionId, const nlohmann::json &recMsg) in NotifyRelayStopDhidRemoteInput()
580 …id DistributedInputSinkTransport::HandleEventInner(int32_t sessionId, const nlohmann::json &recMsg) in HandleEventInner()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/src/
H A Ddistributed_input_source_transport.cpp874 const nlohmann::json &recMsg) in NotifyResponsePrepareRemoteInput()
892 const nlohmann::json &recMsg) in NotifyResponseUnprepareRemoteInput()
943 const nlohmann::json &recMsg) in NotifyResponseStartRemoteInputDhid()
1030 … DistributedInputSourceTransport::CalculateLatency(int32_t sessionId, const nlohmann::json &recMsg) in CalculateLatency()
1095 const nlohmann::json &recMsg) in NotifyResponseRelayPrepareRemoteInput()
1114 const nlohmann::json &recMsg) in NotifyResponseRelayUnprepareRemoteInput()
1217 const nlohmann::json &recMsg) in NotifyResponseRelayStartDhidRemoteInput()
1244 const nlohmann::json &recMsg) in NotifyResponseRelayStopDhidRemoteInput()
1353 const nlohmann::json &recMsg) in NotifyResponseRelayStartTypeRemoteInput()
1380 const nlohmann::json &recMsg) in NotifyResponseRelayStopTypeRemoteInput()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_input/services/transportbase/test/transbaseunittest/
H A Ddistributed_input_transbase_test.cpp115 nlohmann::json recMsg; variable
125 nlohmann::json recMsg; variable
138 nlohmann::json recMsg; variable
/ohos5.0/foundation/distributedhardware/distributed_input/services/transportbase/src/
H A Ddistributed_input_transport_base.cpp453 nlohmann::json recMsg = nlohmann::json::parse(message, nullptr, false); in CheckRecivedData() local
498 nlohmann::json recMsg = nlohmann::json::parse(message, nullptr, false); in HandleSession() local