Home
last modified time | relevance | path

Searched refs:argKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp1659 std::string argKey = argv_[++index]; in RunAsQuickFixCommand() local
1661 if (argKey == "-f" || argKey == "--file-path") { in RunAsQuickFixCommand()
1705 std::string argKey = argv_[++index]; in RunAsQuickFixCommand() local
1707 if (argKey == "-b" || argKey == "--bundle-name") { in RunAsQuickFixCommand()
1721 std::string argKey = argv_[++index]; in RunAsQuickFixCommand() local
1723 if (argKey == "-b" || argKey == "--bundle-name") { in RunAsQuickFixCommand()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp1917 std::string argKey = argv_[++i]; in RunAsTestCommand() local
1919 params[opt + " " + argKey] = argValue; in RunAsTestCommand()