Home
last modified time | relevance | path

Searched refs:INT32_STRING_LENGTH (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_log.cpp32 constexpr int32_t INT32_STRING_LENGTH = 40; member
58 char tempBuffer[INT32_STRING_LENGTH] = ""; in GetAnonyInt32()
59 int32_t secRet = sprintf_s(tempBuffer, INT32_STRING_LENGTH, "%d", value); in GetAnonyInt32()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Danonymous_string.cpp33 constexpr int32_t INT32_STRING_LENGTH = 40; member
62 char tempBuffer[INT32_STRING_LENGTH] = ""; in GetAnonyInt32()
63 int32_t secRet = sprintf_s(tempBuffer, INT32_STRING_LENGTH, "%d", value); in GetAnonyInt32()
/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Danonymous_string.cpp83 constexpr int32_t INT32_STRING_LENGTH = 40; in GetAnonyInt32() local
84 char tempBuffer[INT32_STRING_LENGTH] = ""; in GetAnonyInt32()
85 int32_t secRet = sprintf_s(tempBuffer, INT32_STRING_LENGTH, "%d", value); in GetAnonyInt32()
/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp52 constexpr int32_t INT32_STRING_LENGTH = 40; member
230 char tempBuffer[INT32_STRING_LENGTH] = ""; in GetAnonyInt32()
231 int32_t secRet = sprintf_s(tempBuffer, INT32_STRING_LENGTH, "%d", value); in GetAnonyInt32()

Completed in 2 milliseconds