Home
last modified time | relevance | path

Searched refs:OPKEY (Results 1 - 10 of 10) sorted by relevance

/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dsim_data.h90 static constexpr const char *OPKEY = "opkey"; member in OHOS::Telephony::SimData
H A Dpdp_profile_data.h34 static constexpr const char *OPKEY = "opkey"; member in OHOS::Telephony::PdpProfileData
/base/telephony/core_service/services/sim/include/
H A Doperator_matching_rule.h33 static const std::string OPKEY = "operator_key"; member
/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_helper.cpp76 createTableStr.append(PdpProfileData::OPKEY).append(" TEXT DEFAULT '', "); in CreatePdpProfileTableStr()
79 createTableStr.append(PdpProfileData::OPKEY).append(", "); in CreatePdpProfileTableStr()
196 value.PutString(PdpProfileData::OPKEY, opKey); in InitAPNDatabase()
213 ->EqualTo(PdpProfileData::OPKEY, opKey) in ClearData()
H A Drdb_pdp_profile_callback.cpp50 std::string(PdpProfileData::OPKEY) + " TEXT;"); in OnUpgrade()
H A Dpdp_profile_ability.cpp442 operationsRes.push_back({DataShare::EQUAL_TO, {PdpProfileData::OPKEY, opkey}}); in QueryPdpProfile()
482 rdbPredicates.EqualTo(PdpProfileData::OPKEY, opkey); in ResetApn()
/base/telephony/telephony_data/sim/src/
H A Drdb_sim_callback.cpp39 std::string(SimData::OPKEY) + " TEXT DEFAULT " + " '' ;"); in OnUpgrade()
H A Drdb_sim_helper.cpp69 createTableStr.append(SimData::OPKEY).append(" TEXT DEFAULT '', "); in CreateSimInfoTableStr()
/base/telephony/core_service/services/sim/src/
H A Doperator_config_loader.cpp109 values.Put(SimData::OPKEY, opkeyObj); in InsertOpkeyToSimDb()
168 resultSet->GetColumnIndex(OPKEY, columnIndex); in GetOpKey()
H A Dsim_rdb_helper.cpp85 valuesBucket.Put(SimData::OPKEY, valueObj); in UpdateOpKeyInfo()

Completed in 5 milliseconds