Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/base/time/time_service/services/time/include/
H A Dntp_update_time.h36 static bool GetRealTime(int64_t &time);
/ohos5.0/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);
/ohos5.0/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
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/base/
H A Dfault_info_base.h145 const std::vector<std::string> &GetRealTime() const in GetRealTime() function
/ohos5.0/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
/ohos5.0/base/time/time_service/services/time/src/
H A Dntp_update_time.cpp231 bool NtpUpdateTime::GetRealTime(int64_t &time) in GetRealTime() function in OHOS::MiscServices::NtpUpdateTime
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp825 auto ret = NtpUpdateTime::GetInstance().GetRealTime(time); in GetRealTimeMs()