Home
last modified time | relevance | path

Searched defs:secRet (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/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
/ohos5.0/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
/ohos5.0/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
/ohos5.0/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
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dconsumer_surface_test.cpp545 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 Dproducer_surface_test.cpp652 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