Home
last modified time | relevance | path

Searched refs:RtspRequestOptions (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/
H A Dwfd_message.h47 class WfdRtspM1Request : public RtspRequestOptions {
49 explicit WfdRtspM1Request(int32_t cseq) : RtspRequestOptions(cseq, "*") { SetRequire(RTSP_METHOD_WFD); } in WfdRtspM1Request()
57 class WfdRtspM2Request : public RtspRequestOptions {
59 explicit WfdRtspM2Request(int32_t cseq) : RtspRequestOptions(cseq, "*") { SetRequire(RTSP_METHOD_WFD); } in WfdRtspM2Request()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_request.h120 class RtspRequestOptions : public RtspRequest { class
122 RtspRequestOptions(int32_t cseq, const std::string &url) : RtspRequest(RTSP_METHOD_OPTIONS, cseq, url) {} in RtspRequestOptions() function in OHOS::Sharing::RtspRequestOptions
123 RtspRequestOptions &SetRequire(const std::string &methods) in SetRequire()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_request.cpp101 std::string RtspRequestOptions::Stringify() in Stringify()

Completed in 3 milliseconds