Searched refs:childProcess (Results 1 – 10 of 10) sorted by relevance
297 auto childProcess = NativeChildIpcProcess::Create(); in LoadNativeLib() local298 if (childProcess == nullptr) { in LoadNativeLib()308 if (!childProcess->Init(processStartInfo)) { in LoadNativeLib()313 childProcess->OnStart(); in LoadNativeLib()323 auto childProcess = NativeArgsChildProcess::Create(); in LoadNativeLibWithArgs() local324 if (childProcess == nullptr) { in LoadNativeLibWithArgs()333 if (!childProcess->Init(processStartInfo)) { in LoadNativeLibWithArgs()338 childProcess->OnStart(args); in LoadNativeLibWithArgs()
23 … 否 | 开发者自定义参数,透传到子进程中。可以在[ChildProcess.onStart](js-apis-app-ability-childProcess.md#childprocess…24 …ey为自定义字符串,value为文件描述符句柄。可以在[ChildProcess.onStart](js-apis-app-ability-childProcess.md#childprocess…
36 创建子进程成功会返回子进程pid,但并不代表入口方法调用成功,具体结果以[ChildProcess.onStart](js-apis-app-ability-childProcess.md#chil…105 创建子进程成功会返回子进程pid,但并不代表入口方法调用成功,具体结果以[ChildProcess.onStart](js-apis-app-ability-childProcess.md#chil…170 …回子进程pid,但并不代表入口方法调用成功,具体结果以[ChildProcess.onStart](js-apis-app-ability-childProcess.md#childprocess…172 …赖ApplicationContext的API除外)。[ChildProcess.onStart](js-apis-app-ability-childProcess.md#childprocess…
14 - [@ohos.app.ability.ChildProcess](js-apis-app-ability-childProcess.md)
310 std::vector<AppExecFwk::ChildProcessInfo> childProcess; in ReloadChildProcess() local311 appManager_->GetAllChildrenProcesses(childProcess); in ReloadChildProcess()312 for (const auto& process : childProcess) { in ReloadChildProcess()
23 …gh **args.entryParams** in [ChildProcess.onStart](js-apis-app-ability-childProcess.md#childprocess…24 …ed through **args.fds** in [ChildProcess.onStart](js-apis-app-ability-childProcess.md#childprocess…
38 …d. It is started only when [ChildProcess.onStart](js-apis-app-ability-childProcess.md#childprocess…107 …d. It is started only when [ChildProcess.onStart](js-apis-app-ability-childProcess.md#childprocess…172 …d. It is started only when [ChildProcess.onStart](js-apis-app-ability-childProcess.md#childprocess…174 …pplication context). After [ChildProcess.onStart](js-apis-app-ability-childProcess.md#childprocess…
1751 … - [@ohos.app.ability.ChildProcess](reference/apis-ability-kit/js-apis-app-ability-childProcess.md)
1636 … - [@ohos.app.ability.ChildProcess](reference/apis-ability-kit/js-apis-app-ability-childProcess.md)