Searched refs:otThreadSetEnabled (Results 1 – 16 of 16) sorted by relevance
/openthread-latest/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-latest/src/core/instance/ |
D | instance.cpp | 422 IgnoreError(otThreadSetEnabled(this, false)); in Finalize()
|
/openthread-latest/include/openthread/ |
D | thread.h | 249 otError otThreadSetEnabled(otInstance *aInstance, bool aEnabled);
|
/openthread-latest/src/core/meshcop/ |
D | tcat_agent.cpp | 412 error = otThreadSetEnabled(&GetInstance(), false); in HandleSingleTlv() 534 IgnoreReturnValue(otThreadSetEnabled(&GetInstance(), false)); in HandleDecomission()
|
/openthread-latest/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 | 216 SuccessOrQuit(otThreadSetEnabled(sInstance, true)); in InitTest() 231 SuccessOrQuit(otThreadSetEnabled(sInstance, false)); in FinalizeTest()
|
D | test_srp_adv_proxy.cpp | 544 SuccessOrQuit(otThreadSetEnabled(sInstance, true)); in InitTest() 561 SuccessOrQuit(otThreadSetEnabled(sInstance, false)); in FinalizeTest()
|
D | test_dnssd_discovery_proxy.cpp | 217 SuccessOrQuit(otThreadSetEnabled(sInstance, true)); in InitTest() 234 SuccessOrQuit(otThreadSetEnabled(sInstance, false)); in FinalizeTest()
|
D | test_routing_manager.cpp | 1191 SuccessOrQuit(otThreadSetEnabled(sInstance, true)); in InitTest() 1215 SuccessOrQuit(otThreadSetEnabled(sInstance, false)); in FinalizeTest()
|
/openthread-latest/src/core/api/ |
D | thread_api.cpp | 387 otError otThreadSetEnabled(otInstance *aInstance, bool aEnabled) in otThreadSetEnabled() function
|
/openthread-latest/src/ncp/ |
D | ncp_base.cpp | 1333 IgnoreError(otThreadSetEnabled(mInstance, false)); in CommandHandler_RESET() 2245 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() 4737 IgnoreError(otThreadSetEnabled(mInstance, false)); in ProcessThreadChangedFlags()
|
/openthread-latest/src/cli/ |
D | cli.cpp | 6444 error = otThreadSetEnabled(GetInstancePtr(), true); in Process() 6457 error = otThreadSetEnabled(GetInstancePtr(), false); in Process()
|