Searched refs:fdIndex (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_source_napi.cpp | 69 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 D | image_source_napi.cpp | 82 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 D | process_dumper.cpp | 187 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 D | ext_extension.cpp | 2156 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()
|