Lines Matching refs:pid
114 napi_value pid = childprocess.Getpid(env);
117 napi_value result = process.Kill(env, pid, signal);
139 napi_value pid = childprocess.Getpid(env);
142 napi_value result = process.Kill(env, pid, signal);
270 * @tc.desc: Test process pid.
278 int32_t pid = 0;
279 napi_get_value_int32(env, napiPid, &pid);
281 if (pid > 0) {
333 * @tc.desc: test get the specific pid value.
347 int32_t pid = 0;
348 napi_get_value_int32(env, result, &pid);
350 if (pid >= 0) {