Lines Matching defs:info
249 HRilCBConfigInfo *info = new HRilCBConfigInfo[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;
260 result = RequestVendor(serialId, HREQ_SMS_SET_CB_CONFIG, smsFuncs_, &HRilSmsReq::SetCBConfig, info, len);
264 delete[] info;
286 HRilCBConfigInfo info;
287 info.startOfServiceId = std::stoi(startMid);
288 info.endOfServiceId = std::stoi(endMid);
289 info.startOfCodeScheme = std::stoi(startDcs);
290 info.endOfCodeScheme = std::stoi(endDcs);
291 info.selected = broadcastInfo.mode;
292 cellBroadcastInfo.push_back(info);