Searched refs:MVNO_TYPE (Results 1 – 6 of 6) sorted by relevance
72 createTableStr.append(PdpProfileData::MVNO_TYPE).append(" TEXT DEFAULT '', "); in CreatePdpProfileTableStr()80 createTableStr.append(PdpProfileData::MVNO_TYPE).append(", "); in CreatePdpProfileTableStr()
33 std::string(PdpProfileData::MVNO_TYPE) + " TEXT;"); in OnUpgrade()
102 static constexpr const char *MVNO_TYPE = "mvno_type"; variable
131 predicates.EqualTo(PdpProfileData::MVNO_TYPE, mvnoType) in QueryMvnoApnsByType()239 result->GetColumnIndex(PdpProfileData::MVNO_TYPE, index); in MakePdpProfile()
210 value.PutString(PdpProfileData::MVNO_TYPE, bean.mvnoType); in ParserPdpProfileToValuesBucket()
331 value.Put(PdpProfileData::MVNO_TYPE, "gid1"); in PdpProfileInsert()