Home
last modified time | relevance | path

Searched refs:LENGTH_TWO (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_utils.cpp32 constexpr int32_t LENGTH_TWO = 2; member
130 << std::setw(LENGTH_TWO) << std::setfill('0') << (now_tm->tm_mon + ONE_MORE) << '-' in GetCurrentDateMillisecond()
131 << std::setw(LENGTH_TWO) << std::setfill('0') << now_tm->tm_mday << ' ' in GetCurrentDateMillisecond()
132 << std::setw(LENGTH_TWO) << std::setfill('0') << now_tm->tm_hour << ':' in GetCurrentDateMillisecond()
133 << std::setw(LENGTH_TWO) << std::setfill('0') << now_tm->tm_min << ':' in GetCurrentDateMillisecond()
134 << std::setw(LENGTH_TWO) << std::setfill('0') << now_tm->tm_sec << '.' in GetCurrentDateMillisecond()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.cpp81 constexpr int32_t LENGTH_TWO = 2; member
816 if (paramCnt >= LENGTH_TWO && info[INDEX_ONE]->IsObject()) { in JSOpenBindSheet()
853 if (paramCnt < LENGTH_TWO) { in JSUpdateBindSheet()
874 if (paramCnt >= LENGTH_TWO && info[INDEX_ONE]->IsObject()) { in JSUpdateBindSheet()

Completed in 2 milliseconds