Home
last modified time | relevance | path

Searched refs:RTSP_METHOD_OPTIONS (Results 1 - 8 of 8) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_common.h28 #define RTSP_METHOD_OPTIONS "OPTIONS" macro
H A Drtsp_request.h122 RtspRequestOptions(int32_t cseq, const std::string &url) : RtspRequest(RTSP_METHOD_OPTIONS, cseq, url) {} in RtspRequestOptions()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_common.cpp62 return method == RTSP_METHOD_OPTIONS || method == RTSP_METHOD_DESCRIBE || method == RTSP_METHOD_ANNOUNCE || in VerifyMethod()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H A Drtsp_unit_test.cpp77 const std::string method = RTSP_METHOD_OPTIONS; in HWTEST_F()
218 const std::string &method = RTSP_METHOD_OPTIONS; in HWTEST_F()
227 const std::string &method = RTSP_METHOD_OPTIONS; in HWTEST_F()
315 const std::string &method = RTSP_METHOD_OPTIONS; in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/session/
H A Dwfd_source_session_test.cpp260 request.SetMethod(RTSP_METHOD_OPTIONS); in HWTEST_F()
291 request.SetMethod(RTSP_METHOD_OPTIONS); in HWTEST_F()
H A Dwfd_sink_session_test.cpp467 request.SetMethod(RTSP_METHOD_OPTIONS); in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/
H A Dwfd_sink_session.cpp436 if (rtspMethod == RTSP_METHOD_OPTIONS) { in HandleRequest()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/
H A Dwfd_source_session.cpp424 if (request.GetMethod() == RTSP_METHOD_OPTIONS) { // M2 in HandleRequest()

Completed in 9 milliseconds