Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_test_tool.h117 bool CheckSandboxErrorOption(int option, int counter, const std::string &commandName);
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp1330 bool BundleTestTool::CheckSandboxErrorOption(int option, int counter, const std::string &commandNam… in CheckSandboxErrorOption() function in OHOS::AppExecFwk::BundleTestTool
1446 …result = !CheckSandboxErrorOption(option, counter, commandName) ? OHOS::ERR_INVALID_VALUE : result; in RunAsInstallSandboxCommand()
1503 …result = !CheckSandboxErrorOption(option, counter, commandName) ? OHOS::ERR_INVALID_VALUE : result; in RunAsUninstallSandboxCommand()
1566 …result = !CheckSandboxErrorOption(option, counter, commandName) ? OHOS::ERR_INVALID_VALUE : result; in RunAsDumpSandboxCommand()