Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/thread/
Dnetwork_data_types.hpp364 class ServerConfig : public otServerConfig, public Unequatable<ServerConfig> class in ot::NetworkData::ServiceConfig
386 bool operator==(const ServerConfig &aOther) const;
406 …const ServerConfig &GetServerConfig(void) const { return static_cast<const ServerConfig &>(mServer… in GetServerConfig()
414 ServerConfig &GetServerConfig(void) { return static_cast<ServerConfig &>(mServerConfig); } in GetServerConfig()
437 DefineCoreType(otServerConfig, NetworkData::ServiceConfig::ServerConfig);
Dnetwork_data_types.cpp220 bool ServiceConfig::ServerConfig::operator==(const ServerConfig &aOther) const in operator ==()
226 void ServiceConfig::ServerConfig::SetFrom(const ServerTlv &aServerTlv) in SetFrom()