Home
last modified time | relevance | path

Searched refs:otSrpServerGetState (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/tests/unit/
Dtest_ncp_srp_server.cpp75 state = otSrpServerGetState(instance); in TestNcpSrpServerSetEnabled()
80 state = otSrpServerGetState(instance); in TestNcpSrpServerSetEnabled()
85 state = otSrpServerGetState(instance); in TestNcpSrpServerSetEnabled()
Dtest_routing_manager.cpp3770 VerifyOrQuit(otSrpServerGetState(sInstance) == OT_SRP_SERVER_STATE_DISABLED); in TestAutoEnableOfSrpServer()
3800 VerifyOrQuit(otSrpServerGetState(sInstance) != OT_SRP_SERVER_STATE_DISABLED); in TestAutoEnableOfSrpServer()
3819 VerifyOrQuit(otSrpServerGetState(sInstance) == OT_SRP_SERVER_STATE_DISABLED); in TestAutoEnableOfSrpServer()
3843 VerifyOrQuit(otSrpServerGetState(sInstance) != OT_SRP_SERVER_STATE_DISABLED); in TestAutoEnableOfSrpServer()
3861 VerifyOrQuit(otSrpServerGetState(sInstance) == OT_SRP_SERVER_STATE_DISABLED); in TestAutoEnableOfSrpServer()
3869 VerifyOrQuit(otSrpServerGetState(sInstance) == OT_SRP_SERVER_STATE_DISABLED); in TestAutoEnableOfSrpServer()
3904 VerifyOrQuit(otSrpServerGetState(sInstance) == OT_SRP_SERVER_STATE_DISABLED); in TestAutoEnableOfSrpServer()
3915 VerifyOrQuit(otSrpServerGetState(sInstance) != OT_SRP_SERVER_STATE_DISABLED); in TestAutoEnableOfSrpServer()
3926 VerifyOrQuit(otSrpServerGetState(sInstance) != OT_SRP_SERVER_STATE_DISABLED); in TestAutoEnableOfSrpServer()
3949 VerifyOrQuit(otSrpServerGetState(sInstance) == OT_SRP_SERVER_STATE_DISABLED); in TestAutoEnableOfSrpServer()
/openthread-latest/include/openthread/
Dsrp_server.h173 otSrpServerState otSrpServerGetState(otInstance *aInstance);
/openthread-latest/src/core/api/
Dsrp_server_api.cpp49 otSrpServerState otSrpServerGetState(otInstance *aInstance) in otSrpServerGetState() function
/openthread-latest/src/cli/
Dcli_srp_server.cpp194 OutputLine("%s", Stringify(otSrpServerGetState(GetInstancePtr()), kStateStrings)); in Process()
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1526 otSrpServerState srpServerState = otSrpServerGetState(mInstance); in HandlePropertyGet()