Searched refs:IntervalTime (Results 1 – 8 of 8) sorted by relevance
31 enum IntervalTime { enum
95 diff = IntervalTime(&finishTime, &startTime); in SystemWaitParameter()
94 INIT_LOCAL_API uint32_t IntervalTime(struct timespec *startTime, struct timespec *endTime);
58 if (IntervalTime(&g_lastTime, &currTimer) < DEVICE_INFO_EXIT_TIMEOUT_S) { in UnloadDeviceInfoSa()
207 uint32_t diff = IntervalTime(&g_persistWorkSpace.lastSaveTimer, &currTimer); in WritePersistParam()
106 diff = IntervalTime(&finishTime, &startTime); in ReadMessage()
733 uint32_t IntervalTime(struct timespec *startTime, struct timespec *endTime) in IntervalTime() function
721 } else if (IntervalTime(&crashTime, &curTime) > (uint32_t)crashTimeLimit) { in CalculateCrashTime()