Home
last modified time | relevance | path

Searched refs:Getppid (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_childprocess.h112 napi_value Getppid(napi_env env) const;
H A Dnative_module_process.cpp211 static napi_value Getppid(napi_env env, napi_callback_info info) in Getppid() function
218 napi_value result = object->Getppid(env); in Getppid()
252 DECLARE_NAPI_GETTER("ppid", Getppid), in RunCommand()
H A Djs_childprocess.cpp225 napi_value ChildProcess::Getppid(napi_env env) const in Getppid() function in OHOS::JsSysModule::Process::ChildProcess
/commonlibrary/ets_utils/js_sys_module/test/
H A Dtest_process.cpp321 napi_value result = childprocess.Getppid(env); in HWTEST_F()

Completed in 4 milliseconds