Searched refs:MS_NS (Results 1 – 4 of 4) sorted by relevance
37 constexpr uint32_t MS_NS = 1000000; variable153 … timeinfo->tm_hour, timeinfo->tm_min, timeinfo->tm_sec, int32_t { (time.tv_nsec / MS_NS) }, in DumpSensorData()170 int32_t { (curTime.tv_nsec / MS_NS) }); in DumpCurrentTime()
40 constexpr uint32_t MS_NS = 1000000; variable276 … timeinfo->tm_hour, timeinfo->tm_min, timeinfo->tm_sec, int32_t { (time.tv_nsec / MS_NS) }, in DumpSensorData()291 int32_t { (curTime.tv_nsec / MS_NS) }); in DumpCurrentTime()
27 constexpr uint32_t MS_NS = 1000000; variable59 int32_t { (curTime.tv_nsec / MS_NS) }); in DumpCurrentTime()
43 constexpr uint32_t MS_NS { 1000000 }; variable101 .append(std::to_string(curTime.tv_nsec / MS_NS)); in GetTimeStamp()