Searched refs:WfdRtspM6Response (Results 1 - 4 of 4) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/session/ |
H A D | wfd_message_test.cpp | 379 WfdRtspM6Response response(1, 1, "sessionID", 30); in HWTEST_F() 385 WfdRtspM6Response response; in HWTEST_F() 391 WfdRtspM6Response m6Response(1, 1, "sessionID", 30); in HWTEST_F() 394 WfdRtspM6Response response; in HWTEST_F() 402 WfdRtspM6Response m6Response(1, 1, "sessionID", 30); in HWTEST_F() 405 WfdRtspM6Response response; in HWTEST_F() 413 WfdRtspM6Response m6Response(1, 1, "sessionID", 30); in HWTEST_F() 415 WfdRtspM6Response response; in HWTEST_F() 422 WfdRtspM6Response m7Response(1, 1, "sessionID", 30); in HWTEST_F() 424 WfdRtspM6Response respons in HWTEST_F() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/ |
H A D | wfd_message.h | 161 // WfdRtspM6Response 162 class WfdRtspM6Response : public RtspResponse { class 164 WfdRtspM6Response() = default; 165 WfdRtspM6Response(int32_t cseq, int32_t status, std::string sessionID, int32_t timeOut) : RtspResponse(cseq, status) in WfdRtspM6Response() function in OHOS::Sharing::WfdRtspM6Response
|
H A D | wfd_message.cpp | 504 int32_t WfdRtspM6Response::GetClientPort() in GetClientPort() 522 int32_t WfdRtspM6Response::GetServerPort() in GetServerPort() 540 void WfdRtspM6Response::SetClientPort(int port) in SetClientPort() 545 void WfdRtspM6Response::SetServerPort(int port) in SetServerPort() 550 std::string WfdRtspM6Response::StringifyEx() in StringifyEx()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/ |
H A D | wfd_source_session.cpp | 847 WfdRtspM6Response m6Response(cseq, RTSP_STATUS_OK, sessionID_, rtspTimeout_); in SendM6Response()
|
Completed in 4 milliseconds