Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
H A DCommandParser.java104 private static final Map<String, Function<Map.Entry<Utility, String>, Boolean>> commandFuncs = new HashMap<>(); field in CommandParser
111 commandFuncs.put(CMD_MODE, entry -> { in initCommandFuncs()
115 commandFuncs.put(CMD_JSON_PATH, entry -> { in initCommandFuncs()
119 commandFuncs.put(CMD_PROFILE_PATH, entry -> { in initCommandFuncs()
123 commandFuncs.put(CMD_INDEX_PATH, entry -> { in initCommandFuncs()
127 commandFuncs.put(CMD_JS_PATH, entry -> { in initCommandFuncs()
131 commandFuncs.put(CMD_ETS_PATH, entry -> { in initCommandFuncs()
135 commandFuncs.put(CMD_HNP_PATH, entry -> { in initCommandFuncs()
139 commandFuncs.put(CMD_RPCID_PATH, entry -> { in initCommandFuncs()
143 commandFuncs in initCommandFuncs()
[all...]

Completed in 2 milliseconds