Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 40) sorted by relevance

12

/openthread-latest/tools/tcat_ble_client/
Dbbtc.py53 parser.add_argument('--debug', help='Enable debug logs', action='store_true')
54 parser.add_argument('--info', help='Enable info logs', action='store_true')
55 …parser.add_argument('--cert_path', help='Path to certificate chain and key', action='store', defau…
57 group.add_argument('--mac', type=str, help='Device MAC address', action='store')
58 group.add_argument('--name', type=str, help='Device name', action='store')
59 group.add_argument('--scan', help='Scan all available devices', action='store_true')
60 group.add_argument('--simulation', help='Connect to simulation node id', action='store')
/openthread-latest/third_party/mbedtls/repo/scripts/
Dmin_requirements.py97 action='store_true',
100 action='append', dest='pip_install_options',
103 action='append', dest='pip_general_options',
106 action='append_const', dest='pip_install_options',
Dabi_check.py542 "-v", "--verbose", action="store_true",
550 "-k", "--keep-all-reports", action="store_true",
591 action='store_true', default=True,
594 parser.add_argument("--no-check-abi", action='store_false', dest='check_abi')
597 action='store_true', default=True,
600 parser.add_argument("--no-check-api", action='store_false', dest='check_api')
603 action='store_true', default=True,
606 parser.add_argument("--no-check-storage", action='store_false', dest='check_storage')
608 "-b", "--brief", action="store_true",
Dcode_style.py189 parser.add_argument('-f', '--fix', action='store_true',
201 parser.add_argument('--subset', action='store_true',
Dassemble_changelog.py512 action='store_true', dest='keep_entries', default=None,
516 action='store_false', dest='keep_entries',
523 action='store_true',
Dcode_size_compare.py894 '--markdown', action='store_true', dest='markdown',
898 '--stdout', action='store_true', dest='stdout',
902 '--show-all', action='store_true', dest='show_all',
906 '--verbose', action='store_true', dest='verbose',
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtest_psa_constant_names.py164 action='append', default=['include'],
167 action='store_true', dest='keep_c', default=False,
170 action='store_false', dest='keep_c',
176 action='store_true',
179 action='store_false', dest='show',
Dgenerate_test_cert_macros.py39 parser.add_argument('--string', type=macro_define_type, action=MacroDefineAction,
41 parser.add_argument('--binary', type=macro_define_type, action=MacroDefineAction,
44 parser.add_argument('--password', type=macro_define_type, action=MacroDefineAction,
Dpsa_collect_statuses.py105 action='store_true',
108 action='store_true',
121 action='store_true',
Ddepends.py519 action='store_true', dest='keep_going', default=True)
522 action='store_false', dest='keep_going')
525 action='append_const', dest='list', const='jobs')
528 action='append_const', dest='list', const='domains')
531 action='store', default='make')
534 action='store_true', dest='unset_use_psa')
Dcheck_test_cases.py214 action='store_true',
217 action='store_true',
220 action='store_false', dest='quiet',
Dgenerate_tls13_compat_tests.py562 parser.add_argument('-a', '--generate-all-tls13-compat-tests', action='store_true',
565 parser.add_argument('--list-ciphers', action='store_true',
568 parser.add_argument('--list-sig-algs', action='store_true',
571 parser.add_argument('--list-named-groups', action='store_true',
574 parser.add_argument('--list-servers', action='store_true',
577 parser.add_argument('--list-clients', action='store_true',
Daudit-validity-dates.py391 action='store_true',
394 action='store_true', dest='verbose',
404 parser.add_argument('--data-files', action='append', nargs='*',
407 parser.add_argument('--suite-data-files', action='append', nargs='*',
Drun_demos.py56 action='store_true',
Danalyze_outcomes.py658 parser.add_argument('--list', action='store_true',
660 parser.add_argument('--require-full-coverage', action='store_true',
Dcheck_names.py936 action="store_true",
941 action="store_true",
/openthread-latest/
DREADME.md1action-build-svg]][ot-gh-action-build] [![Simulation][ot-gh-action-simulation-svg]][ot-gh-action-s…
19 [ot-gh-action-build]: https://github.com/openthread/openthread/actions?query=workflow%3ABuild+branc…
20 [ot-gh-action-build-svg]: https://github.com/openthread/openthread/workflows/Build/badge.svg?branch…
21 [ot-gh-action-simulation]: https://github.com/openthread/openthread/actions?query=workflow%3ASimula…
22 [ot-gh-action-simulation-svg]: https://github.com/openthread/openthread/workflows/Simulation/badge.…
23 [ot-gh-action-docker]: https://github.com/openthread/openthread/actions?query=workflow%3ADocker+bra…
24 [ot-gh-action-docker-svg]: https://github.com/openthread/openthread/workflows/Docker/badge.svg?bran…
DCODE_OF_CONDUCT.md29 …rds of acceptable behavior and will take appropriate and fair corrective action in response to any…
45 …hese Community Impact Guidelines in determining the consequences for any action they deem in viola…
/openthread-latest/tools/harness-automation/autothreadharness/
Drunner.py336 action='store_true',
352 …parser.add_argument('--delete-history', '-d', action='store_true', default=False, help='clear hist…
355 action='store_true',
358 …parser.add_argument('--name-greps', '-g', action='append', default=None, help='grep case by names')
368 …parser.add_argument('--list-devices', '-l', action='store_true', default=False, help='list devices…
369 …parser.add_argument('--manual-reset', '-m', action='store_true', default=False, help='reset device…
370 …parser.add_argument('--dry-run', '-n', action='store_true', default=False, help='just show what to…
387 action='store_true',
/openthread-latest/tools/cp-caps/
Drcp_caps_test.py711 action='store_true',
719 action='store_true',
727 action='store_true',
735 action='store_true',
743 action='store_true',
751 action='store_true',
759 action='store_true',
767 action='store_true',
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dtest_data_generation.py182 parser.add_argument('--list', action='store_true',
184 parser.add_argument('--list-for-cmake', action='store_true',
/openthread-latest/src/core/net/
Ddnssd_server.cpp1508 ProxyAction action = kNoAction; in Resolve() local
1513 action = kBrowsing; in Resolve()
1518 action = kResolvingSrv; in Resolve()
1522 action = kResolvingTxt; in Resolve()
1526 action = kResolvingIp6Address; in Resolve()
1529 action = kResolvingIp4Address; in Resolve()
1533 Perform(action, aQuery, aInfo); in Resolve()
1598 ProxyAction action = aInfo.mAction; in CancelAction() local
1602 VerifyOrExit(action != kNoAction); in CancelAction()
1609 ReadNameFor(action, aQuery, aInfo, name); in CancelAction()
[all …]
Dip6.cpp301 Action action = kNoMplOption; in RemoveMplOption() local
330 VerifyOrExit(action == kNoMplOption, error = kErrorParse); in RemoveMplOption()
343 action = kRemoveHbh; in RemoveMplOption()
348 action = kShrinkHbh; in RemoveMplOption()
351 else if (action != kNoMplOption) in RemoveMplOption()
355 action = kReplaceMplWithPad; in RemoveMplOption()
359 switch (action) in RemoveMplOption()
371 if (action == kRemoveHbh) in RemoveMplOption()
/openthread-latest/src/core/common/
Dsettings.cpp418 Action action = kActionSave; in SaveEntry() local
423 action = kActionResave; in SaveEntry()
430 Log(action, error, aKey, aValue); in SaveEntry()
/openthread-latest/src/cli/
Dcli_tcp.cpp1048 otTcpIncomingConnectionAction action; in HandleTcpAcceptReady() local
1058 ExitNow(action = OT_TCP_INCOMING_CONNECTION_ACTION_DEFER); in HandleTcpAcceptReady()
1062 action = OT_TCP_INCOMING_CONNECTION_ACTION_ACCEPT; in HandleTcpAcceptReady()
1091 return action; in HandleTcpAcceptReady()

12