Home
last modified time | relevance | path

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

/external/openscreen/cast/common/channel/
Dnamespace_router_unittest.cc68 CastMessage connection_message; in TEST_F() local
69 connection_message.set_namespace_("connection"); in TEST_F()
70 router_.OnMessage(&vc_router_, socket(), std::move(connection_message)); in TEST_F()