Home
last modified time | relevance | path

Searched refs:errno (Results 576 - 600 of 757) sorted by relevance

1...<<2122232425262728293031

/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_display_bind_helper.cpp557 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 Dringtone_scanner.cpp192 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 Dnet_stats_database_helper.cpp46 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 Dwifi_direct_utils.cpp294 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 Dproxy_session_file_test.cpp338 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 Dauth_session_test2.cpp317 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 Dsingle_ver_database_oper.cpp305 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 Doh_preferences.cpp234 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 Dtools_op_restore_async_test.cpp670 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 Db_json_entity_ext_manage_test.cpp115 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 Dnstackx_file_list.c534 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 Djson_payload.c591 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 Dmedialibrary_asset_operations.cpp1447 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 Dsurface_ipc_with_pts_test.cpp296 } while (ret == -1 && errno == EINTR); in HWTEST_F()
H A Dsurface_ipc_with_invaild_pts_test.cpp252 } while (ret == -1 && errno == EINTR); in HWTEST_F()
H A Dsurface_ipc_test.cpp249 } while (ret == -1 && errno == EINTR); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glCompressApi/entry/src/main/cpp/
H A Dtest_glCompressApi.cpp58 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 Dmock_heif_hw_decode_flow.cpp98 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 Dphoto_file_operation.cpp336 strerror(errno)); in CopyFile()
/foundation/multimodalinput/input/libudev/test/
H A Dtest_device.h225 auto err = std::error_code{errno, std::system_category()}; in Init()
/foundation/multimedia/ringtone_library/services/utils/include/
H A Dringtone_errno.h20 #include <errno.h>
/foundation/resourceschedule/ffrt/src/util/
H A Dslab.h278 FFRT_LOGE("munmap failed with errno: %d", errno); in release()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/
H A Dframe_aware_plugin.cpp295 if (errno == ERANGE || endPtr == target || !endPtr || *endPtr != '\0') { in ConvertToInteger()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service.cpp103 RESSCHED_LOGE("%{public}s, no allow AppPreload !", __func__, errno); in IsAllowedAppPreload()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_quality_diag.cpp280 NETNATIVE_LOGE("Open file failed (%{public}s)", strerror(errno)); in load_query_addr()

Completed in 24 milliseconds

1...<<2122232425262728293031