Searched refs:DuaManager (Results 1 – 11 of 11) sorted by relevance
/external/openthread/src/core/thread/ |
D | dua_manager.cpp | 55 DuaManager::DuaManager(Instance &aInstance) in DuaManager() function in ot::DuaManager 57 , mRegistrationTask(aInstance, DuaManager::HandleRegistrationTask) in DuaManager() 58 , mDuaNotification(UriPath::kDuaRegistrationNotify, &DuaManager::HandleDuaNotification, this) in DuaManager() 84 void DuaManager::HandleDomainPrefixUpdate(BackboneRouter::Leader::DomainPrefixState aState) in HandleDomainPrefixUpdate() 91 IgnoreError(Get<Tmf::Agent>().AbortTransaction(&DuaManager::HandleDuaResponse, this)); in HandleDomainPrefixUpdate() 148 Error DuaManager::GenerateDomainUnicastAddressIid(void) in GenerateDomainUnicastAddressIid() 171 Error DuaManager::SetFixedDuaInterfaceIdentifier(const Ip6::InterfaceIdentifier &aIid) in SetFixedDuaInterfaceIdentifier() 192 void DuaManager::ClearFixedDuaInterfaceIdentifier(void) in ClearFixedDuaInterfaceIdentifier() 215 void DuaManager::Restore(void) in Restore() 226 Error DuaManager::Store(void) in Store() [all …]
|
D | dua_manager.hpp | 83 class DuaManager : public InstanceLocator, private NonCopyable class 95 explicit DuaManager(Instance &aInstance);
|
D | neighbor_table.cpp | 307 Get<DuaManager>().UpdateChildDomainUnicastAddress(static_cast<const Child &>(aNeighbor), in Signal()
|
D | address_resolver.cpp | 750 Get<DuaManager>().NotifyDuplicateDomainUnicastAddress(); in HandleAddressError()
|
D | mle_router.cpp | 2255 Get<DuaManager>().UpdateChildDomainUnicastAddress( in UpdateChildAddresses() 2260 … Get<DuaManager>().UpdateChildDomainUnicastAddress(aChild, ChildDuaState::kAdded); in UpdateChildAddresses() 2314 Get<DuaManager>().UpdateChildDomainUnicastAddress(aChild, ChildDuaState::kRemoved); in UpdateChildAddresses()
|
D | mle.cpp | 335 Get<DuaManager>().Restore(); in Restore() 4640 domainUnicastAddress = Get<DuaManager>().GetDomainUnicastAddress(); in AppendAddressRegistrationTlv()
|
/external/openthread/src/core/backbone_router/ |
D | bbr_leader.cpp | 224 Get<DuaManager>().HandleBackboneRouterPrimaryUpdate(state, mConfig); in UpdateBackboneRouterPrimary() 285 Get<DuaManager>().HandleDomainPrefixUpdate(state); in UpdateDomainPrefixConfig()
|
/external/openthread/src/core/api/ |
D | thread_api.cpp | 241 … error = AsCoreType(aInstance).Get<DuaManager>().SetFixedDuaInterfaceIdentifier(AsCoreType(aIid)); in otThreadSetFixedDuaInterfaceIdentifier() 245 AsCoreType(aInstance).Get<DuaManager>().ClearFixedDuaInterfaceIdentifier(); in otThreadSetFixedDuaInterfaceIdentifier() 256 if (instance.Get<DuaManager>().IsFixedDuaInterfaceIdentifierSet()) in otThreadGetFixedDuaInterfaceIdentifier() 258 iid = &instance.Get<DuaManager>().GetFixedDuaInterfaceIdentifier(); in otThreadGetFixedDuaInterfaceIdentifier()
|
/external/openthread/src/core/common/ |
D | time_ticker.cpp | 122 Get<DuaManager>().HandleTimeTick(); in HandleTimer()
|
D | instance.hpp | 529 DuaManager mDuaManager; 1144 template <> inline DuaManager &Instance::Get(void) in Get()
|
D | notifier.cpp | 169 Get<DuaManager>().HandleNotifierEvents(events); in EmitEvents()
|