Home
last modified time | relevance | path

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

/openthread-latest/src/core/diags/
Dfactory_diags.cpp128 Output("%s\r\n", aArgs[0]); in ProcessEcho()
150 Output("%s\r\n", output); in ProcessEcho()
275 Output("channel: %d\r\n", mChannel);
288 Output("set channel to %d\r\nstatus 0x%02x\r\n", mChannel, error);
304 Output("tx power: %d dBm\r\n", mTxPower);
316 Output("set tx power to %d dBm\r\nstatus 0x%02x\r\n", mTxPower, error);
335 Output("repeated packet transmission is stopped\r\nstatus 0x%02x\r\n", error);
367Output("sending packets of length %#x at the delay of %#x ms\r\nstatus 0x%02x\r\n", static_cast<in…
405 Output("sending %#x packet(s), length %#x\r\nstatus 0x%02x\r\n", static_cast<int>(mTxPackets),
435 Output("start diagnostics mode\r\nstatus 0x%02x\r\n", error);
[all …]
Dfactory_diags.hpp211 void Output(const char *aFormat, ...);
/openthread-latest/examples/apps/cli/
Dcli_uart.cpp132 static int Output(const char *aBuf, uint16_t aBufLength);
157 Output(CRNL, sizeof(CRNL)); in ReceiveTask()
176 Output(sEraseString, sizeof(sEraseString)); in ReceiveTask()
185 Output(reinterpret_cast<const char *>(aBuf), 1); in ReceiveTask()
246 static int Output(const char *aBuf, uint16_t aBufLength) in Output() function
/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp495 Output("\r\n%s :\r\n", CategoryToString(aCategory)); in TestSpinelCommands()
533 Output("\r\nRadio Capbility Flags :\r\n"); in TestRadioCapbilityFlags()
545 Output("Failed to get radio capability flags: %s", otThreadErrorToString(error)); in TestRadioCapbilityFlags()
556 Output("\r\n%s :\r\n", CategoryToString(aCategory)); in OutputRadioCapFlags()
576 Output("\r\nSpinel Capbility Flags :\r\n"); in TestSpinelCapbilityFlags()
584 Output("Failed to get Spinel capbility flags: %s", otThreadErrorToString(error)); in TestSpinelCapbilityFlags()
599 Output("\r\n%s :\r\n", CategoryToString(aCategory)); in OutputSpinelCapFlags()
766 Output("Failed to test the Spinel speed: %s", otThreadErrorToString(error)); in ProcessSpinelSpeed()
779 Output("%.*s %s %s\r\n", kMaxNameLength, aName, &kPadding[paddingOffset], aValue); in OutputFormat()
807 void RcpCapsDiag::Output(const char *aFormat, ...) in Output() function in ot::Posix::RcpCapsDiag
Drcp_caps_diag.hpp138 void Output(const char *aFormat, ...);
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_entropy.function8 DUMMY_CONSTANT_LENGTH, /* Output context->length bytes */
9 DUMMY_REQUESTED_LENGTH, /* Output whatever length was requested */
Dtest_suite_psa_crypto_pake.function147 /* Server first round Output */
260 /* Client first round Output */
389 /* Server second round Output */
443 /* Client second round Output */
Dtest_suite_psa_crypto_driver_wrappers.function57 /* Server first round Output */
154 /* Client first round Output */
288 /* Server second round Output */
339 /* Client second round Output */
Dhost_test.function190 * Output: {
Dtest_suite_rsa.data275 RSA PKCS1 Decrypt #4 (Output buffer too small)
Dtest_suite_bignum.misc.data58 Test mpi_read_write_string #6 (Output radix of 15)
Dtest_suite_bignum_core.function995 /* Output is +ve (or zero) */
Dtest_suite_psa_crypto.function746 /* Server first round Output */
866 /* Client first round Output */
1042 /* Server second round Output */
1107 /* Client second round Output */
/openthread-latest/src/cli/
DREADME.md2207 Output lists all discovered routers. Information per router:
2335 Output lists all child entries. Information per child:
2394 Output lists all router neighbor entries. Information per entry:
2871 Output the table of allocated Router IDs and the current next hop (as Router ID) and path cost for …
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md504 Module | Input protection strategy | Output protection strategy | Notes
/openthread-latest/third_party/mbedtls/repo/
DChangeLog3335 * Add additional block mode, OFB (Output Feedback), to the AES module and