/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/test/sinkmanagerunittest/ |
H A D | distributed_input_sinkmanager_test.cpp | 192 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 D | rtsp_common.h | 93 static RtspError ParseMessage(const std::string &message, std::vector<std::string> &firstLine,
|
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/ |
H A D | auth_message_processor.h | 86 int32_t ParseMessage(const std::string &message);
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_auth_message_processor.cpp | 1141 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 D | rtsp_request.cpp | 50 auto result = RtspCommon::ParseMessage(request, firstLine, tokens_, body_); in Parse()
|
H A D | rtsp_common.cpp | 81 RtspError RtspCommon::ParseMessage(const std::string &message, std::vector<std::string> &firstLine, in ParseMessage() function in OHOS::Sharing::RtspCommon
|
H A D | rtsp_response.cpp | 68 auto result = RtspCommon::ParseMessage(response, firstLine, tokens_, body_); in Parse()
|
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/include/ |
H A D | distributed_input_sink_manager.h | 101 int32_t ParseMessage(const std::string &message, std::string &srcDeviceId, uint64_t &srcWinId,
|
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/ |
H A D | distributed_input_sourcemanager_test.cpp | 2106 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 D | distributed_input_source_manager.h | 207 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 D | distributed_input_source_manager.cpp | 1575 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 D | distributed_input_sink_manager.cpp | 797 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 D | auth_message_processor.cpp | 259 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 D | dm_auth_manager.cpp | 570 int32_t ret = authMessageProcessor_->ParseMessage(message); in OnDataReceived()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/ |
H A D | rtsp_unit_test.cpp | 185 auto ret = RtspCommon::ParseMessage(message, firstLine, header, body); in HWTEST_F()
|