Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dnetwork_data_types.hpp337 class ServerConfig : public otServerConfig, public Unequatable<ServerConfig> class in ot::NetworkData::ServiceConfig
357 bool operator==(const ServerConfig &aOther) const;
375 …const ServerConfig &GetServerConfig(void) const { return static_cast<const ServerConfig &>(mServer… in GetServerConfig()
382 ServerConfig &GetServerConfig(void) { return static_cast<ServerConfig &>(mServerConfig); } in GetServerConfig()
404 DefineCoreType(otServerConfig, NetworkData::ServiceConfig::ServerConfig);
Dnetwork_data_types.cpp219 bool ServiceConfig::ServerConfig::operator==(const ServerConfig &aOther) const in operator ==()
225 void ServiceConfig::ServerConfig::SetFrom(const ServerTlv &aServerTlv) in SetFrom()