Searched refs:GetPpid (Results 1 – 4 of 4) sorted by relevance
88 napi_value GetPpid(napi_env env) const;
303 static napi_value GetPpid(napi_env env, [[maybe_unused]] napi_callback_info info)306 return object.GetPpid(env);693 DECLARE_NAPI_GETTER("ppid", GetPpid), in Init()
127 napi_value Process::GetPpid(napi_env env) const in GetPpid() function in OHOS::JsSysModule::Process::Process
296 napi_value napiPpid = process.GetPpid(env);