Home
last modified time | relevance | path

Searched refs:lastCheckSum (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/telephony_data/opkey/src/
H A Drdb_opkey_callback.cpp126 std::string lastCheckSum = preferencesUtil->ObtainString(OPKEY_CONF_CHECKSUM, ""); in IsOpKeyDbUpdateNeeded() local
127 if (checkSum.compare(lastCheckSum) == 0) { in IsOpKeyDbUpdateNeeded()
/ohos5.0/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_helper.cpp225 std::string lastCheckSum = preferencesUtil->ObtainString(APN_CONF_CHECKSUM + opkey, ""); in IsApnDbUpdateNeeded() local
226 if (checkSum.compare(lastCheckSum) == 0) { in IsApnDbUpdateNeeded()