Lines Matching refs:time
103 request.time = -1;
137 if (!std::regex_match(out[3], reDigits)) { // 3 : time section
154 if (item.size() == 14) { // 14 : BCD time size
155 request.time = TimeUtil::StrToTimeStamp(item, "%Y%m%d%H%M%S");
157 StringUtil::ConvertStringTo<time_t>(item, request.time);
284 if (lastFgTime > info.time) {
377 HIVIEW_LOGI("DumpRequest: detail:%d, list:%d, file:%s, name:%s, time:%lld",
379 static_cast<long long>(request.time));
395 auto fileList = mgr_->GetFaultLogFileList(request.moduleName, request.time, -1, 0, DUMP_MAX_NUM);
421 int interval = 60; // 60s time interval
426 std::time_t now = std::time(0);
470 info.time = sysEvent.happenTime_;
572 params["time"] = sysEvent->happenTime_;
621 params["time"] = sysEvent->GetEventValue("HAPPEN_TIME");
807 time_t now = time(nullptr);
827 "HAPPEN_TIME", std::to_string(info.time)
1039 std::string jsonFilePath = FreezeJsonUtil::GetFilePath(info.pid, info.id, info.time);