Searched refs:startMs (Results 1 – 12 of 12) sorted by relevance
35 uint64_t SteadyClock::GetElapsedTimeMs(uint64_t startMs) in GetElapsedTimeMs() argument39 if (currTime > startMs) { in GetElapsedTimeMs()40 diff = currTime - startMs; in GetElapsedTimeMs()42 …_ERR_LOG("invalid parameter, startMs: %{public}d, currTime: %{public}d", static_cast<int>(startMs), in GetElapsedTimeMs()
261 uint64_t startMs; in AdcIfPerformanceTest() local273 startMs = OsalGetSysTimeMs(); in AdcIfPerformanceTest()277 useTime = endMs - startMs; in AdcIfPerformanceTest()
246 uint64_t startMs; in DacIfPerformanceTest() local260 startMs = OsalGetSysTimeMs(); in DacIfPerformanceTest()268 useTime = endMs - startMs; in DacIfPerformanceTest()
272 uint64_t startMs; in TestCaseWatchdogIfPerformanceTest() local281 startMs = OsalGetSysTimeMs(); in TestCaseWatchdogIfPerformanceTest()285 useTime = endMs - startMs; in TestCaseWatchdogIfPerformanceTest()
338 uint64_t startMs; in ClockIfPerformanceTest() local349 startMs = OsalGetSysTimeMs(); in ClockIfPerformanceTest()353 useTime = endMs - startMs; in ClockIfPerformanceTest()
343 uint64_t startMs; in I2cTestPeformance() local355 startMs = OsalGetSysTimeMs(); in I2cTestPeformance()360 useTime = endMs - startMs; in I2cTestPeformance()
397 uint64_t startMs; in TimerIfPerformanceTest() local407 startMs = OsalGetSysTimeMs(); in TimerIfPerformanceTest()411 useTime = endMs - startMs; in TimerIfPerformanceTest()
286 uint64_t startMs; in UartIfPerformanceTest() local294 startMs = OsalGetSysTimeMs(); in UartIfPerformanceTest()298 useTime = endMs - startMs; in UartIfPerformanceTest()
346 uint64_t startMs; in PwmIfPerformanceTest() local350 startMs = OsalGetSysTimeMs(); in PwmIfPerformanceTest()354 useTime = endMs - startMs; in PwmIfPerformanceTest()
464 uint64_t startMs; in GpioIfPerformanceTest() local475 startMs = OsalGetSysTimeMs(); in GpioIfPerformanceTest()479 useTime = endMs - startMs; in GpioIfPerformanceTest()
494 uint64_t startMs; in SpiIfPerformanceTest() local498 startMs = OsalGetSysTimeMs(); in SpiIfPerformanceTest()503 useTime = endMs - startMs; in SpiIfPerformanceTest()
37 static uint64_t GetElapsedTimeMs(uint64_t startMs);