Searched refs:CheckSandboxErrorOption (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_test_tool.h | 117 bool CheckSandboxErrorOption(int option, int counter, const std::string &commandName);
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 1330 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()
|