Searched defs:secRet (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/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
|
/ohos5.0/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
|
/ohos5.0/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
|
/ohos5.0/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
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | consumer_surface_test.cpp | 545 auto secRet = snprintf_s(str, sizeof(str), sizeof(str) - 1, "%d", i); variable 633 … auto secRet = snprintf_s(str, sizeof(str), sizeof(str) - 1, "%s%d", FuncName.c_str(), i); in __anona5ac71430302() local
|
H A D | producer_surface_test.cpp | 652 auto secRet = snprintf_s(str, sizeof(str), sizeof(str) - 1, "%d", i); variable 749 … auto secRet = snprintf_s(str, sizeof(str), sizeof(str) - 1, "%s%d", FuncName.c_str(), i); in __anone63a7c7b0302() local
|