Lines Matching defs:configInfo
242 std::vector<HRilCBConfigInfo> configInfo;
243 if (!GetHRilCBConfigInfo(configInfo, broadcastInfo)) {
246 if (configInfo.size() == 0 || configInfo.size() > MAX_CHN_LEN) {
249 HRilCBConfigInfo *info = new HRilCBConfigInfo[configInfo.size()];
251 while (locate < configInfo.size()) {
252 info[locate].startOfServiceId = configInfo[locate].startOfServiceId;
253 info[locate].endOfServiceId = configInfo[locate].endOfServiceId;
254 info[locate].startOfCodeScheme = configInfo[locate].startOfCodeScheme;
255 info[locate].endOfCodeScheme = configInfo[locate].endOfCodeScheme;
256 info[locate].selected = configInfo[locate].selected;
259 uint32_t len = sizeof(HRilCBConfigInfo) * configInfo.size();