Home
last modified time | relevance | path

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

/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) in GetStartRealtime() function
471 return object.GetStartRealtime(env); in GetStartRealtime()
699 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
/commonlibrary/ets_utils/js_sys_module/test/
H A Dtest_process.cpp628 napi_value result = process.GetStartRealtime(env); in HWTEST_F()

Completed in 5 milliseconds