Home
last modified time | relevance | path

Searched refs:EDITED_STATUS (Results 1 - 6 of 6) sorted by relevance

/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_helper.cpp74 createTableStr.append(PdpProfileData::EDITED_STATUS).append(" INTEGER DEFAULT 0, "); in CreatePdpProfileTableStr()
93 createTableStr.append(PdpProfileData::EDITED_STATUS).append(", "); in CreatePdpProfileTableStr()
215 ->EqualTo(PdpProfileData::EDITED_STATUS, 0); in ClearData()
H A Drdb_pdp_profile_callback.cpp40 std::string(PdpProfileData::EDITED_STATUS) + " INTEGER;"); in OnUpgrade()
/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dpdp_profile_data.h110 static constexpr const char *EDITED_STATUS = "edited"; member in OHOS::Telephony::PdpProfileData
/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_rdb_helper.cpp243 result->GetColumnIndex(PdpProfileData::EDITED_STATUS, index); in MakePdpProfile()
/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp212 value.PutInt(PdpProfileData::EDITED_STATUS, bean.edited); in ParserPdpProfileToValuesBucket()
/base/telephony/telephony_data/test/unittest/data_gtest/
H A Ddata_storage_gtest.cpp333 value.Put(PdpProfileData::EDITED_STATUS, "1"); in PdpProfileInsert()

Completed in 7 milliseconds