Lines Matching full:pid
113 napi_value pid = childprocess->Getpid(env); variable
117 napi_value result = process.Kill(env, pid, signal);
139 napi_value pid = childprocess->Getpid(env); variable
143 napi_value result = process.Kill(env, pid, signal);
273 * @tc.desc: Test process pid.
281 int32_t pid = 0; variable
282 napi_get_value_int32(env, napiPid, &pid);
284 if (pid > 0) {
337 * @tc.desc: test get the specific pid value.
352 int32_t pid = 0; variable
353 napi_get_value_int32(env, result, &pid);
355 if (pid >= 0) {