/foundation/ability/idl_tool/scripts/ |
H A D | idl.py | 24 parser.add_argument('--src-idl', help='idl source file') 25 parser.add_argument('--dst-path', help='the converted target path') 26 parser.add_argument('--dst-file', help='the converted target file') 27 parser.add_argument('--idl-tool-path', help='path of the idl conversion tool') 28 parser.add_argument('--log-domainid', help='hilog domain id') 29 parser.add_argument('--log-tag', help='hilog tag') 30 parser.add_argument('--hitrace', help='hitrace switch, default off') 31 parser.add_argument('--language', help='language switch, default cpp')
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_dumper.cpp | 36 std::string help; in ShowDeviceDumpUsage() local 37 return help.append("WiFi device dump options:\n") in ShowDeviceDumpUsage() 40 .append(" -h: show help.\n"); in ShowDeviceDumpUsage() 59 std::string help; in ShowScanDumpUsage() local 60 return help.append("WiFi scan dump options:\n") in ShowScanDumpUsage() 63 .append(" -h: show help.\n"); in ShowScanDumpUsage() 82 std::string help; in ShowP2pDumpUsage() local 83 return help.append("WiFi P2P dump options:\n") in ShowP2pDumpUsage() 86 .append(" -h: show help.\n"); in ShowP2pDumpUsage() 105 std::string help; in ShowHotspotDumpUsage() local [all...] |
/foundation/filemanagement/file_api/interfaces/kits/ts/streamhash/ |
H A D | build_ts_js.py | 35 help='the converted target file') variable 37 help='the module path') variable 39 help='js output file') variable 41 help='js output filePath') variable 43 help='the code root path relative the root_build_dir') variable
|
/foundation/filemanagement/file_api/interfaces/kits/ts/streamrw/ |
H A D | build_ts_js.py | 35 help='the converted target file') variable 37 help='the module path') variable 39 help='js output file') variable 41 help='js output filePath') variable 43 help='the code root path relative the root_build_dir') variable
|
/foundation/distributeddatamgr/pasteboard/services/dfx/src/ |
H A D | command.cpp | 20 Command::Command(const std::vector<std::string> &argsFormat, const std::string &help, const Command::Action &action) in Command() argument 21 : format_(argsFormat), help_(help), action_(action) in Command() 25 Command::Command(const std::vector<std::string> &argsFormat, const std::string &help) in Command() argument 26 : format_(argsFormat), help_(help) in Command()
|
H A D | command.h | 29 Command(const std::vector<std::string> &argsFormat, const std::string &help, const Action &action); 30 Command(const std::vector<std::string> &argsFormat, const std::string &help);
|
/foundation/arkui/ace_engine/build/tools/ |
H A D | run_objcopy_pc_mac.py | 46 "-e", "--objcopy", type=str, required=True, help="The path of objcopy" 49 "-a", "--arch", type=str, required=True, help="The architecture of target" 52 "-i", "--input", type=str, required=True, help="The path of input file" 55 "-o", "--output", type=str, required=True, help="The path of output target"
|
H A D | run_objcopy.py | 44 "-e", "--objcopy", type=str, required=True, help="The path of objcopy" 47 "-a", "--arch", type=str, required=True, help="The architecture of target" 50 "-i", "--input", type=str, required=True, help="The path of input file" 53 "-o", "--output", type=str, required=True, help="The path of output target"
|
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/ |
H A D | main.py | 41 parser.add_argument('-d', action='store_true', default=False, help='enable debug info') 42 parser.add_argument('-r', action='store_true', default=False, help='dump event tree with device') 44 type=str, default='./resources/dumpfile/input.txt', help='input the dump source file') 45 parser.add_argument('-m', action='store_true', default=False, help='add details info')
|
/foundation/arkui/ace_engine_lite/frameworks/tools/syscap/ |
H A D | syscap_native_api_src_gen.py | 84 help='syscap json file') 86 help='output app file')
|
/foundation/arkui/napi/jsvm/ |
H A D | build_jsvm.sh | 27 options="$(getopt -o h "help,sysroot:,node_path:,prefix:,target_cpu:,base_path:" -- "$@")" || usage 34 echo "-h|--help" 68 -h|--help)
|
/foundation/arkui/ace_engine_lite/frameworks/tools/profiler/ |
H A D | js_profiler.py | 80 help='input file') 82 help='output file')
|
/foundation/ability/idl_tool/idl_tool_2/ |
H A D | build_hdi_files_info.py | 968 help="system: mini, lite, full") 975 help="generate code of ipc, passthrough or kernel mode") 981 help="language of generating code") 987 help="direstory of generate file") 992 help="mapping path: <root package>:<path>") 998 help="the idl file") 1002 help="the imports")
|
/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/ |
H A D | ffrt_trace_process.py | 703 parser.add_argument('--file', '-f', type=str, required=True, help="input trace file path") 704 parser.add_argument('--pid', '-p', type=int, default=None, help="specify process id for trace analyzing")
|
H A D | ffrt_trace_recover.py | 489 parser.add_argument('--file', '-f', type=str, required=True, help="input trace file path")
|
/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_context.cpp | 973 napi_value help = nullptr; in CreatePointerStyle() local 974 CHKRP(napi_create_int32(env, MOUSE_ICON::HELP, &help), CREATE_INT32); in CreatePointerStyle() 1046 DECLARE_NAPI_STATIC_PROPERTY("HELP", help), in CreatePointerStyle()
|