Searched defs:secRet (Results 1 - 6 of 6) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/ |
H A D | av_trans_log.cpp | 59 int32_t secRet = sprintf_s(tempBuffer, INT32_STRING_LENGTH, "%d", value);
in GetAnonyInt32() local
|
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/ |
H A D | anonymous_string.cpp | 63 int32_t secRet = sprintf_s(tempBuffer, INT32_STRING_LENGTH, "%d", value); in GetAnonyInt32() local
|
/foundation/distributedhardware/distributed_camera/common/src/utils/ |
H A D | anonymous_string.cpp | 85 int32_t secRet = sprintf_s(tempBuffer, INT32_STRING_LENGTH, "%d", value); in GetAnonyInt32() local
|
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | consumer_surface_test.cpp | 540 auto secRet = snprintf_s(str, sizeof(str), sizeof(str) - 1, "%d", i); in HWTEST_F() local
|
H A D | producer_surface_test.cpp | 644 auto secRet = snprintf_s(str, sizeof(str), sizeof(str) - 1, "%d", i); in HWTEST_F() local
|
/foundation/distributedhardware/distributed_input/utils/src/ |
H A D | dinput_utils_tool.cpp | 231 int32_t secRet = sprintf_s(tempBuffer, INT32_STRING_LENGTH, "%d", value); in GetAnonyInt32() local
|
Completed in 8 milliseconds