Home
last modified time | relevance | path

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

/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Dinner_event.cpp30 static constexpr int DATETIME_STRING_LENGTH = 80; variable
239 char sysTime[DATETIME_STRING_LENGTH]; in DumpTimeToString()
240 std::strftime(sysTime, sizeof(char) * DATETIME_STRING_LENGTH, "%Y-%m-%d %I:%M:%S.", &curTime); in DumpTimeToString()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_handler.cpp46 static constexpr int DATETIME_STRING_LENGTH = 80; variable
333 char sysTime[DATETIME_STRING_LENGTH]; in Dump()
334 std::strftime(sysTime, sizeof(char) * DATETIME_STRING_LENGTH, "%Y%m%d %I:%M:%S.", &curTime); in Dump()