Searched refs:otSrpServerSetAutoEnableMode (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/include/openthread/ |
D | srp_server.h | 255 void otSrpServerSetAutoEnableMode(otInstance *aInstance, bool aEnabled);
|
/openthread-latest/src/core/api/ |
D | srp_server_api.cpp | 82 void otSrpServerSetAutoEnableMode(otInstance *aInstance, bool aEnabled) in otSrpServerSetAutoEnableMode() function
|
/openthread-latest/src/cli/ |
D | cli_srp_server.cpp | 124 return ProcessEnableDisable(aArgs, otSrpServerIsAutoEnableMode, otSrpServerSetAutoEnableMode); in Process()
|
/openthread-latest/tests/unit/ |
D | test_routing_manager.cpp | 3768 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/ |
D | ncp_base_ftd.cpp | 1538 otSrpServerSetAutoEnableMode(mInstance, enable); in HandlePropertySet()
|