Home
last modified time | relevance | path

Searched refs:success (Results 1 – 25 of 38) sorted by relevance

12

/openthread-latest/tests/unit/
Dtest_nat64.cpp64 bool success = true; in CheckMessage() local
66 success = success && (aMessage.GetLength() == aExpectedMessageLen); in CheckMessage()
68 success = success && (aExpectedMessageLen == messageLength); in CheckMessage()
69 success = success && (memcmp(readMessage, aExpectedMessage, aExpectedMessageLen) == 0); in CheckMessage()
71 if (!success) in CheckMessage()
87 return success; in CheckMessage()
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Drun_demos.py27 success = run_demo(demo, quiet=quiet)
28 if not success:
33 print('{}: {}'.format(demo, 'PASS' if success else 'FAIL'))
59 success = run_all_demos(quiet=options.quiet)
60 sys.exit(0 if success else 1)
Ddepends.py199 success = True
211 success = False
213 return success
454 success = job.test(options)
455 job.announce(colors, success)
456 return success
474 success = run(options, job, conf, colors=colors)
475 if not success:
/openthread-latest/src/ncp/
Dmultipan_platform.cpp64 void otPlatMultipanSwitchoverDone(otInstance *aInstance, bool success) in otPlatMultipanSwitchoverDone() argument
69 ncpBase->NotifySwitchoverDone(aInstance, success); in otPlatMultipanSwitchoverDone()
77 OT_TOOL_WEAK void otPlatMultipanSwitchoverDone(otInstance *aInstance, bool success) in otPlatMultipanSwitchoverDone() argument
80 OT_UNUSED_VARIABLE(success); in otPlatMultipanSwitchoverDone()
/openthread-latest/tests/scripts/expect/
D_common.exp38 proc wait_for {command success {failure {[\r\n]FAILURE_NOT_EXPECTED[\r\n]}}} {
46 -re $success {
57 fail "Failed due to '$success' not found"
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_generate_key.function32 // Verify attributes of the created key on success
Dtest_suite_net.function28 * On success, it refers to the opened file (\p wanted_fd).
31 * \return \c 0 on success, a negative error code on error.
Dhost_test.function9 * \return 0 if success else 1
33 * \return 0 if success else 1
81 * \return 0 if success else -1
202 * \return 0 for success else 1
275 * \return 0 for success else 1
306 * \return 0 for success else 1
Dtest_suite_psa_crypto_se_driver_hal_mocks.data1 SE init mock test: success
Dtest_suite_mps.function1003 int success = 0;
1030 success = 1;
1039 success = 1;
1071 success = 1;
1083 success = 1;
1095 success = 1;
1108 success = 1;
1116 if (success == 1) {
Dtest_suite_psa_crypto_storage_format.function17 * mark the test case as failed and return 0. On success, return 1.
143 * mark the test case as failed and return 0. On success, return 1.
Dtest_suite_bignum_random.function173 /* They must return the same status, and, on success, output the
233 /* They must return the same status, and, on success, output the
Dtest_suite_ssl_decrypt.function232 * Encrypt and decrypt the correct record, expecting success
Dtest_suite_rsa.function144 * already been called in the success path. */
946 /* On expected success, perform some public and private
1336 /* On expected success, perform some public and private
Dtest_suite_entropy.function151 * checking whether it has already been called in the success path. */
/openthread-latest/src/core/thread/
Dmlr_manager.cpp558 bool success = aSuccess || !aFailedAddresses.IsEmptyOrContains(addr.GetAddress()); in FinishMlr() local
560 addr.SetMlrState(success ? kMlrStateRegistered : kMlrStateToRegister); in FinishMlr()
576 bool success = aSuccess || !aFailedAddresses.IsEmptyOrContains(addrEntry); in FinishMlr() local
578 addrEntry.SetMlrState(success ? kMlrStateRegistered : kMlrStateToRegister, child); in FinishMlr()
/openthread-latest/src/core/net/
Dtcp6.cpp816 bool success; in AutoBind() local
823 VerifyOrExit(source != nullptr, success = false); in AutoBind()
849 ExitNow(success = true); in AutoBind()
853 ExitNow(success = false); in AutoBind()
856 success = CanBind(aToBind); in AutoBind()
859 return success; in AutoBind()
/openthread-latest/tools/otci/
DREADME.md47 node2.wait(10, expect_line="Join success")
/openthread-latest/src/cli/
DREADME_COMMISSIONING.md91 Join success
DREADME_HISTORY.md510 …e message fragments) is indicated with `TX-F` in the table format or `tx-success:no` in the list f…
596 … type:ICMP6(EchoReply) len:16 checksum:0xc5a2 sec:yes prio:norm tx-success:yes to:0x0800 radio:15.4
636 … type:ICMP6(EchoReply) len:16 checksum:0x932c sec:yes prio:norm tx-success:yes to:0x4800 radio:15.4
640 type:UDP len:50 checksum:0xce87 sec:yes prio:net tx-success:yes to:0x4800 radio:15.4
644 type:UDP len:64 checksum:0xf7ba sec:no prio:net tx-success:yes to:0x4800 radio:15.4
648 type:UDP len:44 checksum:0x26d4 sec:no prio:net tx-success:yes to:0xffff radio:15.4
/openthread-latest/tests/toranj/
DREADME_NCP.md215 …anges (tx/rx) are prepared and then an async rx/tx operation starts. The success and failure of tx…
235 `prepare_tx` returns a `wpan.AsyncSender` object. The sender object can be used to check success/fa…
244 - `prepare_rx()` returns a `wpan.AsyncReceiver` object to help test to check success/failure of rx …
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-storage-resilience.md213 1. Remove the key file, treating `DOES_NOT_EXIST` as a success.
214 2. Call the driver's `"destroy_key"` entry point, treating `DOES_NOT_EXIST` as a success.
239 2. Call the driver's `"destroy_key"` entry point, treating `DOES_NOT_EXIST` as a success.
240 3. Remove the key file, treating `DOES_NOT_EXIST` as a success.
324 …oy the key in the secure element (treating a `DOES_NOT_EXIST` error as a success), then remove `id…
338 …exist, then destroy the key in the secure element (treating a `DOES_NOT_EXIST` error as a success).
340 …oy the key in the secure element (treating a `DOES_NOT_EXIST` error as a success), then remove `id…
387 …nt's key destruction entry point (treating a `DOES_NOT_EXIST` error as a success), then remove `id…
520 2. Call `psa_crypto_init()`. Expect success if the initial state satisfies the [storage invariant](…
521 3. On success, check that the expected keys exist, and that keys that are expected to have been des…
/openthread-latest/tools/otci/otci/
Dotci.py78 success = False
83 success = True
88 if not success:
2740 success = False
2745 success = True
2751 if not success:
/openthread-latest/tools/harness-automation/autothreadharness/
Dharness_case.py1118 success = 'Pass' in status
1119 self.assertTrue(success)
/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
1488 success = 1; in mbedtls_x509_crt_parse()
1492 if (success) { in mbedtls_x509_crt_parse()

12