Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sms.cpp254 info[locate].startOfCodeScheme = configInfo[locate].startOfCodeScheme; in SetCBConfig()
289 info.startOfCodeScheme = std::stoi(startDcs); in GetHRilCBConfigInfo()
624 … if (cellBroadcastInfo[locate].startOfCodeScheme > cellBroadcastInfo[locate].endOfCodeScheme) { in GetCBConfigInfo()
627 …} else if (cellBroadcastInfo[locate].startOfCodeScheme < cellBroadcastInfo[locate].endOfCodeScheme… in GetCBConfigInfo()
628 dcss += std::to_string(cellBroadcastInfo[locate].startOfCodeScheme) + "-" + in GetCBConfigInfo()
631 dcss += std::to_string(cellBroadcastInfo[locate].startOfCodeScheme) + COMMA_STR; in GetCBConfigInfo()
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sms_defs.h99 int32_t startOfCodeScheme; member
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_sms.c617 cellBroadcast[locate].startOfCodeScheme = atoi(startDcs); in SetCellBroadcastInfo()
716 if (data[locate].startOfCodeScheme > data[locate].endOfCodeScheme) { in GetDcss()
719 } else if (data[locate].startOfCodeScheme < data[locate].endOfCodeScheme) { in GetDcss()
721 sprintf_s(start, CHNL_LEN, "%d", data[locate].startOfCodeScheme); in GetDcss()
738 sprintf_s(start, CHNL_LEN, "%d", data[locate].startOfCodeScheme); in GetDcss()
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp1236 cellBroadcastInfo.startOfCodeScheme = 2;