Home
last modified time | relevance | path

Searched refs:otThreadBecomeLeader (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/tests/fuzz/
Dncp_hdlc_received.cpp86 IgnoreError(otThreadBecomeLeader(instance)); in LLVMFuzzerTestOneInput()
Dradio_receive_done.cpp76 IgnoreError(otThreadBecomeLeader(instance)); in LLVMFuzzerTestOneInput()
Dcli_received.cpp87 IgnoreError(otThreadBecomeLeader(instance)); in LLVMFuzzerTestOneInput()
Dip6_send.cpp78 IgnoreError(otThreadBecomeLeader(instance)); in LLVMFuzzerTestOneInput()
/openthread-latest/include/openthread/
Dthread_ftd.h476 otError otThreadBecomeLeader(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp182 otError otThreadBecomeLeader(otInstance *aInstance) in otThreadBecomeLeader() function
/openthread-latest/src/cli/
Dcli.cpp6416 error = otThreadBecomeLeader(GetInstancePtr()); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp581 error = otThreadBecomeLeader(mInstance); in HandlePropertySet()