Home
last modified time | relevance | path

Searched refs:aQueryType (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/net/
Ddnssd_server.cpp2138 bool Server::DiscoveryProxy::IsActionForAdditionalSection(ProxyAction aAction, QueryType aQueryType) in IsActionForAdditionalSection() argument
2145 VerifyOrExit((aQueryType == kSrvQuery) || (aQueryType == kSrvTxtQuery)); in IsActionForAdditionalSection()
2148 VerifyOrExit((aQueryType == kTxtQuery) || (aQueryType == kSrvTxtQuery)); in IsActionForAdditionalSection()
2152 VerifyOrExit(aQueryType == kAaaaQuery); in IsActionForAdditionalSection()
2156 VerifyOrExit(aQueryType == kAQuery); in IsActionForAdditionalSection()
Ddnssd_server.hpp517 static bool IsActionForAdditionalSection(ProxyAction aAction, QueryType aQueryType);