Searched refs:CreateProbe (Results 1 – 4 of 4) sorted by relevance
52 probe_ = CreateProbe(); in MdnsProbeTests()57 std::unique_ptr<MdnsProbeImpl> CreateProbe() { in CreateProbe() function in openscreen::discovery::MdnsProbeTests
75 auto probe = CreateProbe(requested_name, std::move(address)); in StartProbe()217 CreateProbe(std::move(new_name), ongoing_it->probe->address()); in OnProbeFailure()
97 virtual std::unique_ptr<MdnsProbe> CreateProbe(DomainName name, in CreateProbe() function
59 std::unique_ptr<MdnsProbe> CreateProbe(DomainName name, in CreateProbe() function in openscreen::discovery::TestMdnsProbeManager