Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/begetctl/
H A Dsandbox.cpp169 static void RunCmd(const std::string &serviceName, const std::string &namespaceName, const std::str… in RunCmd() argument
172 …bool isNamespaceOnly = !namespaceName.empty() && processName.empty() && serviceName.empty() && pid… in RunCmd()
174 …bool isProcessOnly = namespaceName.empty() && !processName.empty() && serviceName.empty() && pid.e… in RunCmd()
175 …bool isServiceOnly = namespaceName.empty() && processName.empty() && !serviceName.empty() && pid.e… in RunCmd()
176 …bool isPidOnly = namespaceName.empty() && processName.empty() && serviceName.empty() && !pid.empty… in RunCmd()
178 RunSandbox(namespaceName); in RunCmd()
181 RunSandbox(namespaceName); in RunCmd()
202 std::string namespaceName {}; in main_cmd() local
214 namespaceName = optarg; in main_cmd()
229 namespaceName = optarg; in main_cmd()
[all …]