Searched refs:pdpProtocol (Results 1 – 5 of 5) sorted by relevance
236 result->GetString(index, apnBean.pdpProtocol); in MakePdpProfile()247 if (apnBean.pdpProtocol.empty()) { in MakePdpProfile()248 apnBean.pdpProtocol = "IP"; in MakePdpProfile()
135 std::string pdpProtocol = ""; // see PdpProtocol member
110 …if (strcpy_s(apnItem->attr_.protocol_, ALL_APN_ITEM_CHAR_LENGTH, apnData.pdpProtocol.c_str()) != E… in MakeApn()
175 bean.pdpProtocol = pdpProtocolStr.empty() ? "IP" : pdpProtocolStr; in ParserPdpProfileInfos()208 value.PutString(PdpProfileData::APN_PROTOCOL, bean.pdpProtocol); in ParserPdpProfileToValuesBucket()
1954 apnBean.pdpProtocol = "";1958 ASSERT_EQ("IP", apnBean.pdpProtocol);1972 apnBean.pdpProtocol = "ABC";1976 ASSERT_EQ("ABC", apnBean.pdpProtocol);