Lines Matching defs:time
172 uint64_t time = GetTimeMilliSeconds();
173 int fd = daemon->CreateFileForRequest(type, pid, 0, time);
192 uint64_t time = GetTimeMilliSeconds();
194 int fd = daemon->CreateFileForRequest(type, pid, 0, time);
197 fd = daemon->CreateFileForRequest(type, pid, 0, time);
207 bool ret = StartConnect(clientSocketFd, socketFileName.c_str(), 10); // 10 : socket connect time out 10 second
721 daemon->crashTimeMap_[1] = time(nullptr) - 10; // 10 : Get the first 10 seconds of the current time
723 daemon->crashTimeMap_[1] = time(nullptr);
855 requst.processdumpStartTime = time(nullptr);
856 requst.processdumpFinishTime = time(nullptr) + 10; // 10 : Get the last 10 seconds of the current time
864 requst.requestTime = time(nullptr);
865 requst.dumpCatcherFinishTime = time(nullptr) + 10; // 10 : Get the last 10 seconds of the current time
873 requst.requestTime = time(nullptr);
874 requst.dumpCatcherFinishTime = time(nullptr) + 10; // 10 : Get the last 10 seconds of the current time