Home
last modified time | relevance | path

Searched refs:GetConfig (Results 1 – 9 of 9) sorted by relevance

/openthread-2.7.6/src/core/api/
Dbackbone_router_api.cpp49 return instance.Get<BackboneRouter::Leader>().GetConfig(*aConfig); in otBackboneRouterGetPrimary()
Dbackbone_router_ftd_api.cpp65 instance.Get<BackboneRouter::Local>().GetConfig(*aConfig); in otBackboneRouterGetConfig()
201 instance.Get<BackboneRouter::Local>().GetConfig(config); in otBackboneRouterMulticastListenerAdd()
/openthread-2.7.6/src/core/backbone_router/
Dbbr_leader.hpp114 Error GetConfig(BackboneRouterConfig &aConfig) const;
Dbbr_local.hpp114 void GetConfig(BackboneRouterConfig &aConfig) const;
Dbbr_leader.cpp60 Error Leader::GetConfig(BackboneRouterConfig &aConfig) const in GetConfig() function in ot::BackboneRouter::Leader
Dbbr_local.cpp121 void Local::GetConfig(BackboneRouterConfig &aConfig) const in GetConfig() function in ot::BackboneRouter::Local
Dbbr_manager.cpp213 IgnoreError(Get<Leader>().GetConfig(config)); in HandleMulticastListenerRegistration()
/openthread-2.7.6/src/core/thread/
Dmlr_manager.cpp495 if (Get<BackboneRouter::Leader>().GetConfig(config) == kErrorNone) in HandleMulticastListenerRegistrationResponse()
651 IgnoreError(Get<BackboneRouter::Leader>().GetConfig(config)); in UpdateReregistrationDelay()
Ddua_manager.cpp278 VerifyOrExit(Get<BackboneRouter::Leader>().GetConfig(config) == kErrorNone); in UpdateReregistrationDelay()