Home
last modified time | relevance | path

Searched refs:otSrpServerSetAutoEnableMode (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/include/openthread/
Dsrp_server.h255 void otSrpServerSetAutoEnableMode(otInstance *aInstance, bool aEnabled);
/openthread-latest/src/core/api/
Dsrp_server_api.cpp82 void otSrpServerSetAutoEnableMode(otInstance *aInstance, bool aEnabled) in otSrpServerSetAutoEnableMode() function
/openthread-latest/src/cli/
Dcli_srp_server.cpp124 return ProcessEnableDisable(aArgs, otSrpServerIsAutoEnableMode, otSrpServerSetAutoEnableMode); in Process()
/openthread-latest/tests/unit/
Dtest_routing_manager.cpp3768 otSrpServerSetAutoEnableMode(sInstance, true); in TestAutoEnableOfSrpServer()
3867 otSrpServerSetAutoEnableMode(sInstance, false); in TestAutoEnableOfSrpServer()
3912 otSrpServerSetAutoEnableMode(sInstance, true); in TestAutoEnableOfSrpServer()
3922 otSrpServerSetAutoEnableMode(sInstance, false); in TestAutoEnableOfSrpServer()
3946 otSrpServerSetAutoEnableMode(sInstance, true); in TestAutoEnableOfSrpServer()
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1538 otSrpServerSetAutoEnableMode(mInstance, enable); in HandlePropertySet()