Searched refs:GetPastCputime (Results 1 – 4 of 4) sorted by relevance
206 napi_value GetPastCputime(napi_env env) const;
474 static napi_value GetPastCputime(napi_env env, [[maybe_unused]] napi_callback_info info)477 return object.GetPastCputime(env);704 DECLARE_NAPI_FUNCTION("getPastCpuTime", GetPastCputime), in Init()
428 napi_value Process::GetPastCputime(napi_env env) const in GetPastCputime() function in OHOS::JsSysModule::Process::Process
647 napi_value result = process.GetPastCputime(env);