Home
last modified time | relevance | path

Searched refs:NANO_TO_MILLI (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_hiview_reporter.cpp34 static constexpr int NANO_TO_MILLI = 1000000; member
157 oss << buffer << "." << std::setfill('0') << std::setw(MILLISECONDS_LEN) << (nsec / NANO_TO_MILLI) % MILLI_PRE_SEC; in GetTimeWithMilliseconds()
/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_fault_hiview_reporter.cpp45 static constexpr int NANO_TO_MILLI = 1000000; member
166 oss << buffer << '.' << std::setfill('0') << std::setw(MILLISECONDS_LEN) << (nsec / NANO_TO_MILLI) % MILLI_PRE_SEC; in GetTimeWithMilliseconds()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp31 constexpr int32_t NANO_TO_MILLI = 1000000; // nanosecond to millisecond member
1679 return ts.tv_sec * TO_MILLI + ts.tv_nsec / NANO_TO_MILLI; in GetSystemRealTime()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp31 constexpr int32_t NANO_TO_MILLI = 1000000; // nanosecond to millisecond member
1913 return ts.tv_sec * TO_MILLI + ts.tv_nsec / NANO_TO_MILLI; in GetSystemRealTime()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp39 constexpr int32_t NANO_TO_MILLI = 1000000; // nanosecond to millisecond member
3186 return ts.tv_sec * TO_MILLI + ts.tv_nsec / NANO_TO_MILLI; in GetSystemRealTime()

Completed in 13 milliseconds