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