Home
last modified time | relevance | path

Searched refs:HandleStateChanged (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/cli/
Dcli_commissioner.hpp85 static void HandleStateChanged(otCommissionerState aState, void *aContext);
86 void HandleStateChanged(otCommissionerState aState);
Dcli_commissioner.cpp564 …return otCommissionerStart(GetInstancePtr(), &Commissioner::HandleStateChanged, &Commissioner::Han… in Process()
568 void Commissioner::HandleStateChanged(otCommissionerState aState, void *aContext) in HandleStateChanged() function in ot::Cli::Commissioner
570 static_cast<Commissioner *>(aContext)->HandleStateChanged(aState); in HandleStateChanged()
573 void Commissioner::HandleStateChanged(otCommissionerState aState) in HandleStateChanged() function in ot::Cli::Commissioner
/openthread-latest/src/core/border_router/
Dinfra_if.cpp145 Error InfraIf::HandleStateChanged(uint32_t aIfIndex, bool aIsRunning) in HandleStateChanged() function in ot::BorderRouter::InfraIf
199 return AsCoreType(aInstance).Get<InfraIf>().HandleStateChanged(aInfraIfIndex, aIsRunning); in otPlatInfraIfStateChanged()
Dinfra_if.hpp189 Error HandleStateChanged(uint32_t aIfIndex, bool aIsRunning);
Drouting_manager.cpp105 error = mInfraIf.HandleStateChanged(mInfraIf.GetIfIndex(), aInfraIfIsRunning); in Init()
/openthread-latest/src/ncp/
Dncp_base.hpp443 static void HandleStateChanged(otChangedFlags aFlags, void *aContext);
Dncp_base.cpp352 IgnoreError(otSetStateChangedCallback(mInstance, &NcpBase::HandleStateChanged, this)); in NcpBase()
Dncp_base_mtd.cpp4675 void NcpBase::HandleStateChanged(otChangedFlags aFlags, void *aContext) in HandleStateChanged() function in ot::Ncp::NcpBase