Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/services/vendor/src/
H A Dat_sms.c28 #define CHNL_LEN 6 macro
715 for (int32_t locate = 0; locate < len && (locate + 1) * (CHNL_LEN + CHNL_LEN + 1) < MAX_LENGTH; locate++) { in GetDcss()
720 char start[CHNL_LEN] = { 0 }; in GetDcss()
721 sprintf_s(start, CHNL_LEN, "%d", data[locate].startOfCodeScheme); in GetDcss()
722 char end[CHNL_LEN] = { 0 }; in GetDcss()
723 sprintf_s(end, CHNL_LEN, "%d", data[locate].endOfCodeScheme); in GetDcss()
737 char start[CHNL_LEN] = { 0 }; in GetDcss()
738 sprintf_s(start, CHNL_LEN, "%d", data[locate].startOfCodeScheme); in GetDcss()
752 for (int32_t locate = 0; locate < len && (locate + 1) * (CHNL_LEN in GetMidsAndDcss()
[all...]

Completed in 4 milliseconds