Home
last modified time | relevance | path

Searched refs:GetStartRealtime (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_process.h199 napi_value GetStartRealtime(napi_env env) const;
H A Dnative_module_process.cpp468 static napi_value GetStartRealtime(napi_env env, [[maybe_unused]] napi_callback_info info)
471 return object.GetStartRealtime(env);
703 DECLARE_NAPI_FUNCTION("getStartRealtime", GetStartRealtime), in Init()
H A Djs_process.cpp415 napi_value Process::GetStartRealtime(napi_env env) const in GetStartRealtime() function in OHOS::JsSysModule::Process::Process
/ohos5.0/commonlibrary/ets_utils/js_sys_module/test/
H A Dtest_process.cpp628 napi_value result = process.GetStartRealtime(env);