Home
last modified time | relevance | path

Searched refs:endMs (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dadc_test.c262 uint64_t endMs; in AdcIfPerformanceTest() local
276 endMs = OsalGetSysTimeMs(); in AdcIfPerformanceTest()
277 useTime = endMs - startMs; in AdcIfPerformanceTest()
H A Ddac_test.c247 uint64_t endMs; in DacIfPerformanceTest() local
266 endMs = OsalGetSysTimeMs(); in DacIfPerformanceTest()
268 useTime = endMs - startMs; in DacIfPerformanceTest()
H A Dwatchdog_test.c273 uint64_t endMs; in TestCaseWatchdogIfPerformanceTest() local
283 endMs = OsalGetSysTimeMs(); in TestCaseWatchdogIfPerformanceTest()
285 useTime = endMs - startMs; in TestCaseWatchdogIfPerformanceTest()
H A Dclock_test.c339 uint64_t endMs; in ClockIfPerformanceTest() local
352 endMs = OsalGetSysTimeMs(); in ClockIfPerformanceTest()
353 useTime = endMs - startMs; in ClockIfPerformanceTest()
H A Di2c_test.c344 uint64_t endMs; in I2cTestPeformance() local
357 endMs = OsalGetSysTimeMs(); in I2cTestPeformance()
360 useTime = endMs - startMs; in I2cTestPeformance()
H A Dtimer_test.c398 uint64_t endMs; in TimerIfPerformanceTest() local
409 endMs = OsalGetSysTimeMs(); in TimerIfPerformanceTest()
411 useTime = endMs - startMs; in TimerIfPerformanceTest()
H A Duart_test.c287 uint64_t endMs; in UartIfPerformanceTest() local
296 endMs = OsalGetSysTimeMs(); in UartIfPerformanceTest()
298 useTime = endMs - startMs; in UartIfPerformanceTest()
H A Dpwm_test.c347 uint64_t endMs; in PwmIfPerformanceTest() local
352 endMs = OsalGetSysTimeMs(); in PwmIfPerformanceTest()
354 useTime = endMs - startMs; in PwmIfPerformanceTest()
H A Dgpio_test.c465 uint64_t endMs; in GpioIfPerformanceTest() local
477 endMs = OsalGetSysTimeMs(); in GpioIfPerformanceTest()
479 useTime = endMs - startMs; in GpioIfPerformanceTest()
H A Dspi_test.c495 uint64_t endMs; in SpiIfPerformanceTest() local
500 endMs = OsalGetSysTimeMs(); in SpiIfPerformanceTest()
503 useTime = endMs - startMs; in SpiIfPerformanceTest()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp1475 auto endMs = endDur.count(); in GetDoNotDisturbDateInstance() local
1477 return {type, beginMs, endMs}; in GetDoNotDisturbDateInstance()