Home
last modified time | relevance | path

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

/openthread-3.4.0/src/cli/
Dcli_commissioner.hpp87 static void HandleStateChanged(otCommissionerState aState, void *aContext);
88 void HandleStateChanged(otCommissionerState aState);
Dcli_commissioner.cpp358 …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/
Dinfra_if.cpp142 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()
Dinfra_if.hpp185 Error HandleStateChanged(uint32_t aIfIndex, bool aIsRunning);
Drouting_manager.cpp99 error = mInfraIf.HandleStateChanged(mInfraIf.GetIfIndex(), aInfraIfIsRunning); in Init()
/openthread-3.4.0/src/ncp/
Dncp_base.hpp262 static void HandleStateChanged(otChangedFlags aFlags, void *aContext);
Dncp_base.cpp273 IgnoreError(otSetStateChangedCallback(mInstance, &NcpBase::HandleStateChanged, this)); in NcpBase()
Dncp_base_mtd.cpp4546 void NcpBase::HandleStateChanged(otChangedFlags aFlags, void *aContext) in HandleStateChanged() function in ot::Ncp::NcpBase