Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/interfaces/innerkits/hnp/src/
H A Dhnp_api.c100 int exitVal = -1; in StartHnpProcess() local
134 ret = HnpCmdApiReturnGet(fd[0], &exitVal); in StartHnpProcess()
140 HNPAPI_LOG("\r\n [HNP API] Child process exited with exitval=%{public}d\r\n", exitVal); in StartHnpProcess()
142 return exitVal; in StartHnpProcess()
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-Java-secure-coding-guide.md656 int exitVal = proc.exitValue();
667 int exitVal = proc.waitFor();
686 int exitVal = proc.waitFor();
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-Java-secure-coding-guide.md652 int exitVal = proc.exitValue();
663 int exitVal = proc.waitFor();
682 int exitVal = proc.waitFor();