Searched refs:MdnsQuestionTracker (Results 1 – 5 of 5) sorted by relevance
218 const MdnsQuestionTracker* question_tracker) const { in AddAssociatedQuery()223 const MdnsQuestionTracker* question_tracker) const { in RemoveAssociatedQuery()292 MdnsQuestionTracker::MdnsQuestionTracker(MdnsQuestion question, in MdnsQuestionTracker() function in openscreen::discovery::MdnsQuestionTracker320 task_runner_->PostTask([this] { MdnsQuestionTracker::SendQuery(); }); in MdnsQuestionTracker()325 MdnsQuestionTracker::SendQuery(); in MdnsQuestionTracker()333 MdnsQuestionTracker::~MdnsQuestionTracker() = default;335 bool MdnsQuestionTracker::AddAssociatedRecord( in AddAssociatedRecord()340 bool MdnsQuestionTracker::RemoveAssociatedRecord( in RemoveAssociatedRecord()345 std::vector<MdnsRecord> MdnsQuestionTracker::GetRecords() const { in GetRecords()361 bool MdnsQuestionTracker::SendQuery() const { in SendQuery()[all …]
118 std::unique_ptr<MdnsQuestionTracker> CreateQuestionTracker( in CreateQuestionTracker()120 MdnsQuestionTracker::QueryType query_type = in CreateQuestionTracker()121 MdnsQuestionTracker::QueryType::kContinuous) { in CreateQuestionTracker()122 return std::make_unique<MdnsQuestionTracker>(question, &sender_, in CreateQuestionTracker()203 std::unique_ptr<MdnsQuestionTracker> question = CreateQuestionTracker( in TEST_F()204 a_question_, MdnsQuestionTracker::QueryType::kOneShot); in TEST_F()205 std::unique_ptr<MdnsQuestionTracker> question2 = CreateQuestionTracker( in TEST_F()206 a_question_, MdnsQuestionTracker::QueryType::kOneShot); in TEST_F()234 std::unique_ptr<MdnsQuestionTracker> question = CreateQuestionTracker( in TEST_F()235 a_question_, MdnsQuestionTracker::QueryType::kOneShot); in TEST_F()[all …]
99 class MdnsQuestionTracker; variable135 bool AddAssociatedQuery(const MdnsQuestionTracker* question_tracker) const;136 bool RemoveAssociatedQuery(const MdnsQuestionTracker* question_tracker) const;202 class MdnsQuestionTracker : public MdnsTracker {207 MdnsQuestionTracker(MdnsQuestion question,215 ~MdnsQuestionTracker() override;
25 class MdnsQuestionTracker; variable224 std::multimap<DomainName, std::unique_ptr<MdnsQuestionTracker>> questions_;
823 auto tracker = std::make_unique<MdnsQuestionTracker>( in AddQuestion()825 MdnsQuestionTracker* ptr = tracker.get(); in AddQuestion()