/openthread-latest/src/core/thread/ |
D | network_data_notifier.hpp | 58 class Notifier : public InstanceLocator, private NonCopyable class 60 friend class ot::Notifier; 69 explicit Notifier(Instance &aInstance); 150 using SynchronizeDataTask = TaskletIn<Notifier, &Notifier::SynchronizeServerData>; 151 using DelayTimer = TimerMilliIn<Notifier, &Notifier::HandleTimer>; 153 using NetDataFullTask = TaskletIn<Notifier, &Notifier::HandleNetDataFull>;
|
D | network_data_notifier.cpp | 45 Notifier::Notifier(Instance &aInstance) in Notifier() function in ot::NetworkData::Notifier 62 void Notifier::HandleServerDataUpdated(void) in HandleServerDataUpdated() 73 void Notifier::SynchronizeServerData(void) in SynchronizeServerData() 115 Error Notifier::RemoveStaleChildEntries(void) in RemoveStaleChildEntries() 148 Error Notifier::UpdateInconsistentData(void) in UpdateInconsistentData() 184 Error Notifier::SendServerDataNotification(uint16_t aOldRloc16, const NetworkData *aNetworkData) in SendServerDataNotification() 222 void Notifier::HandleNotifierEvents(Events aEvents) in HandleNotifierEvents() 247 void Notifier::HandleTimer(void) { SynchronizeServerData(); } in HandleTimer() 249 void Notifier::HandleCoapResponse(void *aContext, in HandleCoapResponse() 257 static_cast<Notifier *>(aContext)->HandleCoapResponse(aResult); in HandleCoapResponse() [all …]
|
D | key_manager.cpp | 215 VerifyOrExit(aPskc != pskc, Get<Notifier>().SignalIfFirst(kEventPskcChanged)); in SetPskc() 219 Get<Notifier>().Signal(kEventPskcChanged); in SetPskc() 221 SuccessOrExit(Get<Notifier>().Update(mPskc, aPskc, kEventPskcChanged)); in SetPskc() 268 … VerifyOrExit(networkKey != aNetworkKey, Get<Notifier>().SignalIfFirst(kEventNetworkKeyChanged)); in SetNetworkKey() 272 Get<Notifier>().Signal(kEventNetworkKeyChanged); in SetNetworkKey() 274 SuccessOrExit(Get<Notifier>().Update(mNetworkKey, aNetworkKey, kEventNetworkKeyChanged)); in SetNetworkKey() 277 Get<Notifier>().Signal(kEventThreadKeySeqCounterChanged); in SetNetworkKey() 367 …VerifyOrExit(aKeySequence != mKeySequence, Get<Notifier>().SignalIfFirst(kEventThreadKeySeqCounter… in SetCurrentKeySequence() 387 Get<Notifier>().Signal(kEventThreadKeySeqCounterChanged); in SetCurrentKeySequence() 512 IgnoreError(Get<Notifier>().Update(mSecurityPolicy, newPolicy, kEventSecurityPolicyChanged)); in SetSecurityPolicy() [all …]
|
D | network_data_local.hpp | 57 class Notifier; 64 friend class Notifier;
|
D | thread_netif.cpp | 71 Get<Notifier>().Signal(kEventThreadNetifStateChanged); in Up() 102 Get<Notifier>().Signal(kEventThreadNetifStateChanged); in Down()
|
D | energy_scan_server.hpp | 55 friend class ot::Notifier;
|
D | child_supervision.hpp | 92 friend class ot::Notifier;
|
D | time_sync_service.hpp | 58 friend class ot::Notifier;
|
D | network_data_publisher.cpp | 555 Get<Notifier>().HandleServerDataUpdated(); in HandleNotifierEvents() 586 Get<Notifier>().HandleServerDataUpdated(); in Add() 616 Get<Notifier>().HandleServerDataUpdated(); in Remove() 872 Get<Notifier>().HandleServerDataUpdated(); in Add() 919 Get<Notifier>().HandleServerDataUpdated(); in Remove()
|
D | network_data_local.cpp | 133 Get<Notifier>().SignalNetworkDataFull(); in AddPrefix() 217 Get<Notifier>().SignalNetworkDataFull(); in AddService()
|
D | announce_sender.hpp | 193 friend class ot::Notifier;
|
D | neighbor_table.cpp | 308 Get<Notifier>().Signal(kEventThreadChildAdded); in Signal() 312 Get<Notifier>().Signal(kEventThreadChildRemoved); in Signal()
|
/openthread-latest/src/core/common/ |
D | notifier.cpp | 42 Notifier::Notifier(Instance &aInstance) in Notifier() function in ot::Notifier 48 Error Notifier::RegisterCallback(StateChangedCallback aCallback, void *aContext) in RegisterCallback() 61 void Notifier::RemoveCallback(StateChangedCallback aCallback, void *aContext) in RemoveCallback() 69 void Notifier::Signal(Event aEvent) in Signal() 76 void Notifier::SignalIfFirst(Event aEvent) in SignalIfFirst() 84 void Notifier::EmitEvents(void) in EmitEvents() 113 Get<NetworkData::Notifier>().HandleNotifierEvents(events); in EmitEvents() 177 void Notifier::LogEvents(Events aEvents) const in LogEvents() 210 const char *Notifier::EventToString(Event aEvent) const in EventToString() 266 void Notifier::LogEvents(Events) const {} in LogEvents() [all …]
|
D | notifier.hpp | 184 class Notifier : public InstanceLocator, private NonCopyable class 199 explicit Notifier(Instance &aInstance); 304 using EmitEventsTask = TaskletIn<Notifier, &Notifier::EmitEvents>;
|
/openthread-latest/src/core/backbone_router/ |
D | bbr_local.cpp | 108 Get<Notifier>().Signal(kEventThreadBackboneRouterLocalChanged); in Reset() 159 Get<Notifier>().Signal(kEventThreadBackboneRouterLocalChanged); in SetConfig() 187 Get<NetworkData::Notifier>().HandleServerDataUpdated(); in AddService() 201 Get<NetworkData::Notifier>().HandleServerDataUpdated(); in RemoveService() 234 Get<Notifier>().Signal(kEventThreadBackboneRouterStateChanged); in SetState() 271 Get<Notifier>().Signal(kEventThreadBackboneRouterLocalChanged); in HandleBackboneRouterPrimaryUpdate()
|
/openthread-latest/src/core/api/ |
D | border_router_api.cpp | 114 AsCoreType(aInstance).Get<NetworkData::Notifier>().HandleServerDataUpdated(); in otBorderRouterRegister() 124 AsCoreType(aInstance).Get<NetworkData::Notifier>().SetNetDataFullCallback(aCallback, aContext); in otBorderRouterSetNetDataFullCallback()
|
D | instance_api.cpp | 115 return AsCoreType(aInstance).Get<Notifier>().RegisterCallback(aCallback, aContext); in otSetStateChangedCallback() 120 AsCoreType(aInstance).Get<Notifier>().RemoveCallback(aCallback, aContext); in otRemoveStateChangeCallback()
|
D | server_api.cpp | 86 AsCoreType(aInstance).Get<NetworkData::Notifier>().HandleServerDataUpdated(); in otServerRegister()
|
/openthread-latest/src/core/meshcop/ |
D | network_name.cpp | 131 Get<Notifier>().Signal(kEventThreadNetworkNameChanged); in SignalNetworkNameChange() 135 Get<Notifier>().SignalIfFirst(kEventThreadNetworkNameChanged); in SignalNetworkNameChange()
|
D | extended_panid.cpp | 63 … IgnoreError(Get<Notifier>().Update(mExtendedPanId, aExtendedPanId, kEventThreadExtPanIdChanged)); in SetExtPanId()
|
D | dataset_updater.hpp | 60 friend class ot::Notifier;
|
D | joiner_router.hpp | 59 friend class ot::Notifier;
|
/openthread-latest/src/core/utils/ |
D | otns.hpp | 63 friend class ot::Notifier;
|
D | jam_detector.hpp | 57 friend class ot::Notifier;
|
/openthread-latest/src/core/instance/ |
D | instance.hpp | 485 Notifier mNotifier; 573 NetworkData::Notifier mNetworkDataNotifier; 767 template <> inline Notifier &Instance::Get(void) { return mNotifier; } in Get() 874 template <> inline NetworkData::Notifier &Instance::Get(void) { return mNetworkDataNotifier; } in Get()
|