Searched defs:checkSum (Results 1 – 13 of 13) sorted by relevance
122 bool RdbOpKeyCallback::IsOpKeyDbUpdateNeeded(std::string &checkSum) in IsOpKeyDbUpdateNeeded()134 int RdbOpKeyCallback::SetPreferOpKeyConfChecksum(std::string &checkSum) in SetPreferOpKeyConfChecksum()
221 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()
34 uint32_t checkSum; member
36 uint64_t checkSum; member
29 uint32_t checkSum; member
33 uint64_t checkSum = 0; // Check sum of data that follows CommPhyHeader member
108 uint32_t checkSum = dadPacket.v6Header.ip6_plen + htons(dadPacket.v6Header.ip6_nxt); in SendDadPacket() local
81 uint16_t checkSum = 0; member
54 char checkSum[CHECK_SUM_LEN]; /* 148 */ member
231 uint64_t checkSum = in GenerateCacheModel() local
22 uint8_t checkSum = 0; in HdmiInfoFrameFillCheckSum() local
70 uint32_t checkSum = 0; in HdmiEdidBlockCheckSum() local
598 int ParserUtil::GetFileChecksum(const char *path, std::string &checkSum) in GetFileChecksum()