Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dcache_data.h178 static const int TIME_MAX_LEN = 80; variable
/ohos5.0/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_napi.cpp53 constexpr int TIME_MAX_LEN = 15; variable
334 char time[TIME_MAX_LEN] = {0}; in GetConditionsTime()
335 size_t len = TIME_MAX_LEN; in GetConditionsTime()
355 if (!IsNum(value) || value.length() != (TIME_MAX_LEN - 1)) { in GetConditionsTime()