Home
last modified time | relevance | path

Searched refs:Signal (Results 1 – 21 of 21) sorted by relevance

/openthread-latest/src/core/thread/
Dkey_manager.cpp219 Get<Notifier>().Signal(kEventPskcChanged); in SetPskc()
272 Get<Notifier>().Signal(kEventNetworkKeyChanged); in SetNetworkKey()
277 Get<Notifier>().Signal(kEventThreadKeySeqCounterChanged); in SetNetworkKey()
387 Get<Notifier>().Signal(kEventThreadKeySeqCounterChanged); in SetCurrentKeySequence()
643 Get<Notifier>().Signal(kEventPskcChanged); in SetPskcRef()
656 Get<Notifier>().Signal(kEventNetworkKeyChanged); in SetNetworkKeyRef()
657 Get<Notifier>().Signal(kEventThreadKeySeqCounterChanged); in SetNetworkKeyRef()
Dthread_netif.cpp71 Get<Notifier>().Signal(kEventThreadNetifStateChanged); in Up()
102 Get<Notifier>().Signal(kEventThreadNetifStateChanged); in Down()
Dneighbor_table.cpp264 void NeighborTable::Signal(Event aEvent, const Neighbor &aNeighbor) in Signal() function in ot::NeighborTable
308 Get<Notifier>().Signal(kEventThreadChildAdded); in Signal()
312 Get<Notifier>().Signal(kEventThreadChildRemoved); in Signal()
Dneighbor_table.hpp221 void Signal(Event aEvent, const Neighbor &aNeighbor);
Dchild.cpp145 Get<NeighborTable>().Signal(NeighborTable::kChildModeChanged, *this); in SetDeviceMode()
Dchild_table.cpp250 Get<NeighborTable>().Signal(NeighborTable::kChildAdded, *child); in Restore()
Drouter_table.cpp73 Get<NeighborTable>().Signal(NeighborTable::kRouterRemoved, router); in ClearNeighbors()
108 Get<NeighborTable>().Signal(NeighborTable::kRouterRemoved, aRouter); in RemoveRouter()
Dmle_router.cpp1057 mNeighborTable.Signal(NeighborTable::kRouterAdded, *router); in HandleLinkAcceptVariant()
1349 mNeighborTable.Signal(NeighborTable::kRouterAdded, *router); in HandleAdvertisementOnFtd()
3267 mNeighborTable.Signal(NeighborTable::kChildRemoved, aNeighbor); in RemoveNeighbor()
3283 mNeighborTable.Signal(NeighborTable::kRouterRemoved, aNeighbor); in RemoveNeighbor()
3878 mNeighborTable.Signal(NeighborTable::kChildAdded, aChild); in SetChildStateToValid()
Dnetwork_data_leader.cpp689 Get<ot::Notifier>().Signal(kEventThreadNetdataChanged); in SignalNetDataChanged()
Dmle.cpp904 Get<Notifier>().Signal(kEventThreadLinkLocalAddrChanged); in UpdateLinkLocalAddress()
942 Get<Notifier>().Signal(kEventThreadMeshLocalAddrChanged); in SetMeshLocalPrefix()
1011 Get<Notifier>().Signal(kEventThreadPartitionIdChanged); in SetLeaderData()
1138 Get<Notifier>().Signal(kEventThreadMeshLocalAddrChanged); in HandleNotifierEvents()
/openthread-latest/src/core/backbone_router/
Dbbr_local.cpp108 Get<Notifier>().Signal(kEventThreadBackboneRouterLocalChanged); in Reset()
159 Get<Notifier>().Signal(kEventThreadBackboneRouterLocalChanged); in SetConfig()
234 Get<Notifier>().Signal(kEventThreadBackboneRouterStateChanged); in SetState()
271 Get<Notifier>().Signal(kEventThreadBackboneRouterLocalChanged); in HandleBackboneRouterPrimaryUpdate()
/openthread-latest/src/core/common/
Dnotifier.hpp229 void Signal(Event aEvent);
282 Signal(aEvent); in Update()
Dnotifier.cpp69 void Notifier::Signal(Event aEvent) in Signal() function in ot::Notifier
80 Signal(aEvent); in SignalIfFirst()
/openthread-latest/src/core/meshcop/
Dnetwork_name.cpp131 Get<Notifier>().Signal(kEventThreadNetworkNameChanged); in SignalNetworkNameChange()
Ddataset_manager.cpp398 …Get<Notifier>().Signal(IsActiveDataset() ? kEventActiveDatasetChanged : kEventPendingDatasetChange… in SignalDatasetChange()
/openthread-latest/src/core/net/
Dnetif.cpp235 …Get<Notifier>().Signal(aEvent == kAddressAdded ? kEventIp6MulticastSubscribed : kEventIp6Multicast… in SignalMulticastAddressChange()
410 Get<Notifier>().Signal(event); in SignalUnicastAddressChange()
Dnat64_translator.cpp512 Get<Notifier>().Signal(kEventNat64TranslatorStateChanged); in SetIp4Cidr()
/openthread-latest/src/core/utils/
Dchannel_manager.cpp105 Get<Notifier>().Signal(kEventChannelManagerNewChannelChanged); in RequestNetworkChannelChange()
/openthread-latest/src/cli/
DREADME_HISTORY.md509 - RSS: Received Signal Strength (in dBm) - averaged over all received fragment frames that formed t…
DREADME.md3362 Signal a platform reset.
3370 Signal a platform reset to bootloader mode, if supported.
/openthread-latest/src/core/mac/
Dmac.cpp2183 Get<Notifier>().Signal(kEventParentLinkQualityChanged); in UpdateNeighborLinkInfo()