Home
last modified time | relevance | path

Searched refs:ParseMessage (Results 1 - 15 of 15) sorted by relevance

/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/test/sinkmanagerunittest/
H A Ddistributed_input_sinkmanager_test.cpp192 int32_t ret = sinkManager_->projectWindowListener_->ParseMessage(message, srcDeviceId, srcWinId, sinkScreenInfo); in HWTEST_F()
215 int32_t ret = sinkManager_->projectWindowListener_->ParseMessage(jsonObj.dump(), in HWTEST_F()
232 int32_t ret = sinkManager_->projectWindowListener_->ParseMessage(jsonObj.dump(), in HWTEST_F()
238 ret = sinkManager_->projectWindowListener_->ParseMessage(jsonObj.dump(), in HWTEST_F()
244 ret = sinkManager_->projectWindowListener_->ParseMessage(jsonObj.dump(), in HWTEST_F()
250 ret = sinkManager_->projectWindowListener_->ParseMessage(jsonObj.dump(), in HWTEST_F()
256 ret = sinkManager_->projectWindowListener_->ParseMessage(jsonObj.dump(), in HWTEST_F()
262 ret = sinkManager_->projectWindowListener_->ParseMessage(jsonObj.dump(), in HWTEST_F()
268 ret = sinkManager_->projectWindowListener_->ParseMessage(jsonObj.dump(), in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_common.h93 static RtspError ParseMessage(const std::string &message, std::vector<std::string> &firstLine,
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h86 int32_t ParseMessage(const std::string &message);
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp1141 int32_t ret = authMessageProcessor->ParseMessage(message); in HWTEST_F()
1169 int32_t ret = authMessageProcessor->ParseMessage(message); in HWTEST_F()
1210 int32_t ret = authMessageProcessor->ParseMessage(message); in HWTEST_F()
1242 int32_t ret = authMessageProcessor->ParseMessage(message); in HWTEST_F()
1267 int32_t ret = authMessageProcessor->ParseMessage(message); in HWTEST_F()
1292 int32_t ret = authMessageProcessor->ParseMessage(message); in HWTEST_F()
1312 int32_t ret = authMessageProcessor->ParseMessage(message); in HWTEST_F()
1330 int32_t ret = authMessageProcessor->ParseMessage(message); in HWTEST_F()
1337 ret = authMessageProcessor->ParseMessage(message); in HWTEST_F()
1344 ret = authMessageProcessor->ParseMessage(message in HWTEST_F()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_request.cpp50 auto result = RtspCommon::ParseMessage(request, firstLine, tokens_, body_); in Parse()
H A Drtsp_common.cpp81 RtspError RtspCommon::ParseMessage(const std::string &message, std::vector<std::string> &firstLine, in ParseMessage() function in OHOS::Sharing::RtspCommon
H A Drtsp_response.cpp68 auto result = RtspCommon::ParseMessage(response, firstLine, tokens_, body_); in Parse()
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/include/
H A Ddistributed_input_sink_manager.h101 int32_t ParseMessage(const std::string &message, std::string &srcDeviceId, uint64_t &srcWinId,
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.cpp2106 int32_t ret = stopListener.ParseMessage(jsonObj.dump(), sinkDevId, sourceWinId); in HWTEST_F()
2111 ret = stopListener.ParseMessage(jsonObj.dump(), sinkDevId, sourceWinId); in HWTEST_F()
2115 ret = stopListener.ParseMessage(jsonObj.dump(), sinkDevId, sourceWinId); in HWTEST_F()
2133 int32_t ret = startListener.ParseMessage(jsonObj.dump(), sinkDevId, srcScreenInfo); in HWTEST_F()
2138 ret = startListener.ParseMessage(jsonObj.dump(), sinkDevId, srcScreenInfo); in HWTEST_F()
2143 ret = startListener.ParseMessage(jsonObj.dump(), sinkDevId, srcScreenInfo); in HWTEST_F()
2148 ret = startListener.ParseMessage(jsonObj.dump(), sinkDevId, srcScreenInfo); in HWTEST_F()
2152 ret = startListener.ParseMessage(jsonObj.dump(), sinkDevId, srcScreenInfo); in HWTEST_F()
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddistributed_input_source_manager.h207 int32_t ParseMessage(const std::string &message, std::string &sinkDevId, SrcScreenInfo &srcScreenInfo);
218 int32_t ParseMessage(const std::string &message, std::string &sinkDevId, uint64_t &sourceWinId);
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp1575 int32_t parseRes = ParseMessage(message, sinkDevId, srcScreenInfo); in OnMessage()
1613 int32_t DistributedInputSourceManager::StartDScreenListener::ParseMessage(const std::string &message, in ParseMessage() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceManager::StartDScreenListener
1683 int32_t parseRes = ParseMessage(message, sinkDevId, sourceWinId); in OnMessage()
1714 int32_t DistributedInputSourceManager::StopDScreenListener::ParseMessage(const std::string &message, in ParseMessage() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceManager::StopDScreenListener
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp797 int32_t parseRes = ParseMessage(message, srcDeviceId, srcWinId, sinkScreenInfo); in OnMessage()
819 int32_t DistributedInputSinkManager::ProjectWindowListener::ParseMessage(const std::string &message, in ParseMessage() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkManager::ProjectWindowListener
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp259 int32_t AuthMessageProcessor::ParseMessage(const std::string &message) in ParseMessage() function in OHOS::DistributedHardware::AuthMessageProcessor
272 LOGI("AuthMessageProcessor::ParseMessage message type %{public}d", authResponseContext_->msgType); in ParseMessage()
H A Ddm_auth_manager.cpp570 int32_t ret = authMessageProcessor_->ParseMessage(message); in OnDataReceived()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H A Drtsp_unit_test.cpp185 auto ret = RtspCommon::ParseMessage(message, firstLine, header, body); in HWTEST_F()

Completed in 22 milliseconds