Home
last modified time | relevance | path

Searched refs:strFormat (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/media/image/
H A Dimage-packer-picture-c.md103 char strFormat[20];
105 napi_get_value_string_utf8(env, args[1], strFormat, 20, &strFormatSize);
106 OH_LOG_DEBUG(LOG_APP, "PackToDataFromPicture format: %{public}s", strFormat);
110 format.data = const_cast<char *>(strFormat);
153 char strFormat[20];
155 napi_get_value_string_utf8(env, args[1], strFormat, 20, &strFormatSize);
156 OH_LOG_ERROR(LOG_APP, "PackToFileFromPicture format: %{public}s", strFormat);
160 format.data = const_cast<char *>(strFormat);
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-packer-picture-c.md104 char strFormat[20];
106 napi_get_value_string_utf8(env, args[1], strFormat, 20, &strFormatSize);
107 OH_LOG_DEBUG(LOG_APP, "PackToDataFromPicture format: %{public}s", strFormat);
111 format.data = const_cast<char *>(strFormat);
154 char strFormat[20];
156 napi_get_value_string_utf8(env, args[1], strFormat, 20, &strFormatSize);
157 OH_LOG_ERROR(LOG_APP, "PackToFileFromPicture format: %{public}s", strFormat);
161 format.data = const_cast<char *>(strFormat);
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp39 char strFormat[MNC_DIGIT_OFFSET] = {0}; in Init() local
40 …int size = snprintf_s(strFormat, MNC_DIGIT_OFFSET, MNC_DIGIT_OFFSET - 1, "%s%dd", "%0", mnc_digit); in Init()
42 size = snprintf_s(mnc_str, mnc_digit + 1, mnc_digit, strFormat, mnc); in Init()