Home
last modified time | relevance | path

Searched refs:INDEX_OFFSET (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp55 const int32_t INDEX_OFFSET = 2; variable
277 if (argList_[index - INDEX_OFFSET] == "-r" || argList_[index - INDEX_OFFSET] == "--replace" || in IsInstallOption()
278 … argList_[index - INDEX_OFFSET] == "-p" || argList_[index - INDEX_OFFSET] == "--bundle-path" || in IsInstallOption()
279 argList_[index - INDEX_OFFSET] == "-u" || argList_[index - INDEX_OFFSET] == "--user-id" || in IsInstallOption()
280 … argList_[index - INDEX_OFFSET] == "-w" || argList_[index - INDEX_OFFSET] == "--waitting-time" || in IsInstallOption()
281 …argList_[index - INDEX_OFFSET] == "-s" || argList_[index - INDEX_OFFSET] == "--shared-bundle-dir-p… in IsInstallOption()
1667 … if (argList_[index - INDEX_OFFSET] == "-q" || argList_[index - INDEX_OFFSET] == "--query" || in RunAsQuickFixCommand()
1668 … argList_[index - INDEX_OFFSET] == "-b" || argList_[index - INDEX_OFFSET] == "--bundle-name" || in RunAsQuickFixCommand()
1669 … argList_[index - INDEX_OFFSET] == "-a" || argList_[index - INDEX_OFFSET] == "--apply" || in RunAsQuickFixCommand()
1670 … argList_[index - INDEX_OFFSET] == "-f" || argList_[index - INDEX_OFFSET] == "--file-path") { in RunAsQuickFixCommand()
[all …]
H A Dbundle_test_tool.cpp56 const int32_t INDEX_OFFSET = 2; variable
3080 for (; index < argc_ && index >= INDEX_OFFSET; ++index) { in GetQuickFixPath()
3081 … if (argList_[index - INDEX_OFFSET] == "-p" || argList_[index - INDEX_OFFSET] == "--patch-path") { in GetQuickFixPath()
3085 std::string innerPath = argList_[index - INDEX_OFFSET]; in GetQuickFixPath()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp38 constexpr int INDEX_OFFSET = 3; variable
536 for (auto index = INDEX_OFFSET; index < argc_; ++index) { in RunAsForceStop()