Home
last modified time | relevance | path

Searched refs:otThreadSetEnabled (Results 1 – 16 of 16) sorted by relevance

/openthread-latest/tests/fuzz/
Dncp_hdlc_received.cpp84 IgnoreError(otThreadSetEnabled(instance, true)); in LLVMFuzzerTestOneInput()
Dradio_receive_done.cpp75 IgnoreError(otThreadSetEnabled(instance, true)); in LLVMFuzzerTestOneInput()
Dcli_received.cpp86 IgnoreError(otThreadSetEnabled(instance, true)); in LLVMFuzzerTestOneInput()
Dip6_send.cpp76 IgnoreError(otThreadSetEnabled(instance, true)); in LLVMFuzzerTestOneInput()
/openthread-latest/src/core/instance/
Dinstance.cpp422 IgnoreError(otThreadSetEnabled(this, false)); in Finalize()
/openthread-latest/include/openthread/
Dthread.h249 otError otThreadSetEnabled(otInstance *aInstance, bool aEnabled);
/openthread-latest/src/core/meshcop/
Dtcat_agent.cpp412 error = otThreadSetEnabled(&GetInstance(), false); in HandleSingleTlv()
534 IgnoreReturnValue(otThreadSetEnabled(&GetInstance(), false)); in HandleDecomission()
/openthread-latest/tests/unit/
Dtest_srp_server.cpp212 SuccessOrQuit(otThreadSetEnabled(sInstance, true)); in InitTest()
225 SuccessOrQuit(otThreadSetEnabled(sInstance, false)); in FinalizeTest()
Dtest_dns_client.cpp216 SuccessOrQuit(otThreadSetEnabled(sInstance, true)); in InitTest()
231 SuccessOrQuit(otThreadSetEnabled(sInstance, false)); in FinalizeTest()
Dtest_srp_adv_proxy.cpp544 SuccessOrQuit(otThreadSetEnabled(sInstance, true)); in InitTest()
561 SuccessOrQuit(otThreadSetEnabled(sInstance, false)); in FinalizeTest()
Dtest_dnssd_discovery_proxy.cpp217 SuccessOrQuit(otThreadSetEnabled(sInstance, true)); in InitTest()
234 SuccessOrQuit(otThreadSetEnabled(sInstance, false)); in FinalizeTest()
Dtest_routing_manager.cpp1191 SuccessOrQuit(otThreadSetEnabled(sInstance, true)); in InitTest()
1215 SuccessOrQuit(otThreadSetEnabled(sInstance, false)); in FinalizeTest()
/openthread-latest/src/core/api/
Dthread_api.cpp387 otError otThreadSetEnabled(otInstance *aInstance, bool aEnabled) in otThreadSetEnabled() function
/openthread-latest/src/ncp/
Dncp_base.cpp1333 IgnoreError(otThreadSetEnabled(mInstance, false)); in CommandHandler_RESET()
2245 IgnoreError(otThreadSetEnabled(mInstance, false)); in HandlePropertySet()
Dncp_base_mtd.cpp520 error = otThreadSetEnabled(mInstance, true); in HandlePropertySet()
524 error = otThreadSetEnabled(mInstance, false); in HandlePropertySet()
4737 IgnoreError(otThreadSetEnabled(mInstance, false)); in ProcessThreadChangedFlags()
/openthread-latest/src/cli/
Dcli.cpp6444 error = otThreadSetEnabled(GetInstancePtr(), true); in Process()
6457 error = otThreadSetEnabled(GetInstancePtr(), false); in Process()