Searched refs:Uptime (Results 1 – 4 of 4) sorted by relevance
103 napi_value Uptime(napi_env env) const;
393 static napi_value Uptime(napi_env env, [[maybe_unused]] napi_callback_info info)396 return object.Uptime(env);694 DECLARE_NAPI_FUNCTION("uptime", Uptime), in Init()
179 napi_value Process::Uptime(napi_env env) const in Uptime() function in OHOS::JsSysModule::Process::Process
88 napi_value timeStart = process.Uptime(env);90 napi_value timeEnd = process.Uptime(env);