Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dsrp_client.h234 bool otSrpClientIsRunning(otInstance *aInstance);
/openthread-latest/src/core/api/
Dsrp_client_api.cpp49 bool otSrpClientIsRunning(otInstance *aInstance) { return AsCoreType(aInstance).Get<Srp::Client>().… in otSrpClientIsRunning() function
/openthread-latest/src/cli/
Dcli_srp_client.cpp886 OutputEnabledDisabledStatus(otSrpClientIsRunning(GetInstancePtr())); in Process()