Searched refs:INT32_STRING_LENGTH (Results 1 - 4 of 4) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/ |
H A D | av_trans_log.cpp | 32 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 D | anonymous_string.cpp | 33 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 D | anonymous_string.cpp | 83 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 D | dinput_utils_tool.cpp | 52 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