Searched refs:GetEGid (Results 1 – 4 of 4) sorted by relevance
67 napi_value GetEGid(napi_env env) const;
285 static napi_value GetEGid(napi_env env, [[maybe_unused]] napi_callback_info info)288 return object.GetEGid(env);690 DECLARE_NAPI_GETTER("egid", GetEGid), in Init()
77 napi_value Process::GetEGid(napi_env env) const in GetEGid() function in OHOS::JsSysModule::Process::Process
258 napi_value napiEgid = process.GetEGid(env);