Searched refs:CheckSandboxErrorOption (Results 1 - 2 of 2) sorted by relevance
/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_test_tool.h | 119 bool CheckSandboxErrorOption(int option, int counter, const std::string &commandName);
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 1380 bool BundleTestTool::CheckSandboxErrorOption(int option, int counter, const std::string &commandName) in CheckSandboxErrorOption() function in OHOS::AppExecFwk::BundleTestTool 1496 result = !CheckSandboxErrorOption(option, counter, commandName) ? OHOS::ERR_INVALID_VALUE : result; in RunAsInstallSandboxCommand() 1553 result = !CheckSandboxErrorOption(option, counter, commandName) ? OHOS::ERR_INVALID_VALUE : result; in RunAsUninstallSandboxCommand() 1616 result = !CheckSandboxErrorOption(option, counter, commandName) ? OHOS::ERR_INVALID_VALUE : result; in RunAsDumpSandboxCommand()
|
Completed in 14 milliseconds