Home
last modified time | relevance | path

Searched refs:secRet (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_log.cpp59 int32_t secRet = sprintf_s(tempBuffer, INT32_STRING_LENGTH, "%d", value); in GetAnonyInt32() local
60 if (secRet <= 0) { in GetAnonyInt32()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Danonymous_string.cpp63 int32_t secRet = sprintf_s(tempBuffer, INT32_STRING_LENGTH, "%d", value); in GetAnonyInt32() local
64 if (secRet <= 0) { in GetAnonyInt32()
/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Danonymous_string.cpp85 int32_t secRet = sprintf_s(tempBuffer, INT32_STRING_LENGTH, "%d", value); in GetAnonyInt32() local
86 if (secRet <= 0) { in GetAnonyInt32()
/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp231 int32_t secRet = sprintf_s(tempBuffer, INT32_STRING_LENGTH, "%d", value); in GetAnonyInt32() local
232 if (secRet <= 0) { in GetAnonyInt32()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dproducer_surface_test.cpp644 auto secRet = snprintf_s(str, sizeof(str), sizeof(str) - 1, "%d", i); in HWTEST_F() local
645 ASSERT_GT(secRet, 0); in HWTEST_F()
741 auto secRet = snprintf_s(str, sizeof(str), sizeof(str) - 1, "%s%d", FuncName.c_str(), i); in HWTEST_F()
742 ASSERT_GT(secRet, 0); in HWTEST_F()
H A Dconsumer_surface_test.cpp540 auto secRet = snprintf_s(str, sizeof(str), sizeof(str) - 1, "%d", i); in HWTEST_F() local
541 ASSERT_GT(secRet, 0); in HWTEST_F()
628 auto secRet = snprintf_s(str, sizeof(str), sizeof(str) - 1, "%s%d", FuncName.c_str(), i); in HWTEST_F()
629 ASSERT_GT(secRet, 0); in HWTEST_F()

Completed in 9 milliseconds