Home
last modified time | relevance | path

Searched refs:errno (Results 326 - 350 of 757) sorted by relevance

1...<<11121314151617181920>>...31

/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsamgr_time_handler.h26 #include <errno.h>
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_ring_buffer.h21 #include <errno.h>
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnetsys_client.h20 #include <errno.h>
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
H A Ddisk_handler.cpp54 NETSTACK_LOGI("remove file error %{public}d", errno); in Delete()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsecurity_policy.cpp54 LOG_ERROR("Set security level from %{public}s to %{public}s, result:%{public}d, errno:%{public}d.", in SetSecurityLabel()
55 currentLevel.c_str(), toSetLevel.c_str(), errCode, errno); in SetSecurityLabel()
H A Dsqlite_connection.cpp227 LOG_ERROR("db not exist errno is %{public}d", errno); in InnerOpen()
273 LOG_ERROR("fail to open database errCode=%{public}d, dbPath=%{public}s, flags=%{public}d, errno=%{public}d", in OpenDatabase()
274 errCode, SqliteUtils::Anonymous(dbPath).c_str(), openFileFlags, errno); in OpenDatabase()
280 LOG_ERROR("The path to the database file to be created is not valid, err = %{public}d", errno); in OpenDatabase()
318 LOG_ERROR("arg is nullptr, index is %{public}d, errno is %{public}d", i, errno); in CustomScalarFunctionCallback()
338 LOG_ERROR("SetCustomScalarFunction errCode is %{public}d, errno is %{public}d.", err, errno); in SetCustomScalarFunction()
420 LOG_ERROR("could not close database err = %{public}d, errno in ~SqliteConnection()
[all...]
H A Dsqlite_statement.cpp109 LOG_ERROR("DbError errCode:%{public}d errno:%{public}d DbName: %{public}s ", errCode, errno, in PrintInfoForDbError()
127 "open db file failed: %{public}s, errno is %{public}d", SqliteUtils::Anonymous(fileName).c_str(), errno); in ReadFile2Buffer()
132 LOG_ERROR("read db file size: %{public}zu, errno is %{public}d", readSize, errno); in ReadFile2Buffer()
170 LOG_ERROR("Bind has error: %{public}d, sql: %{public}s, errno %{public}d", errCode, sql_.c_str(), errno); in BindArgs()
315 LOG_ERROR("reset ret is %{public}d, errno is %{public}d", errCode, errno); in Reset()
[all...]
/foundation/filemanagement/user_file_service/interfaces/kits/js/src/common/
H A Dfile_info_shared_memory.h201 int ret = errno; in MapSharedMemory()
303 HILOG_ERROR("WriteInteger failed:%{public}s", std::strerror(errno)); in WriteInteger()
317 HILOG_ERROR("ReadInteger failed:%{public}s", std::strerror(errno)); in ReadInteger()
359 HILOG_ERROR("WriteString failed:%{public}s", std::strerror(errno)); in WriteString()
382 HILOG_ERROR("ReadString failed:%{public}s", std::strerror(errno)); in ReadString()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_receiver.cpp64 VLOGE("ReadFdInternal, ret is 0, read fd:%{public}d failed, errno:%{public}d", fd, errno); in ReadFdInternal()
68 if (errno == EINTR) { in ReadFdInternal()
71 } else if (errno != EAGAIN) { in ReadFdInternal()
72 VLOGE("ReadFdInternal, read fd:%{public}d failed, errno:%{public}d", fd, errno); in ReadFdInternal()
191 VLOGW("%{public}s fcntl set fd_:%{public}d NonBlock failed, retVal:%{public}d, errno:%{public}d", in Init()
192 __func__, fd_, retVal, errno); in Init()
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dstream_player.cpp56 errno = 0; in SetSurface()
58 if (errno == ERANGE) { in SetSurface()
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_parse.cpp103 if (errno == ERANGE) { in ParseIntSafe()
131 if (errno == ERANGE) { in ParseDoubleSafe()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_parse.cpp103 if (errno == ERANGE) { in ParseIntSafe()
131 if (errno == ERANGE) { in ParseDoubleSafe()
/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/
H A Dphoto_editor_extension_context.cpp61 TAG_LOGE(AAFwkTag::UI_EXT, "Can not open panel file, reason: %{public}s", strerror(errno)); in SaveEditedContent()
117 TAG_LOGE(AAFwkTag::UI_EXT, "Realpath error, errno is %{public}d.", errno); in CopyImageToPanel()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dutils.cpp33 LOGE("realpath fail! filePath: %{private}s, fail reason: %{public}s", configPath.c_str(), strerror(errno)); in GetStringFromFile()
38 LOGE("open file failed, filePath: %{private}s, fail reason: %{public}s", configPath.c_str(), strerror(errno)); in GetStringFromFile()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbundle_user_info.cpp93 APP_LOGE("BundleUserInfo fcntl error %{public}s", strerror(errno)); in Dump()
105 APP_LOGE("BundleUserInfo write error %{public}s", strerror(errno)); in Dump()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_reader.cpp283 outputFilePath_.Value().c_str(), errno, strerror(errno)); in PrepareOutput()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/file/
H A Daudio_renderer_file_sink.cpp155 ERROR, "AudioRendererFileSink:: Invalid path errno = %{public}d", errno); in Start()
159 CHECK_AND_RETURN_RET_LOG(filePtr_ != nullptr, ERROR, "Failed to open file, errno = %{public}d", errno); in Start()
/foundation/multimedia/media_foundation/engine/foundation/osal/filesystem/
H A Dfile_system.cpp85 MEDIA_LOG_E("Fail to create dir " PUBLIC_LOG_S " due to " PUBLIC_LOG_S, path.c_str(), std::strerror(errno)); in MakeDir()
93 MEDIA_LOG_E("Fail to create dir " PUBLIC_LOG_S " due to " PUBLIC_LOG_S, path.c_str(), std::strerror(errno)); in MakeDir()
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_restore.cpp151 RINGTONE_ERR_LOG("stat syscall err %{public}d", errno); in UpdateRestoreFileInfo()
201 backupPath_.c_str(), strerror(errno)); in OnFinished()
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dsocket_extra_exec.cpp53 context->SetErrorCode(errno); in ExecGetLocalAddress()
88 context->SetErrorCode(errno); in ExecTcpServerGetLocalAddress()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Duri_utils.cpp108 errno = 0; in Strtoul()
110 if (errno == ERANGE || end == nullptr || end == str || *end != '\0') { in Strtoul()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/bootstrap/src/
H A Dbootstrap.cpp67 ZLOGE("dlopen(%{public}s) failed(%{public}d)!", comp.lib.c_str(), errno); in LoadComponents()
77 ZLOGE("dlsym(%{public}s) failed(%{public}d)!", comp.constructor.c_str(), errno); in LoadComponents()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_util.c166 if (ret == -1 && errno != EEXIST) { in TestAndCreateDirectory()
167 LOGI(TAG, "mkdir failed(%d)", errno); in TestAndCreateDirectory()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Dfile_fd_source_plugin.cpp80 MEDIA_LOG_W("GetFileSize error ret " PUBLIC_LOG_D32 ", errno " PUBLIC_LOG_D32, ret, errno); in GetFileSize()
261 PUBLIC_LOG_S, fd_, offset, strerror(errno)); in SeekToOfflineFile()
296 PUBLIC_LOG_S, fd_, offset, strerror(errno)); in SeekToOnlineFile()
416 MEDIA_LOG_I("ioctl has no cache with errno " PUBLIC_LOG_D32, errno); in HasCacheData()
475 // errno EIO 5 in HandleReadResult()
476 MEDIA_LOG_E("read fail, errno " PUBLIC_LOG_D32, errno); in HandleReadResult()
478 // read fail with errno, retr in HandleReadResult()
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.c104 LOGE(TAG, "ctrl epollfd failed: %d", errno); in CtlEpollDesc()
268 LOGE(TAG, "getsockname failed: %d", errno); in ConnectPeerFd()
272 LOGE(TAG, "connect failed: %d", errno); in ConnectPeerFd()
294 LOGE(TAG, "socket failed: %d", errno); in GetLoopbackFd()
305 LOGE(TAG, "bind failed: %d", errno); in GetLoopbackFd()
446 LOGE(TAG, "pthread mutex destroy error: %d", errno); in CreateEpollDesc()
839 if (errno == EINTR) {
923 LOGE(TAG, "pthread mutex destroy error: %d", errno);

Completed in 13 milliseconds

1...<<11121314151617181920>>...31