Home
last modified time | relevance | path

Searched refs:LnnGetShortAccountHash (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_utils_test.cpp184 ret = LnnGetShortAccountHash(nullptr, 0);
186 ret = LnnGetShortAccountHash(&accountHash, 0);
188 ret = LnnGetShortAccountHash(&accountHash, SHA_256_HEX_HASH_LEN);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_utils.h156 int32_t LnnGetShortAccountHash(uint8_t *accountHash, uint32_t len);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_utils.c267 int32_t LnnGetShortAccountHash(uint8_t *accountHash, uint32_t len) in LnnGetShortAccountHash() function