Searched refs:discovery_command (Results 1 – 1 of 1) sorted by relevance
139 auto discovery_command = DiscoveryCommandView::Create(command); in TEST_F() local140 ASSERT_TRUE(discovery_command.IsValid()); in TEST_F()141 auto rnr_command = RemoteNameRequestView::Create(DiscoveryCommandView::Create(discovery_command)); in TEST_F()212 auto discovery_command = DiscoveryCommandView::Create(command); in TEST_F() local213 ASSERT_TRUE(discovery_command.IsValid()); in TEST_F()215 RemoteNameRequestCancelView::Create(DiscoveryCommandView::Create(discovery_command)); in TEST_F()452 auto discovery_command = DiscoveryCommandView::Create(command); in TEST_F() local453 ASSERT_TRUE(discovery_command.IsValid()); in TEST_F()454 auto rnr_command = RemoteNameRequestView::Create(DiscoveryCommandView::Create(discovery_command)); in TEST_F()537 auto discovery_command = DiscoveryCommandView::Create(command); in TEST_F() local[all …]