/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | reli_test.cpp | 208 sprintf_s(file, len, "/data/test/media/VIDEO_HWENC_RELI_WHILE_0010_%d.h265", i); in HWTEST_F() 254 sprintf_s(file, len, "/data/test/media/VIDEO_HWENC_RELI_WHILE_0020_%d.h265", i); in HWTEST_F() 300 sprintf_s(file, len, "/data/test/media/VIDEO_HWENC_RELI_WHILE_0030_%d.h265", i); in HWTEST_F() 338 sprintf_s(file, len, "/data/test/media/VIDEO_HWENC_RELI_WHILE_0040_%d.h265", i); in HWTEST_F()
|
/foundation/multimedia/image_framework/mock/native/include/secure/ |
H A D | securec.h | 74 SECUREC_API int sprintf_s(char *strDest, size_t destMax, const char *format, ...) SECUREC_ATTRIBUTE(3, 4);
|
/foundation/multimedia/player_framework/test/unittest/common/include/ |
H A D | unittest_log.h | 56 (void)sprintf_s(ch, LOG_MAX_SIZE, fmt, ##__VA_ARGS__); \
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/ |
H A D | document_key.cpp | 41 if (sprintf_s(idTemp, GRD_DOC_OID_HEX_SIZE + 1, "%08x%04x", now, iv) < 0) { in InitDocIdFromOid()
|
/foundation/communication/bluetooth_service/test/fuzztest/host/pairdevice_fuzzer/ |
H A D | pairdevice_fuzzer.cpp | 35 int ret = sprintf_s(temp, sizeof(temp), "%02X:%02X:%02X:%02X:%02X:%02X", in DoSomethingInterestingWithMyAPI()
|
/foundation/communication/bluetooth_service/test/fuzztest/host/cancelpaireddevice_fuzzer/ |
H A D | cancelpaireddevice_fuzzer.cpp | 36 int ret = sprintf_s(temp, sizeof(temp), "%02X:%02X:%02X:%02X:%02X:%02X", in DoSomethingInterestingWithMyAPI()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/ |
H A D | nstackx_dfinder_hidump.h | 27 ret = sprintf_s(data + index, size - index, fmt, ##__VA_ARGS__); \
|
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/ |
H A D | audio_utils_c.h | 39 int AUTO_NAME(ret) = sprintf_s(AUTO_NAME(str), SPRINTF_STRING_LEN, fmt, ##args); \
|
/kernel/liteos_m/testsuites/sample/kernel/task/ |
H A D | It_los_task_040.c | 55 (void)sprintf_s(acName, TASK_NAME_NUM, "Tsk040A%d", index);
in TestCase()
|
H A D | It_los_task_083.c | 71 (void)sprintf_s(acName, TASK_NAME_NUM, "Tsk083_%d", g_index);
in TestCase()
|
/kernel/liteos_a/testsuites/unittest/libc/io/full/ |
H A D | IO_test_dcgettext_001.cpp | 51 int ret = sprintf_s(domain, sizeof(domain), "www.%s.com", tmp); in testcase()
|
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/ |
H A D | It_process_plimits_devices_001.cpp | 53 ret = sprintf_s(writeBuf, sizeof(writeBuf), "%d", getpid()); in ItProcessPlimitsDevices001()
|
/test/xts/device_attest/services/core/utils/ |
H A D | attest_utils_log.c | 63 ret = sprintf_s(outStr, sizeof(outStr), fmt, strDup); in AttestLogAnonyStr()
|
H A D | attest_utils_file.c | 41 if (sprintf_s(filePath, filePathLen, "%s%s%s", dirPath, "/", fileName) < 0) { in GenFilePath() 189 if (sprintf_s(realPath, realPathLen, "%s%s%s", formatPath, "/", fileName) < 0) { in CreateFileImpl()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | text_adapter.cpp | 23 if (sprintf_s(outText, textLen, "%d", value) < 0) { in Format() 136 if (sprintf_s(buf, sizeof(buf), "%02d", integerTextStart_ + index) < 0) { in GetIntegerText()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_extractor_util.cpp | 209 if (sprintf_s(destPath, len, "%s%s", installPath, path) < 0) { in HasWrittenFile() 222 if (sprintf_s(destName, PATH_LENGTH, "%s%s/%s", installPath, path, filename) < 0) { in HasWrittenFile()
|
/foundation/multimodalinput/input/service/account_manager/test/ |
H A D | account_manager_test.cpp | 281 EXPECT_FALSE(sprintf_s(buf, sizeof(buf), SECURE_SETTING_URI_PROXY.c_str(), accountSetting.accountId_) > 0);
in HWTEST_F() 315 EXPECT_FALSE(sprintf_s(buf, sizeof(buf), SECURE_SETTING_URI_PROXY.c_str(), accountSetting.accountId_) > 0);
in HWTEST_F()
|
/kernel/liteos_a/compat/posix/src/ |
H A D | misc.c | 70 INT32 ret = sprintf_s(name->version, sizeof(name->version), "%s %u.%u.%u.%u %s %s", in uname() 78 ret = sprintf_s(name->release, sizeof(name->release), "%u.%u.%u.%u", in uname()
|
/test/xts/device_attest/services/oem_adapter/src/ |
H A D | device_attest_oem_file.c | 42 if (sprintf_s(filePath, filePathLen, "%s%s%s", dirPath, "/", fileName) < 0) { in OEMGenFilePath() 178 if (sprintf_s(realPath, realPathLen, "%s%s%s", formatPath, "/", fileName) < 0) { in OEMCreateFileImpl()
|
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/utils/ |
H A D | js_heap_stats_dumper.cpp | 74 if (sprintf_s(buffer, sizeof(buffer), "%d/%d ", stats.allocBytes, stats.peakAllocBytes) < 0) {
in SaveStats()
|
/foundation/multimodalinput/input/util/napi/include/ |
H A D | util_napi_error.h | 72 if (sprintf_s(buf, sizeof(buf), codeMsg.msg.c_str(), param1, param2) > 0) { \
|
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | default_client_mini_adapter.c | 48 int count = sprintf_s(saName, MAX_COUNT_NUM * MAX_NAME_LEN + MAX_COUNT_NUM,
in QueryRemoteIdentityInner() 53 HILOG_ERROR(HILOG_MODULE_SAMGR, "sprintf_s failed");
in QueryRemoteIdentityInner()
|
/foundation/communication/ipc/ipc/native/c/manager/src/ |
H A D | rpc_log.c | 71 ret = sprintf_s(szStr, sizeof(szStr), "[%s]", g_logInfo[module].name); in RpcLog()
|
/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()
|
/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()
|