/openthread-3.5.0/src/core/thread/ |
D | network_data_notifier.hpp | 59 class Notifier : public InstanceLocator, private NonCopyable class 61 friend class ot::Notifier; 71 explicit Notifier(Instance &aInstance); 156 using SynchronizeDataTask = TaskletIn<Notifier, &Notifier::SynchronizeServerData>; 157 using DelayTimer = TimerMilliIn<Notifier, &Notifier::HandleTimer>; 159 using NetDataFullTask = TaskletIn<Notifier, &Notifier::HandleNetDataFull>;
|
D | network_data_notifier.cpp | 52 Notifier::Notifier(Instance &aInstance) in Notifier() function in ot::NetworkData::Notifier 69 void Notifier::HandleServerDataUpdated(void) in HandleServerDataUpdated() 80 void Notifier::SynchronizeServerData(void) in SynchronizeServerData() 122 Error Notifier::RemoveStaleChildEntries(void) in RemoveStaleChildEntries() 154 Error Notifier::UpdateInconsistentData(void) in UpdateInconsistentData() 190 Error Notifier::SendServerDataNotification(uint16_t aOldRloc16, const NetworkData *aNetworkData) in SendServerDataNotification() 228 void Notifier::HandleNotifierEvents(Events aEvents) in HandleNotifierEvents() 253 void Notifier::HandleTimer(void) { SynchronizeServerData(); } in HandleTimer() 255 void Notifier::HandleCoapResponse(void *aContext, otMessage *aMessage, const otMessageInfo *aMessag… in HandleCoapResponse() 260 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() 485 …IgnoreError(Get<Notifier>().Update(mSecurityPolicy, aSecurityPolicy, kEventSecurityPolicyChanged)); in SetSecurityPolicy() [all …]
|
D | network_data_local.hpp | 57 class Notifier; 65 friend class Notifier;
|
D | thread_netif.cpp | 81 Get<Notifier>().Signal(kEventThreadNetifStateChanged); in Up() 115 Get<Notifier>().Signal(kEventThreadNetifStateChanged); in Down()
|
D | energy_scan_server.hpp | 56 friend class ot::Notifier;
|
D | child_supervision.hpp | 93 friend class ot::Notifier;
|
D | time_sync_service.hpp | 59 friend class ot::Notifier;
|
D | announce_sender.hpp | 208 friend class ot::Notifier;
|
D | network_data_publisher.cpp | 559 Get<Notifier>().HandleServerDataUpdated(); in HandleNotifierEvents() 591 Get<Notifier>().HandleServerDataUpdated(); in Add() 622 Get<Notifier>().HandleServerDataUpdated(); in Remove() 880 Get<Notifier>().HandleServerDataUpdated(); in Add() 927 Get<Notifier>().HandleServerDataUpdated(); in Remove()
|
D | network_data_leader_ftd.hpp | 55 class Notifier; 74 friend class Notifier;
|
/openthread-3.5.0/src/core/common/ |
D | notifier.cpp | 47 Notifier::Notifier(Instance &aInstance) in Notifier() function in ot::Notifier 57 Error Notifier::RegisterCallback(otStateChangedCallback aCallback, void *aContext) in RegisterCallback() 82 void Notifier::RemoveCallback(otStateChangedCallback aCallback, void *aContext) in RemoveCallback() 98 void Notifier::Signal(Event aEvent) in Signal() 105 void Notifier::SignalIfFirst(Event aEvent) in SignalIfFirst() 113 void Notifier::EmitEvents(void) in EmitEvents() 142 Get<NetworkData::Notifier>().HandleNotifierEvents(events); in EmitEvents() 206 void Notifier::LogEvents(Events aEvents) const in LogEvents() 239 const char *Notifier::EventToString(Event aEvent) const in EventToString() 295 void Notifier::LogEvents(Events) const {} in LogEvents() [all …]
|
D | notifier.hpp | 200 class Notifier : public InstanceLocator, private NonCopyable class 209 explicit Notifier(Instance &aInstance); 320 using EmitEventsTask = TaskletIn<Notifier, &Notifier::EmitEvents>;
|
D | time_ticker.cpp | 95 Get<NetworkData::Notifier>().HandleTimeTick(); in HandleTimer()
|
/openthread-3.5.0/src/core/backbone_router/ |
D | bbr_local.cpp | 113 Get<Notifier>().Signal(kEventThreadBackboneRouterLocalChanged); in Reset() 164 Get<Notifier>().Signal(kEventThreadBackboneRouterLocalChanged); in SetConfig() 192 Get<NetworkData::Notifier>().HandleServerDataUpdated(); in AddService() 206 Get<NetworkData::Notifier>().HandleServerDataUpdated(); in RemoveService() 236 Get<Notifier>().Signal(kEventThreadBackboneRouterStateChanged); in SetState() 274 Get<Notifier>().Signal(kEventThreadBackboneRouterLocalChanged); in HandleBackboneRouterPrimaryUpdate() 277 Get<NetworkData::Notifier>().HandleServerDataUpdated(); in HandleBackboneRouterPrimaryUpdate()
|
/openthread-3.5.0/src/core/meshcop/ |
D | network_name.cpp | 133 Get<Notifier>().Signal(kEventThreadNetworkNameChanged); in SignalNetworkNameChange() 137 Get<Notifier>().SignalIfFirst(kEventThreadNetworkNameChanged); in SignalNetworkNameChange()
|
D | extended_panid.cpp | 65 … IgnoreError(Get<Notifier>().Update(mExtendedPanId, aExtendedPanId, kEventThreadExtPanIdChanged)); in SetExtPanId()
|
D | dataset_updater.hpp | 61 friend class ot::Notifier;
|
D | joiner_router.hpp | 59 friend class ot::Notifier;
|
/openthread-3.5.0/src/core/api/ |
D | border_router_api.cpp | 116 AsCoreType(aInstance).Get<NetworkData::Notifier>().HandleServerDataUpdated(); in otBorderRouterRegister() 126 AsCoreType(aInstance).Get<NetworkData::Notifier>().SetNetDataFullCallback(aCallback, aContext); in otBorderRouterSetNetDataFullCallback()
|
D | instance_api.cpp | 103 return AsCoreType(aInstance).Get<Notifier>().RegisterCallback(aCallback, aContext); in otSetStateChangedCallback() 108 AsCoreType(aInstance).Get<Notifier>().RemoveCallback(aCallback, aContext); in otRemoveStateChangeCallback()
|
D | server_api.cpp | 89 AsCoreType(aInstance).Get<NetworkData::Notifier>().HandleServerDataUpdated(); in otServerRegister()
|
/openthread-3.5.0/src/core/utils/ |
D | otns.hpp | 64 friend class ot::Notifier;
|
D | slaac_address.hpp | 65 friend class ot::Notifier;
|
D | jam_detector.hpp | 57 friend class ot::Notifier;
|