Home
last modified time | relevance | path

Searched refs:checkSum (Results 1 - 7 of 7) sorted by relevance

/base/telephony/telephony_data/opkey/src/
H A Drdb_opkey_callback.cpp122 bool RdbOpKeyCallback::IsOpKeyDbUpdateNeeded(std::string &checkSum) in IsOpKeyDbUpdateNeeded() argument
127 if (checkSum.compare(lastCheckSum) == 0) { in IsOpKeyDbUpdateNeeded()
134 int RdbOpKeyCallback::SetPreferOpKeyConfChecksum(std::string &checkSum) in SetPreferOpKeyConfChecksum() argument
141 return preferencesUtil->SaveString(OPKEY_CONF_CHECKSUM, checkSum); in SetPreferOpKeyConfChecksum()
/base/telephony/telephony_data/opkey/include/
H A Drdb_opkey_callback.h41 static bool IsOpKeyDbUpdateNeeded(std::string &checkSum);
42 static int SetPreferOpKeyConfChecksum(std::string &checkSum);
/base/telephony/telephony_data/pdp_profile/include/
H A Drdb_pdp_profile_helper.h90 * @param checkSum checksum to set
93 int SetPreferApnConfChecksum(const std::string &opkey, std::string &checkSum);
/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_helper.cpp221 bool RdbPdpProfileHelper::IsApnDbUpdateNeeded(const std::string &opkey, std::string &checkSum) in IsApnDbUpdateNeeded() argument
226 if (checkSum.compare(lastCheckSum) == 0) { in IsApnDbUpdateNeeded()
233 int RdbPdpProfileHelper::SetPreferApnConfChecksum(const std::string &opkey, std::string &checkSum) in SetPreferApnConfChecksum() argument
240 return preferencesUtil->SaveString(APN_CONF_CHECKSUM + opkey, checkSum); in SetPreferApnConfChecksum()
/base/telephony/telephony_data/common/include/
H A Dparser_util.h38 int GetFileChecksum(const char *path, std::string &checkSum);
/base/tee/tee_client/services/tlogcat/src/
H A Dtarzip.c54 char checkSum[CHECK_SUM_LEN]; /* 148 */ member
/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp598 int ParserUtil::GetFileChecksum(const char *path, std::string &checkSum) in GetFileChecksum() argument
619 checkSum = std::to_string(crc32); in GetFileChecksum()

Completed in 4 milliseconds