Home
last modified time | relevance | path

Searched refs:help (Results 1 - 16 of 16) sorted by relevance

/foundation/ability/idl_tool/scripts/
H A Didl.py24 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 Dwifi_dumper.cpp36 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 Dbuild_ts_js.py35 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 Dbuild_ts_js.py35 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 Dcommand.cpp20 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 Dcommand.h29 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 Drun_objcopy_pc_mac.py46 "-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 Drun_objcopy.py44 "-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 Dmain.py41 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 Dsyscap_native_api_src_gen.py84 help='syscap json file')
86 help='output app file')
/foundation/arkui/napi/jsvm/
H A Dbuild_jsvm.sh27 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 Djs_profiler.py80 help='input file')
82 help='output file')
/foundation/ability/idl_tool/idl_tool_2/
H A Dbuild_hdi_files_info.py968 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 Dffrt_trace_process.py703 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 Dffrt_trace_recover.py489 parser.add_argument('--file', '-f', type=str, required=True, help="input trace file path")
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp973 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()

Completed in 9 milliseconds