Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/net/
H A Ddnssd_server.hpp260 bool IsUpstreamQueryEnabled(void) const { return mEnableUpstreamQuery; } in IsUpstreamQueryEnabled()
268 void SetUpstreamQueryEnabled(bool aEnabled) { mEnableUpstreamQuery = aEnabled; } in SetUpstreamQueryEnabled()
616 bool mEnableUpstreamQuery; member in ot::Dns::ServiceDiscovery::Server
H A Ddnssd_server.cpp71 , mEnableUpstreamQuery(false) in Server()
171 if (mEnableUpstreamQuery && ShouldForwardToUpstream(aRequest)) in ProcessQuery()