Home
last modified time | relevance | path

Searched defs:accountHexHash (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/decision_db/src/
H A Dlnn_decision_db.c273 char accountHexHash[SHA_256_HEX_HASH_LEN] = {0}; in BuildTrustedDevInfoRecord() local
521 static int32_t GetTrustedDevInfoRecord(DbContext *ctx, const char *accountHexHash, char **udidArray… in GetTrustedDevInfoRecord()
551 static int32_t GetLocalAccountHexHash(char *accountHexHash) in GetLocalAccountHexHash()
565 static int32_t GetAllDevNums(char *accountHexHash, uint32_t *num) in GetAllDevNums()
578 char accountHexHash[SHA_256_HEX_HASH_LEN] = {0}; in LnnGetTrustedDevInfoFromDb() local
630 char accountHexHash[SHA_256_HEX_HASH_LEN] = {0}; in GetTrustedDevInfoFromDb() local
669 char accountHexHash[SHA_256_HEX_HASH_LEN] = {0}; in RecoveryTrustedDevInfo() local
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsqlite3_utils.h51 char accountHexHash[SHA_256_HEX_HASH_LEN]; member