Lines Matching defs:time
48 uint64_t time = OHOS::HiviewDFX::GetTimeMilliSeconds();
50 bool check = ptr->Check(pid, time);
53 ptr->Set(pid, time);
57 time = time + 11000; // 11000 : add 11 seconds
58 check = ptr->Check(pid, time);
73 uint64_t time = OHOS::HiviewDFX::GetTimeMilliSeconds();
75 ptr->Set(pid, time);
116 FaultLoggerPipe2 faultLoggerPipe2(time(nullptr), true);
119 ret = faultLoggerPipeMap.Check(1, time(nullptr));