Home
last modified time | relevance | path

Searched refs:MAX_TIME_LEN (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_time.cpp25 static constexpr const int MAX_TIME_LEN = 128; variable
59 char s[MAX_TIME_LEN] = {0}; in GetNowTimeGMT()
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_time.cpp28 static constexpr const int MAX_TIME_LEN = 128; variable
41 char s[MAX_TIME_LEN] = {0}; in GetNowTimeGMT()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_utils.cpp28 static constexpr const int MAX_TIME_LEN = 128; variable
129 char s[MAX_TIME_LEN] = {0}; in GetNowTimeGMT()
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_dfx.cpp46 constexpr int32_t MAX_TIME_LEN = 20; variable
85 char strTime[MAX_TIME_LEN] = {0}; in GetCurrentTime()