Home
last modified time | relevance | path

Searched refs:PresentationUrl (Results 1 – 17 of 17) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wds/src/libwds/rtsp/
H A Dpresentationurl.cpp28 PresentationUrl::PresentationUrl(const std::string& presentation_url_1, in PresentationUrl() function in wds::rtsp::PresentationUrl
35 PresentationUrl::~PresentationUrl() { in ~PresentationUrl()
38 std::string PresentationUrl::ToString() const { in ToString()
H A Dpresentationurl.h31 class PresentationUrl: public Property {
33 PresentationUrl(const std::string& presentation_url_1,
35 ~PresentationUrl() override;
H A Dparser.ypp923 $$ = new wds::rtsp::PresentationUrl($4 ? *$4 : "", $6 ? *$6 : "");
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wds/src/libwds/rtsp/
H A Dpresentationurl.cpp28 PresentationUrl::PresentationUrl(const std::string& presentation_url_1, in PresentationUrl() function in wds::rtsp::PresentationUrl
35 PresentationUrl::~PresentationUrl() { in ~PresentationUrl()
38 std::string PresentationUrl::ToString() const { in ToString()
H A Dpresentationurl.h31 class PresentationUrl: public Property {
33 PresentationUrl(const std::string& presentation_url_1,
35 ~PresentationUrl() override;
H A Dparser.ypp923 $$ = new wds::rtsp::PresentationUrl($4 ? *$4 : "", $6 ? *$6 : "");
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wds/src/libwds/source/
H A Dcap_negotiation_state.cpp145 std::shared_ptr<Property>(new rtsp::PresentationUrl(presentation_Url_1, ""))); in CreateMessage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wds/src/libwds/source/
H A Dcap_negotiation_state.cpp145 std::shared_ptr<Property>(new rtsp::PresentationUrl(presentation_Url_1, ""))); in CreateMessage()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wds/src/libwds/sink/
H A Dcap_negotiation_state.cpp138 …static_cast<rtsp::PresentationUrl*>(payload->GetProperty(rtsp::PresentationURLPropertyType).get()); in HandleMessage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wds/src/libwds/sink/
H A Dcap_negotiation_state.cpp138 …static_cast<rtsp::PresentationUrl*>(payload->GetProperty(rtsp::PresentationURLPropertyType).get()); in HandleMessage()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsdtypes.h194 const WCHAR *PresentationUrl; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsdtypes.h194 const WCHAR *PresentationUrl; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wds/src/libwds/rtsp/tests/
H A Dtests.cpp428 auto presentation_url = std::static_pointer_cast<wds::rtsp::PresentationUrl> (prop); in test_valid_get_parameter_reply_with_all_none()
781 std::shared_ptr<wds::rtsp::PresentationUrl> presentation_url = in test_valid_set_parameter_with_all_ipv4_url()
782 std::static_pointer_cast<wds::rtsp::PresentationUrl> (prop); in test_valid_set_parameter_with_all_ipv4_url()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/WebServicesOnDevices/
H A Dmod.rs1230 pub PresentationUrl: super::super::Foundation::PWSTR, field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wds/gen/
H A Dparser.cpp3013 …(yyval.property) = new wds::rtsp::PresentationUrl((yyvsp[-2].sval) ? *(yyvsp[-2].sval) : "", (yyvs… in yyparse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wds/gen/
H A Dparser.cpp2605 (yyval.property) = new wds::rtsp::PresentationUrl( in yyparse()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/WebServicesOnDevices/
H A Dmod.rs5717 pub PresentationUrl: super::super::Foundation::PWSTR, field
5737 .field("PresentationUrl", &self.PresentationUrl) in fmt()
5745 ….ModelNumber && self.ModelUrl == other.ModelUrl && self.PresentationUrl == other.PresentationUrl &… in eq()