Home
last modified time | relevance | path

Searched refs:kPresentationId (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/router/presentation/
H A Dpresentation_service_delegate_impl_unittest.cc54 constexpr char kPresentationId[] = "presentation_id"; variable
452 kPresentationId); in TEST_F()
467 const std::string kPresentationId("pid"); in TEST_F() local
476 *presentation_request_, kPresentationId, in TEST_F()
488 kPresentationId); in TEST_F()
589 kPresentationId, in TEST_F()
723 const std::string kPresentationId("auto-join"); in TEST_F() local
742 *presentation_request_, kPresentationId, in TEST_F()
761 *presentation_request_, kPresentationId, in TEST_F()
802 *presentation_request_, kPresentationId, in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/media_router/browser/presentation/
H A Dlocal_presentation_manager_unittest.cc26 const char kPresentationId[] = "presentationId"; variable
44 presentation_info_(GURL(kPresentationUrl), kPresentationId), in LocalPresentationManagerTest()
95 RegisterReceiver(kPresentationId, receiver_callback); in RegisterReceiver()
171 RegisterController(kPresentationId, std::move(controller1)); in TEST_F()
303 RegisterController(kPresentationId, std::move(controller1)); in TEST_F()
308 RegisterReceiver(kPresentationId, receiver_callback1); in TEST_F()
326 EXPECT_FALSE(manager()->IsLocalPresentation(kPresentationId)); in TEST_F()
328 RegisterController(kPresentationId, std::move(controller1)); in TEST_F()
329 EXPECT_TRUE(manager()->IsLocalPresentation(kPresentationId)); in TEST_F()
343 EXPECT_FALSE(manager()->GetRoute(kPresentationId)); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/presentation/
H A Dpresentation_service_impl_unittest.cc39 const char kPresentationId[] = "presentationId"; variable
279 PresentationInfo connection(presentation_url1_, kPresentationId); in TEST_F()
298 PresentationInfo connection(presentation_url1_, kPresentationId); in TEST_F()
345 kPresentationId), in TEST_F()
385 presentation_urls_, kPresentationId, in TEST_F()
393 kPresentationId), in TEST_F()
404 presentation_urls_, kPresentationId, in TEST_F()
437 service_impl_->CloseConnection(presentation_url1_, kPresentationId); in TEST_F()
441 EXPECT_CALL(mock_delegate_, Terminate(_, _, Eq(kPresentationId))); in TEST_F()
442 service_impl_->Terminate(presentation_url1_, kPresentationId); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/presentation/
H A Dpresentation_service_impl_unittest.cc40 const char kPresentationId[] = "presentationId"; variable
280 PresentationInfo connection(presentation_url1_, kPresentationId); in TEST_F()
299 PresentationInfo connection(presentation_url1_, kPresentationId); in TEST_F()
346 kPresentationId), in TEST_F()
386 presentation_urls_, kPresentationId, in TEST_F()
394 kPresentationId), in TEST_F()
405 presentation_urls_, kPresentationId, in TEST_F()
438 service_impl_->CloseConnection(presentation_url1_, kPresentationId); in TEST_F()
442 EXPECT_CALL(mock_delegate_, Terminate(_, _, Eq(kPresentationId))); in TEST_F()
443 service_impl_->Terminate(presentation_url1_, kPresentationId); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/media_router/
H A Dpresentation_receiver_window_controller_browsertest.cc50 constexpr char kPresentationId[] = "test_id"; variable
178 receiver_window->Start(kPresentationId, GURL("about:blank")); in IN_PROC_BROWSER_TEST_F()
216 receiver_window->Start(kPresentationId, GURL("about:blank")); in IN_PROC_BROWSER_TEST_F()
247 receiver_window->Start(kPresentationId, presentation_url); in IN_PROC_BROWSER_TEST_F()
274 receiver_window->Start(kPresentationId, presentation_url); in IN_PROC_BROWSER_TEST_F()
283 blink::mojom::PresentationInfo(presentation_url, kPresentationId), in IN_PROC_BROWSER_TEST_F()
322 receiver_window->Start(kPresentationId, GURL("about:blank")); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/router/providers/extension/
H A Dextension_media_route_provider_proxy_unittest.cc48 const char kPresentationId[] = "presentationId"; variable
110 CreateRouteInternal(kSource, kSinkId, kPresentationId, in TEST_F()
119 kSource, kSinkId, kPresentationId, url::Origin::Create(GURL(kOrigin)), in TEST_F()
129 kSource, kPresentationId, url::Origin::Create(GURL(kOrigin)), kTabId, in TEST_F()
136 kSource, kPresentationId, url::Origin::Create(GURL(kOrigin)), kTabId, in TEST_F()
146 kSource, kRouteId, kPresentationId, in TEST_F()
154 kSource, kRouteId, kPresentationId, url::Origin::Create(GURL(kOrigin)), in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/osp/msgs/
H A Dmessages_unittest.cc104 const std::string kPresentationId = "lksdjfloiqwerlkjasdlfq"; in TEST() local
108 PresentationStartRequest{13, kPresentationId, kPresentationUrl, headers}, in TEST()
118 EXPECT_EQ(kPresentationId, decoded_request.presentation_id); in TEST()
125 const std::string kPresentationId = "lksdjfloiqwerlkjasdlfq"; in TEST() local
129 PresentationStartRequest{13, kPresentationId, kPresentationUrl, headers}, in TEST()
139 EXPECT_EQ(kPresentationId, decoded_request.presentation_id); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/osp/msgs/
H A Dmessages_unittest.cc104 const std::string kPresentationId = "lksdjfloiqwerlkjasdlfq"; in TEST() local
108 PresentationStartRequest{13, kPresentationId, kPresentationUrl, headers}, in TEST()
118 EXPECT_EQ(kPresentationId, decoded_request.presentation_id); in TEST()
125 const std::string kPresentationId = "lksdjfloiqwerlkjasdlfq"; in TEST() local
129 PresentationStartRequest{13, kPresentationId, kPresentationUrl, headers}, in TEST()
139 EXPECT_EQ(kPresentationId, decoded_request.presentation_id); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/router/providers/cast/
H A Dcast_media_route_provider_unittest.cc36 static constexpr char kPresentationId[] = "presentationId"; variable
162 kCastSource, "sinkId", kPresentationId, origin_, kTabId, kRouteTimeout, in TEST_F()
174 "invalidSource", sink.sink().id(), kPresentationId, origin_, kTabId, in TEST_F()
191 kCastSource, sink.sink().id(), kPresentationId, origin_, kTabId, in TEST_F()
205 kCastSource, sink.sink().id(), kPresentationId, origin_, kTabId, in TEST_F()
H A Dmirroring_activity_unittest.cc29 constexpr char kPresentationId[] = "thePresentationId"; variable
94 route.set_presentation_id(kPresentationId); in MakeActivity()
189 GetMirroringServiceHostForOffscreenTab(url, kPresentationId, _)); in TEST_F()
H A Dcast_activity_manager_unittest.cc78 constexpr char kPresentationId[] = "presentationId"; variable
260 *source, sink_, kPresentationId, origin_, kTabId, in CallLaunchSession()
522 *source, sink_, kPresentationId, origin_, kTabId, in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/presentation/
H A Dpresentation_connection_callbacks_test.cc28 constexpr char kPresentationId[] = "xyzzy"; variable
112 kPresentationId), in TEST()
127 url_test_helpers::ToKURL(kPresentationUrl), kPresentationId); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/router/test/
H A Dmedia_router_mojo_test.cc29 const char kPresentationId[] = "presentationId"; variable
45 route.set_presentation_id(kPresentationId); in CreateMediaRoute()
205 expected_route.set_presentation_id(kPresentationId); in TestCreateRoute()
241 expected_route.set_presentation_id(kPresentationId); in TestJoinRoute()
286 expected_route.set_presentation_id(kPresentationId); in TestConnectRouteByRouteId()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/router/mojo/
H A Dmedia_router_mojo_impl_unittest.cc88 const char kPresentationId[] = "presentationId"; variable
106 route.set_presentation_id(kPresentationId); in CreateMediaRoute()
115 route.set_presentation_id(kPresentationId); in CreateMediaRoute2()
380 TestJoinRoute(kPresentationId); in TEST_F()
390 router()->JoinRoute(kSource, kPresentationId, in TEST_F()
409 kSource, kPresentationId, url::Origin::Create(GURL(kOrigin)), in TEST_F()
426 router()->JoinRoute(kSource, kPresentationId, in TEST_F()
450 kSource, kPresentationId, url::Origin::Create(GURL(kOrigin)), in TEST_F()
470 router()->JoinRoute(kSource, kPresentationId, in TEST_F()
1026 const std::string kPresentationId("pid"); in TEST_F() local
[all …]