Home
last modified time | relevance | path

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

/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_param_encode.cpp32 static constexpr uint8_t REL_TIME_LEN = 1; member
239 std::string tempStr(REL_TIME_LEN + 1, '\0'); in EncodeTimePdu()
240 int ret = memcpy_s(tempStr.data(), REL_TIME_LEN + 1, &(timeStamp->time.relative.time), REL_TIME_LEN); in EncodeTimePdu()

Completed in 2 milliseconds