Searched refs:GetServerConfig (Results 1 – 3 of 3) sorted by relevance
240 (GetServerConfig() == aOther.GetServerConfig()); in operator ==()254 GetServerConfig().SetFrom(aServerTlv); in SetFrom()
375 …const ServerConfig &GetServerConfig(void) const { return static_cast<const ServerConfig &>(mServer… in GetServerConfig() function in ot::NetworkData::ServiceConfig382 ServerConfig &GetServerConfig(void) { return static_cast<ServerConfig &>(mServerConfig); } in GetServerConfig() function in ot::NetworkData::ServiceConfig
355 while (GetNextService(iterator, aService.GetServerConfig().mRloc16, service) == kErrorNone) in ContainsService()