Searched refs:HandleStateChanged (Results 1 – 8 of 8) sorted by relevance
/openthread-3.4.0/src/cli/ |
D | cli_commissioner.hpp | 87 static void HandleStateChanged(otCommissionerState aState, void *aContext); 88 void HandleStateChanged(otCommissionerState aState);
|
D | cli_commissioner.cpp | 358 …return otCommissionerStart(GetInstancePtr(), &Commissioner::HandleStateChanged, &Commissioner::Han… in Process() 362 void Commissioner::HandleStateChanged(otCommissionerState aState, void *aContext) in HandleStateChanged() function in ot::Cli::Commissioner 364 static_cast<Commissioner *>(aContext)->HandleStateChanged(aState); in HandleStateChanged() 367 void Commissioner::HandleStateChanged(otCommissionerState aState) in HandleStateChanged() function in ot::Cli::Commissioner
|
/openthread-3.4.0/src/core/border_router/ |
D | infra_if.cpp | 142 Error InfraIf::HandleStateChanged(uint32_t aIfIndex, bool aIsRunning) in HandleStateChanged() function in ot::BorderRouter::InfraIf 184 return AsCoreType(aInstance).Get<InfraIf>().HandleStateChanged(aInfraIfIndex, aIsRunning); in otPlatInfraIfStateChanged()
|
D | infra_if.hpp | 185 Error HandleStateChanged(uint32_t aIfIndex, bool aIsRunning);
|
D | routing_manager.cpp | 99 error = mInfraIf.HandleStateChanged(mInfraIf.GetIfIndex(), aInfraIfIsRunning); in Init()
|
/openthread-3.4.0/src/ncp/ |
D | ncp_base.hpp | 262 static void HandleStateChanged(otChangedFlags aFlags, void *aContext);
|
D | ncp_base.cpp | 273 IgnoreError(otSetStateChangedCallback(mInstance, &NcpBase::HandleStateChanged, this)); in NcpBase()
|
D | ncp_base_mtd.cpp | 4546 void NcpBase::HandleStateChanged(otChangedFlags aFlags, void *aContext) in HandleStateChanged() function in ot::Ncp::NcpBase
|