Searched refs:ServerConfig (Results 1 – 2 of 2) sorted by relevance
364 class ServerConfig : public otServerConfig, public Unequatable<ServerConfig> class in ot::NetworkData::ServiceConfig386 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);
220 bool ServiceConfig::ServerConfig::operator==(const ServerConfig &aOther) const in operator ==()226 void ServiceConfig::ServerConfig::SetFrom(const ServerTlv &aServerTlv) in SetFrom()