Searched refs:CHILD_PROCESS_TYPE_JS (Results 1 – 4 of 4) sorted by relevance
27 constexpr int32_t CHILD_PROCESS_TYPE_JS = 0; variable38 int32_t childProcessType = CHILD_PROCESS_TYPE_JS;
30 int32_t childProcessType = CHILD_PROCESS_TYPE_JS;
77 int32_t childProcessType_ = CHILD_PROCESS_TYPE_JS;
107 … return StartChildProcessWithArgs(srcEntry, pid, AppExecFwk::CHILD_PROCESS_TYPE_JS, args, options); in StartChildProcessByAppSpawnFork()209 auto useNewErrorCode = childProcessType != AppExecFwk::CHILD_PROCESS_TYPE_JS; in PreCheck()