Searched refs:otSrpServerIsAutoEnableMode (Results 1 – 6 of 6) sorted by relevance
101 isAutoEnableMode = otSrpServerIsAutoEnableMode(instance); in TestNcpSrpServerSetAutoEnableMode()106 isAutoEnableMode = otSrpServerIsAutoEnableMode(instance); in TestNcpSrpServerSetAutoEnableMode()111 isAutoEnableMode = otSrpServerIsAutoEnableMode(instance); in TestNcpSrpServerSetAutoEnableMode()
3769 VerifyOrQuit(otSrpServerIsAutoEnableMode(sInstance)); in TestAutoEnableOfSrpServer()3868 VerifyOrQuit(!otSrpServerIsAutoEnableMode(sInstance)); in TestAutoEnableOfSrpServer()3913 VerifyOrQuit(otSrpServerIsAutoEnableMode(sInstance)); in TestAutoEnableOfSrpServer()3923 VerifyOrQuit(!otSrpServerIsAutoEnableMode(sInstance)); in TestAutoEnableOfSrpServer()3947 VerifyOrQuit(otSrpServerIsAutoEnableMode(sInstance)); in TestAutoEnableOfSrpServer()
267 bool otSrpServerIsAutoEnableMode(otInstance *aInstance);
87 bool otSrpServerIsAutoEnableMode(otInstance *aInstance) in otSrpServerIsAutoEnableMode() function
124 return ProcessEnableDisable(aArgs, otSrpServerIsAutoEnableMode, otSrpServerSetAutoEnableMode); in Process()
1546 return mEncoder.WriteBool(otSrpServerIsAutoEnableMode(mInstance)); in HandlePropertyGet()