Home
last modified time | relevance | path

Searched refs:MS_NS (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_dump.cpp37 constexpr uint32_t MS_NS = 1000000; variable
153 … 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()
/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_dump.cpp40 constexpr uint32_t MS_NS = 1000000; variable
276 … 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()
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_dump.cpp27 constexpr uint32_t MS_NS = 1000000; variable
59 int32_t { (curTime.tv_nsec / MS_NS) }); in DumpCurrentTime()
/ohos5.0/base/msdp/device_status/utils/common/src/
H A Dutil.cpp43 constexpr uint32_t MS_NS { 1000000 }; variable
101 .append(std::to_string(curTime.tv_nsec / MS_NS)); in GetTimeStamp()