Searched refs:otSrpServerGetState (Results 1 – 6 of 6) sorted by relevance
75 state = otSrpServerGetState(instance); in TestNcpSrpServerSetEnabled()80 state = otSrpServerGetState(instance); in TestNcpSrpServerSetEnabled()85 state = otSrpServerGetState(instance); in TestNcpSrpServerSetEnabled()
3770 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()
173 otSrpServerState otSrpServerGetState(otInstance *aInstance);
49 otSrpServerState otSrpServerGetState(otInstance *aInstance) in otSrpServerGetState() function
194 OutputLine("%s", Stringify(otSrpServerGetState(GetInstancePtr()), kStateStrings)); in Process()
1526 otSrpServerState srpServerState = otSrpServerGetState(mInstance); in HandlePropertyGet()