Searched refs:GetEUid (Results 1 – 4 of 4) sorted by relevance
60 napi_value GetEUid(napi_env env) const;
279 static napi_value GetEUid(napi_env env, [[maybe_unused]] napi_callback_info info)282 return object.GetEUid(env);689 DECLARE_NAPI_GETTER("euid", GetEUid), in Init()
69 napi_value Process::GetEUid(napi_env env) const in GetEUid() function in OHOS::JsSysModule::Process::Process
239 napi_value napiEuid = process.GetEUid(env);