Home
last modified time | relevance | path

Searched refs:GetRealTime (Results 1 - 9 of 9) sorted by relevance

/base/time/time_service/services/time/include/
H A Dntp_update_time.h36 static bool GetRealTime(int64_t &time);
/base/time/time_service/framework/js/napi/system_date_time/include/
H A Dnapi_system_date_time.h38 static napi_value GetRealTime(napi_env env, napi_callback_info info);
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp124 userMonitorInfo->AddRealTime(FaultDetectorUtil::GetRealTime()); in CollectUserBaseInfo()
147 userMonitorInfo->AddRealTime(FaultDetectorUtil::GetRealTime()); in CollectUserBaseInfo()
424 fout << setw(LOG_WEIGHT) << userMonitorInfo->GetRealTime().at(i) << endl; in DumpUserMemInfo()
460 + string("get info realtime:\t") + FaultDetectorUtil::GetRealTime() + "\n"; in ForkProcessToDumpExtraInfo()
505 + userMonitorInfo->GetRealTime().at(i) + "\n"; in DumpUserMemInfoToSmapsFile()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.h56 static std::string GetRealTime();
H A Dfault_detector_util.cpp229 string FaultDetectorUtil::GetRealTime() in GetRealTime() function in OHOS::HiviewDFX::FaultDetectorUtil
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/base/
H A Dfault_info_base.h145 const std::vector<std::string> &GetRealTime() const in GetRealTime() function in OHOS::HiviewDFX::MemoryLeakInfoBase
/base/time/time_service/framework/js/napi/system_date_time/src/
H A Dnapi_system_date_time.cpp52 DECLARE_NAPI_STATIC_FUNCTION("getRealTime", GetRealTime), in SystemDateTimeInit()
263 napi_value NapiSystemDateTime::GetRealTime(napi_env env, napi_callback_info info) in GetRealTime() function in OHOS::MiscServices::Time::NapiSystemDateTime
300 return NapiWork::AsyncEnqueue(env, getRealTimeContext, "GetRealTime", executor, complete); in GetRealTime()
/base/time/time_service/services/time/src/
H A Dntp_update_time.cpp230 bool NtpUpdateTime::GetRealTime(int64_t &time) in GetRealTime() function in OHOS::MiscServices::NtpUpdateTime
/base/time/time_service/services/
H A Dtime_system_ability.cpp883 auto ret = NtpUpdateTime::GetInstance().GetRealTime(time); in GetRealTimeMs()

Completed in 7 milliseconds