Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_process.h206 napi_value GetPastCputime(napi_env env) const;
H A Dnative_module_process.cpp474 static napi_value GetPastCputime(napi_env env, [[maybe_unused]] napi_callback_info info) in GetPastCputime() function
477 return object.GetPastCputime(env); in GetPastCputime()
700 DECLARE_NAPI_FUNCTION("getPastCpuTime", GetPastCputime), in Init()
H A Djs_process.cpp428 napi_value Process::GetPastCputime(napi_env env) const in GetPastCputime() function in OHOS::JsSysModule::Process::Process
/commonlibrary/ets_utils/js_sys_module/test/
H A Dtest_process.cpp647 napi_value result = process.GetPastCputime(env); in HWTEST_F()

Completed in 6 milliseconds