Home
last modified time | relevance | path

Searched refs:LONG_TO_STRING_MAX_LEN (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_deviceprofile.cpp47 static constexpr const int32_t LONG_TO_STRING_MAX_LEN = 21; variable
159 char localAccountString[LONG_TO_STRING_MAX_LEN] = {0}; in DumpAccountId()
160 if (sprintf_s(localAccountString, LONG_TO_STRING_MAX_LEN, "%" PRId64, localAccountId) == -1) { in DumpAccountId()
165 char peerAccountString[LONG_TO_STRING_MAX_LEN] = {0}; in DumpAccountId()
166 if (sprintf_s(peerAccountString, LONG_TO_STRING_MAX_LEN, "%" PRId64, peerAccountId) == -1) { in DumpAccountId()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/
H A Dlnn_distributed_net_ledger_common.h28 #define LONG_TO_STRING_MAX_LEN 21 macro
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c683 char accountString[LONG_TO_STRING_MAX_LEN] = {0}; in UpdateNewNodeAccountHash()
684 if (sprintf_s(accountString, LONG_TO_STRING_MAX_LEN, "%" PRId64, info->accountId) == -1) { in UpdateNewNodeAccountHash()

Completed in 4 milliseconds