Searched refs:kOneShot (Results 1 – 5 of 5) sorted by relevance
18 kOneShot = true, enumerator32 bool IsOneShot() const { return m_nType == Type::kOneShot; } in IsOneShot()
334 GlobalTimer::Type::kOneShot, in setTimeOut()
204 a_question_, MdnsQuestionTracker::QueryType::kOneShot); in TEST_F()206 a_question_, MdnsQuestionTracker::QueryType::kOneShot); in TEST_F()235 a_question_, MdnsQuestionTracker::QueryType::kOneShot); in TEST_F()
205 enum class QueryType { kOneShot, kContinuous }; enumerator
319 if (query_type_ == QueryType::kOneShot) { in MdnsQuestionTracker()