Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/telephony_data/opkey/src/
H A Drdb_opkey_callback.cpp122 bool RdbOpKeyCallback::IsOpKeyDbUpdateNeeded(std::string &checkSum) in IsOpKeyDbUpdateNeeded()
134 int RdbOpKeyCallback::SetPreferOpKeyConfChecksum(std::string &checkSum) in SetPreferOpKeyConfChecksum()
/ohos5.0/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()
233 int RdbPdpProfileHelper::SetPreferApnConfChecksum(const std::string &opkey, std::string &checkSum) in SetPreferApnConfChecksum()
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dopcode.h34 uint32_t checkSum; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Droute_head_handler_impl.h36 uint64_t checkSum; member
/ohos5.0/drivers/hdf_core/framework/utils/include/
H A Dhcs_blob_if.h29 uint32_t checkSum; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_header.h33 uint64_t checkSum = 0; // Check sum of data that follows CommPhyHeader member
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dclatd.cpp108 uint32_t checkSum = dadPacket.v6Header.ip6_plen + htons(dadPacket.v6Header.ip6_nxt); in SendDadPacket() local
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Drouter_advertisement_daemon.h81 uint16_t checkSum = 0; member
/ohos5.0/base/tee/tee_client/services/tlogcat/src/
H A Dtarzip.c54 char checkSum[CHECK_SUM_LEN]; /* 148 */ member
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiled_cache.cpp231 uint64_t checkSum = in GenerateCacheModel() local
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_infoframe.c22 uint8_t checkSum = 0; in HdmiInfoFrameFillCheckSum() local
H A Dhdmi_edid.c70 uint32_t checkSum = 0; in HdmiEdidBlockCheckSum() local
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp598 int ParserUtil::GetFileChecksum(const char *path, std::string &checkSum) in GetFileChecksum()