Home
last modified time | relevance | path

Searched refs:errBuf (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/services/common/src/
H A Djson_utils.cpp67 char errBuf[256]; in ReadFileInfoJson() local
68 errBuf[0] = '\0'; in ReadFileInfoJson()
71 strerror_r(errno, errBuf, sizeof(errBuf)); in ReadFileInfoJson()
72 TAG_LOGE(AAFwkTag::ABILITYMGR, "file not open: %{public}s", errBuf); in ReadFileInfoJson()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_profile.cpp55 char errBuf[BUFFER_SIZE]; in ReadFileIntoJson() local
56 errBuf[0] = '\0'; in ReadFileIntoJson()
59 strerror_r(errno, errBuf, sizeof(errBuf)); in ReadFileIntoJson()
60 APP_LOGE("file open failed due to %{public}s, errno:%{public}d", errBuf, errno); in ReadFileIntoJson()
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Daudio_aac_codec.cpp212 char errBuf[AV_ERROR_MAX_STRING_SIZE] = {0}; in InitSwr() local
215 av_make_error_string(errBuf, AV_ERROR_MAX_STRING_SIZE, error)); in InitSwr()
224 av_make_error_string(errBuf, AV_ERROR_MAX_STRING_SIZE, error)); in InitSwr()
308 char errBuf[AV_ERROR_MAX_STRING_SIZE] = {0}; in AddSamplesToFifo() local
313 av_make_error_string(errBuf, AV_ERROR_MAX_STRING_SIZE, error)); in AddSamplesToFifo()
318 av_make_error_string(errBuf, AV_ERROR_MAX_STRING_SIZE, error)); in AddSamplesToFifo()
374 char errBuf[AV_ERROR_MAX_STRING_SIZE] = {0}; in DoSwr() local
383 av_make_error_string(errBuf, AV_ERROR_MAX_STRING_SIZE, error)); in DoSwr()
409 char errBuf[AV_ERROR_MAX_STRING_SIZE] = {0}; in OnFrame() local
422 SHARING_LOGE("send failed:%{public}s", av_make_error_string(errBuf, AV_ERROR_MAX_STRING_SIZ in OnFrame()
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dextension_config.cpp187 char errBuf[256]; in ReadFileInfoJson() local
188 errBuf[0] = '\0'; in ReadFileInfoJson()
191 strerror_r(errno, errBuf, sizeof(errBuf)); in ReadFileInfoJson()
192 TAG_LOGE(AAFwkTag::ABILITYMGR, "failed due to %{public}s", errBuf); in ReadFileInfoJson()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_parser.cpp72 char errBuf[256]; in ReadFileIntoJson() local
73 errBuf[0] = '\0'; in ReadFileIntoJson()
76 strerror_r(errno, errBuf, sizeof(errBuf)); in ReadFileIntoJson()
77 APP_LOGE("file open failed due to %{public}s, errno:%{public}d", errBuf, errno); in ReadFileIntoJson()
/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp271 char errBuf[256]; in ReadFileInfoJson() local
272 errBuf[0] = '\0'; in ReadFileInfoJson()
275 strerror_r(errno, errBuf, sizeof(errBuf)); in ReadFileInfoJson()
276 TAG_LOGE(AAFwkTag::ABILITYMGR, "open error:%{public}s", errBuf); in ReadFileInfoJson()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client_impl.cpp399 char errBuf[256]; in TransformFileToJsonString() local
400 errBuf[0] = '\0'; in TransformFileToJsonString()
403 strerror_r(errno, errBuf, sizeof(errBuf)); in TransformFileToJsonString()
404 APP_LOGE("file open fail due to %{public}s errno:%{public}d", errBuf, errno); in TransformFileToJsonString()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp1532 char errBuf[256]; in GetSystemKitsMap() local
1533 errBuf[0] = '\0'; in GetSystemKitsMap()
1536 strerror_r(errno, errBuf, sizeof(errBuf)); in GetSystemKitsMap()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1772 char errBuf[256]; in ReadFileIntoJson() local
1773 errBuf[0] = '\0'; in ReadFileIntoJson()
1776 strerror_r(errno, errBuf, sizeof(errBuf)); in ReadFileIntoJson()
1777 LOG_E(BMS_TAG_INSTALLD, "the file cannot be open due to %{public}s, errno:%{public}d", errBuf, errno); in ReadFileIntoJson()

Completed in 10 milliseconds