Searched refs:GetRealTime (Results 1 – 9 of 9) sorted by relevance
124 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()
36 static bool GetRealTime(int64_t &time);
38 static napi_value GetRealTime(napi_env env, napi_callback_info info);
56 static std::string GetRealTime();
229 string FaultDetectorUtil::GetRealTime() in GetRealTime() function in OHOS::HiviewDFX::FaultDetectorUtil
145 const std::vector<std::string> &GetRealTime() const in GetRealTime() function
52 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
231 bool NtpUpdateTime::GetRealTime(int64_t &time) in GetRealTime() function in OHOS::MiscServices::NtpUpdateTime
825 auto ret = NtpUpdateTime::GetInstance().GetRealTime(time); in GetRealTimeMs()