HomeSort by relevance Sort by last modified time
    Searched refs:test_service_discovery_client_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/local_discovery/
privet_local_printer_lister_unittest.cc 107 test_service_discovery_client_ = new TestServiceDiscoveryClient();
108 test_service_discovery_client_->Start();
112 test_service_discovery_client_.get(),
138 test_service_discovery_client_->SimulateReceive(packet, size);
143 EXPECT_CALL(*test_service_discovery_client_, OnSendTo(_))
149 scoped_refptr<TestServiceDiscoveryClient> test_service_discovery_client_; member in class:local_discovery::__anon8722::PrivetLocalPrinterListerTest
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_browsertest.cc 351 test_service_discovery_client_ = new TestServiceDiscoveryClient();
352 test_service_discovery_client_->Start();
353 EXPECT_CALL(*test_service_discovery_client_, OnSendTo(
447 return test_service_discovery_client_.get();
463 scoped_refptr<TestServiceDiscoveryClient> test_service_discovery_client_; member in class:local_discovery::__anon10033::LocalDiscoveryUITest

Completed in 378 milliseconds