Home
last modified time | relevance | path

Searched refs:IsAutoEnableMode (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/api/
Dsrp_server_api.cpp89 return AsCoreType(aInstance).Get<Srp::Server>().IsAutoEnableMode(); in otSrpServerIsAutoEnableMode()
/openthread-latest/src/core/net/
Dsrp_server.hpp761 bool IsAutoEnableMode(void) const { return mAutoEnable; } in IsAutoEnableMode() function in ot::Srp::Server
/openthread-latest/src/core/border_router/
Drouting_manager.cpp345 if (Get<Srp::Server>().IsAutoEnableMode()) in Stop()
374 VerifyOrExit(Get<Srp::Server>().IsAutoEnableMode()); in HandleSrpServerAutoEnableMode()
475 if (Get<Srp::Server>().IsAutoEnableMode() && IsInitialPolicyEvaluationDone()) in EvaluateRoutingPolicy()