Searched refs:APN_PROTOCOL (Results 1 – 4 of 4) sorted by relevance
65 createTableStr.append(PdpProfileData::APN_PROTOCOL).append(" TEXT DEFAULT '', "); in CreatePdpProfileTableStr()76 createTableStr.append(PdpProfileData::APN_PROTOCOL).append(", "); in CreatePdpProfileTableStr()
86 static constexpr const char *APN_PROTOCOL = "apn_protocol"; variable
132 result->GetColumnIndex(PdpProfileData::APN_PROTOCOL, index); in ReadApnResult()
151 value.PutString(PdpProfileData::APN_PROTOCOL, bean.pdpProtocol); in ParserPdpProfileToValuesBucket()