Searched refs:otThreadSetEnabled (Results 1 – 13 of 13) sorted by relevance
/openthread-3.5.0/tests/fuzz/ |
D | ncp_hdlc_received.cpp | 84 IgnoreError(otThreadSetEnabled(instance, true)); in LLVMFuzzerTestOneInput()
|
D | radio_receive_done.cpp | 75 IgnoreError(otThreadSetEnabled(instance, true)); in LLVMFuzzerTestOneInput()
|
D | cli_received.cpp | 86 IgnoreError(otThreadSetEnabled(instance, true)); in LLVMFuzzerTestOneInput()
|
D | ip6_send.cpp | 76 IgnoreError(otThreadSetEnabled(instance, true)); in LLVMFuzzerTestOneInput()
|
/openthread-3.5.0/src/core/common/ |
D | instance.cpp | 351 IgnoreError(otThreadSetEnabled(this, false)); in Finalize()
|
/openthread-3.5.0/include/openthread/ |
D | thread.h | 244 otError otThreadSetEnabled(otInstance *aInstance, bool aEnabled);
|
/openthread-3.5.0/tests/unit/ |
D | test_srp_server.cpp | 212 SuccessOrQuit(otThreadSetEnabled(sInstance, true)); in InitTest() 225 SuccessOrQuit(otThreadSetEnabled(sInstance, false)); in FinalizeTest()
|
D | test_dns_client.cpp | 215 SuccessOrQuit(otThreadSetEnabled(sInstance, true)); in InitTest() 228 SuccessOrQuit(otThreadSetEnabled(sInstance, false)); in FinalizeTest()
|
D | test_routing_manager.cpp | 981 SuccessOrQuit(otThreadSetEnabled(sInstance, true)); in InitTest() 1002 SuccessOrQuit(otThreadSetEnabled(sInstance, false)); in FinalizeTest()
|
/openthread-3.5.0/src/core/api/ |
D | thread_api.cpp | 380 otError otThreadSetEnabled(otInstance *aInstance, bool aEnabled) in otThreadSetEnabled() function
|
/openthread-3.5.0/src/ncp/ |
D | ncp_base.cpp | 1225 IgnoreError(otThreadSetEnabled(mInstance, false)); in CommandHandler_RESET() 2040 IgnoreError(otThreadSetEnabled(mInstance, false)); in HandlePropertySet()
|
D | ncp_base_mtd.cpp | 520 error = otThreadSetEnabled(mInstance, true); in HandlePropertySet() 524 error = otThreadSetEnabled(mInstance, false); in HandlePropertySet() 4610 IgnoreError(otThreadSetEnabled(mInstance, false)); in ProcessThreadChangedFlags()
|
/openthread-3.5.0/src/cli/ |
D | cli.cpp | 7405 error = otThreadSetEnabled(GetInstancePtr(), true); in Process() 7418 error = otThreadSetEnabled(GetInstancePtr(), false); in Process()
|