Home
last modified time | relevance | path

Searched refs:fdIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp69 int fdIndex = INVALID_FD; member
583 napi_get_value_int32(env, argValue, &context->fdIndex); in CreateNativeImageSource()
584 IMAGE_LOGD("CreateImageSource fdIndex is [%{public}d]", context->fdIndex); in CreateNativeImageSource()
585 imageSource = ImageSource::CreateImageSource(context->fdIndex, opts, errorCode); in CreateNativeImageSource()
696 fileDescriptor_ = asyncContext->fdIndex; in CreateImageSource()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp82 int fdIndex = INVALID_FD; member
1265 napi_get_value_int32(env, argValue, &context->fdIndex); in CreateNativeImageSource()
1266 IMAGE_LOGD("CreateImageSource fdIndex is [%{public}d]", context->fdIndex); in CreateNativeImageSource()
1267 imageSource = ImageSource::CreateImageSource(context->fdIndex, opts, errorCode); in CreateNativeImageSource()
1321 fileDescriptor_ = asyncContext->fdIndex; in CreateImageSource()
1738 if (context->fdIndex != -1) { in ModifyImagePropertyComplete()
1958 } else if (context->fdIndex != -1) { in ModifyImagePropertiesExecute()
1960 recordIterator->second, context->fdIndex); in ModifyImagePropertiesExecute()
1995 } else if (context->fdIndex != -1) { in ModifyImagePropertyExecute()
1997 context->keyStr, context->valueStr, context->fdIndex); in ModifyImagePropertyExecute()
[all …]
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprocess_dumper.cpp187 size_t fdIndex = fds; in FillFdsaninfo() local
190 list[fdIndex].fdsanOwner = overflowFdEntrys[i].close_tag; in FillFdsaninfo()
192 fdIndex++; in FillFdsaninfo()
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension.cpp2156 UniqueFd fdIndex(open(INDEX_FILE_BACKUP.data(), O_RDWR | O_CREAT, S_IRUSR | S_IWUSR)); in IncrementalAllFileReady() local
2157 if (fdIndex < 0) { in IncrementalAllFileReady()
2161 BJsonCachedEntity<BJsonEntityExtManage> cachedEntity(std::move(fdIndex)); in IncrementalAllFileReady()