Home
last modified time | relevance | path

Searched defs:success (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/ncp/
Dmultipan_platform.cpp64 void otPlatMultipanSwitchoverDone(otInstance *aInstance, bool success) in otPlatMultipanSwitchoverDone()
77 OT_TOOL_WEAK void otPlatMultipanSwitchoverDone(otInstance *aInstance, bool success) in otPlatMultipanSwitchoverDone()
/openthread-latest/src/core/thread/
Dmlr_manager.cpp550 bool success = aSuccess || !aFailedAddresses.IsEmptyOrContains(addr.GetAddress()); in FinishMlr() local
568 bool success = aSuccess || !aFailedAddresses.IsEmptyOrContains(addrEntry); in FinishMlr() local
/openthread-latest/tests/unit/
Dtest_nat64.cpp65 bool success = true; in CheckMessage() local
/openthread-latest/src/core/net/
Dtcp6.cpp803 bool success; in AutoBind() local
/openthread-latest/third_party/mbedtls/repo/library/
Dx509_crt.c1397 int success = 0, first_error = 0, total_failed = 0; in mbedtls_x509_crt_parse() local
/openthread-latest/tests/scripts/thread-cert/
Dnode.py3281 def udp_send(self, bytes, ipaddr, port, success=True): argument