Searched refs:IntervalTime (Results 1 – 7 of 7) sorted by relevance
85 INIT_LOCAL_API uint32_t IntervalTime(struct timespec *startTime, struct timespec *endTime);
93 diff = IntervalTime(&finishTime, &startTime); in SystemWaitParameter()
57 if (IntervalTime(&g_lastTime, &currTimer) < DEVICE_INFO_EXIT_TIMEOUT_S) { in UnloadDeviceInfoSa()
198 uint32_t diff = IntervalTime(&g_persistWorkSpace.lastSaveTimer, &currTimer); in WritePersistParam()
106 diff = IntervalTime(&finishTime, &startTime); in ReadMessage()
691 uint32_t IntervalTime(struct timespec *startTime, struct timespec *endTime) in IntervalTime() function
623 } else if (IntervalTime(&crashTime, &curTime) > crashTimeLimit) { in CalculateCrashTime()