Home
last modified time | relevance | path

Searched refs:GetServerConfig (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_types.cpp240 (GetServerConfig() == aOther.GetServerConfig()); in operator ==()
254 GetServerConfig().SetFrom(aServerTlv); in SetFrom()
Dnetwork_data_types.hpp375 …const ServerConfig &GetServerConfig(void) const { return static_cast<const ServerConfig &>(mServer… in GetServerConfig() function in ot::NetworkData::ServiceConfig
382 ServerConfig &GetServerConfig(void) { return static_cast<ServerConfig &>(mServerConfig); } in GetServerConfig() function in ot::NetworkData::ServiceConfig
Dnetwork_data.cpp355 while (GetNextService(iterator, aService.GetServerConfig().mRloc16, service) == kErrorNone) in ContainsService()