Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_process.h53 napi_value GetGid(napi_env env) const;
H A Dnative_module_process.cpp273 static napi_value GetGid(napi_env env, [[maybe_unused]] napi_callback_info info) in GetGid() function
276 return object.GetGid(env); in GetGid()
684 DECLARE_NAPI_GETTER("gid", GetGid), in Init()
H A Djs_process.cpp61 napi_value Process::GetGid(napi_env env) const in GetGid() function in OHOS::JsSysModule::Process::Process
/commonlibrary/ets_utils/js_sys_module/test/
H A Dtest_process.cpp220 napi_value napiGid = process.GetGid(env); in HWTEST_F()

Completed in 5 milliseconds