Home
last modified time | relevance | path

Searched refs:RTSP_METHOD_DESCRIBE (Results 1 - 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_common.h29 #define RTSP_METHOD_DESCRIBE "DESCRIBE" macro
H A Drtsp_request.h140 RtspRequestDescribe(int32_t cseq, const std::string &url) : RtspRequest(RTSP_METHOD_DESCRIBE, cseq, url) {} in RtspRequestDescribe()
/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.cpp84 const std::string method = RTSP_METHOD_DESCRIBE; in HWTEST_F()

Completed in 5 milliseconds