Home
last modified time | relevance | path

Searched refs:MILLI_PRE_SEC (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_fault_hiview_reporter.cpp46 static constexpr int MILLI_PRE_SEC = 1000; variable
166 … '.' << std::setfill('0') << std::setw(MILLISECONDS_LEN) << (nsec / NANO_TO_MILLI) % MILLI_PRE_SEC; in GetTimeWithMilliseconds()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_hiview_reporter.cpp35 static constexpr int MILLI_PRE_SEC = 1000; variable
157 … "." << std::setfill('0') << std::setw(MILLISECONDS_LEN) << (nsec / NANO_TO_MILLI) % MILLI_PRE_SEC; in GetTimeWithMilliseconds()