Home
last modified time | relevance | path

Searched defs:checkSum (Results 1 – 4 of 4) sorted by relevance

/base/telephony/telephony_data/opkey/src/
Drdb_opkey_callback.cpp122 bool RdbOpKeyCallback::IsOpKeyDbUpdateNeeded(std::string &checkSum) in IsOpKeyDbUpdateNeeded()
134 int RdbOpKeyCallback::SetPreferOpKeyConfChecksum(std::string &checkSum) in SetPreferOpKeyConfChecksum()
/base/telephony/telephony_data/pdp_profile/src/
Drdb_pdp_profile_helper.cpp221 bool RdbPdpProfileHelper::IsApnDbUpdateNeeded(const std::string &opkey, std::string &checkSum) in IsApnDbUpdateNeeded()
233 int RdbPdpProfileHelper::SetPreferApnConfChecksum(const std::string &opkey, std::string &checkSum) in SetPreferApnConfChecksum()
/base/tee/tee_client/services/tlogcat/src/
Dtarzip.c54 char checkSum[CHECK_SUM_LEN]; /* 148 */ member
/base/telephony/telephony_data/common/src/
Dparser_util.cpp598 int ParserUtil::GetFileChecksum(const char *path, std::string &checkSum) in GetFileChecksum()