ESP-IDF
ot::Dns::ServiceDiscovery::Server::mProxyQueries
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Dns::ServiceDiscovery::Server::mProxyQueries
ot::Dns::ServiceDiscovery::Server::mProxyQueries field
Syntax
Show:
Summary
Declaration
from
dnssd_server.hpp:579
ProxyQueryList
mProxyQueries
;
Examples
References
from
examples
Code
Location
Scope
Referrer
ProxyQueryList
mProxyQueries
;
dnssd_server.hpp:579
mProxyQueries
.
Enqueue
(
*
query
)
;
dnssd_server.cpp:1007
ot::Dns::ServiceDiscovery::Server
ot::Dns::ServiceDiscovery::Server::ResolveByProxy()
mProxyQueries
.
Dequeue
(
aQuery
)
;
dnssd_server.cpp:1147
ot::Dns::ServiceDiscovery::Server
ot::Dns::ServiceDiscovery::Server::RemoveQueryAndPrepareResponse()
return
(
query
==
nullptr
)
?
mProxyQueries
.
GetHead
(
)
:
query
->
GetNext
(
)
;
dnssd_server.cpp:1319
ot::Dns::ServiceDiscovery::Server
ot::Dns::ServiceDiscovery::Server::GetNextQuery() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Dns::ServiceDiscovery::Server::mProxyQueries
is read by 3 functions:
All items filtered out
ot::Dns::ServiceDiscovery::Server::mProxyQueries
ot::Dns::ServiceDiscovery::Server::ResolveByProxy()
ot::Dns::ServiceDiscovery::Server::RemoveQueryAndPrepareResponse()
ot::Dns::ServiceDiscovery::Server::GetNextQuery() const
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out