/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_display_bind_helper.cpp | 557 MMI_HILOGE("Open file fail.%{public}s, errno:%{public}d", realPath, errno); in Store() 668 MMI_HILOGE("Open file fail.%{public}s, errno:%{public}d", realPath, errno); in Load()
|
/foundation/multimedia/ringtone_library/services/ringtone_scanner/src/ |
H A D | ringtone_scanner.cpp | 192 RINGTONE_ERR_LOG("failed to get realpath %{private}s, errno %{public}d", dir.c_str(), errno); in BootScan() 420 RINGTONE_ERR_LOG("stat syscall err %{public}d", errno); in GetFileMetadata()
|
/foundation/communication/netmanager_base/services/netstatsmanager/src/ |
H A D | net_stats_database_helper.cpp | 46 NETMGR_LOG_E("Get realPath failed error: %{public}d, %{public}s", errno, strerror(errno)); in CheckFilePath()
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_utils.cpp | 294 CONN_CHECK_AND_RETURN_RET_LOGE(ret == 0, "", CONN_WIFI_DIRECT, "getifaddrs failed, errno=%{public}d", errno); in GetInterfaceIpv6Addr() 316 CONN_LOGE(CONN_WIFI_DIRECT, "getifaddrs failed, errno=%{public}d", errno); in GetLocalIpv4Infos()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/file/ |
H A D | proxy_session_file_test.cpp | 338 while ((ret = sem_timedwait(&localSem_, &timeout)) == -1 && errno == EINTR) { in OpenAllSession() 343 if (ret == -1 && errno == ETIMEDOUT) { in OpenAllSession()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/optimization/ |
H A D | auth_session_test2.cpp | 317 while ((ret = sem_timedwait(&localSem_, &timeout)) == -1 && errno == EINTR) { in OpenAllSession() 322 if (ret == -1 && errno == ETIMEDOUT) { in OpenAllSession()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
H A D | single_ver_database_oper.cpp | 305 LOGE("Failed to rename the file after the backup:%d", errno); in BackupCurrentDatabase() 418 LOGE("Failed to rename after the import operation:%d", errno); in ImportUnpackedDatabase()
|
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/ |
H A D | oh_preferences.cpp | 234 LOG_ERROR("malloc failed when get string, errno: %{public}d", errno); in OH_Preferences_GetString() 436 LOG_ERROR("malloc pairs failed when on change, count: %{public}d, errno:%{public}d", static_cast<int>(count), in OnChange() 437 errno); in OnChange()
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/ |
H A D | tools_op_restore_async_test.cpp | 670 EXPECT_EQ(-errno, AppendBundles(restore, pathCapFile, bundleNames, type, userId)); in HWTEST_F() 749 EXPECT_EQ(InitArg(pathCapFile, bundleNames, type, userId), -errno); in HWTEST_F()
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/ |
H A D | b_json_entity_ext_manage_test.cpp | 115 GTEST_LOG_(INFO) << pathTestFile << " invoked stat failure, errno :" << errno; in GetFileStat() local 116 throw BError(errno); in GetFileStat()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_file_list.c | 534 DFILE_LOGE(TAG, "CreateFileListInfo realpath %s failed errno %d", fileListPara->files[i], errno); in CopyFilesListInfo() 591 DFILE_LOGE(TAG, "failed for copy %uth remotePath, errno(%d)", i, errno); in FileListInfoAddRemotePath()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | json_payload.c | 591 DFINDER_LOGE(TAG, "copy notification fail, errno: %d, desc: %s", errno, strerror(errno)); in ParseServiceNotification()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_asset_operations.cpp | 1447 MEDIA_ERR_LOG("open file fd %{public}d, errno %{public}d", fd, errno); in OpenAsset() 1942 MEDIA_ERR_LOG("Can not create file, path: %{private}s, errno: %{public}d", path.c_str(), errno); in GrantUriPermission() 1947 MEDIA_ERR_LOG("Failed to create video of moving photo, errno: %{public}d", errno); in GrantUriPermission() 2338 if (!MediaFileUtils::DeleteFile(filePath) && (errno != ENOENT)) { in DeleteFiles() 2339 MEDIA_WARN_LOG("Failed to delete file, errno: %{public}d, path: %{private}s", errno, filePath.c_str()); in DeleteFiles() 2348 if (!MediaFileUtils::DeleteFile(videoPath) && (errno ! in DeleteFiles() [all...] |
/foundation/graphic/graphic_surface/surface/test/systemtest/ |
H A D | surface_ipc_with_pts_test.cpp | 296 } while (ret == -1 && errno == EINTR); in HWTEST_F()
|
H A D | surface_ipc_with_invaild_pts_test.cpp | 252 } while (ret == -1 && errno == EINTR); in HWTEST_F()
|
H A D | surface_ipc_test.cpp | 249 } while (ret == -1 && errno == EINTR); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glCompressApi/entry/src/main/cpp/ |
H A D | test_glCompressApi.cpp | 58 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "EGLCore", "Unable to open file: %{public}d", errno);
in ReadFile()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/ |
H A D | mock_heif_hw_decode_flow.cpp | 98 IF_TRUE_RETURN_VOID_WITH_MSG(dirp == nullptr, "failed to open: %{public}s, errno=%{public}d", in FindXpsAndIFrameFile() 99 source_.c_str(), errno); in FindXpsAndIFrameFile()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/ |
H A D | photo_file_operation.cpp | 336 strerror(errno));
in CopyFile()
|
/foundation/multimodalinput/input/libudev/test/ |
H A D | test_device.h | 225 auto err = std::error_code{errno, std::system_category()}; in Init()
|
/foundation/multimedia/ringtone_library/services/utils/include/ |
H A D | ringtone_errno.h | 20 #include <errno.h>
|
/foundation/resourceschedule/ffrt/src/util/ |
H A D | slab.h | 278 FFRT_LOGE("munmap failed with errno: %d", errno); in release()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/ |
H A D | frame_aware_plugin.cpp | 295 if (errno == ERANGE || endPtr == target || !endPtr || *endPtr != '\0') {
in ConvertToInteger()
|
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/ |
H A D | res_sched_service.cpp | 103 RESSCHED_LOGE("%{public}s, no allow AppPreload !", __func__, errno);
in IsAllowedAppPreload()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/ |
H A D | dns_quality_diag.cpp | 280 NETNATIVE_LOGE("Open file failed (%{public}s)", strerror(errno));
in load_query_addr()
|