Home
last modified time | relevance | path

Searched refs:Dup (Results 1 - 15 of 15) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Ddup.h24 class Dup final {
H A Ddup.cpp30 napi_value Dup::Sync(napi_env env, napi_callback_info info) in Sync()
H A Dprop_n_exporter.cpp804 NVal::DeclareNapiFunction("dup", Dup::Sync), in ExportSync()
/foundation/graphic/graphic_surface/interfaces/inner_api/sync_fence/
H A Dsync_fence.h63 int32_t Dup() const;
/foundation/graphic/graphic_surface/interfaces/inner_api/utils/
H A Dsync_fence.h63 int32_t Dup() const;
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_impl.h58 static std::tuple<int32_t, sptr<FileEntity>> Dup(int32_t fd);
H A Dfile_ffi.cpp72 auto [state, nativeFile] = FileEntity::Dup(fd); in FfiOHOSFileFsDup()
H A Dfile_impl.cpp240 std::tuple<int32_t, sptr<FileEntity>> FileEntity::Dup(int32_t fd) in Dup() function in OHOS::CJSystemapi::FileFs::FileEntity
242 LOGI("FS_TEST::FileEntity::Dup start"); in Dup()
/foundation/graphic/graphic_surface/sync_fence/src/
H A Dsync_fence.cpp219 int32_t SyncFence::Dup() const in Dup() function in OHOS::SyncFence
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.cpp131 importSemaphoreFdInfo.fd = nativeSurface.fence->Dup(); in CreateVkSemaphore()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.cpp141 importSemaphoreFdInfo.fd = nativeSurface.fence->Dup(); in CreateVkSemaphore()
/foundation/graphic/graphic_surface/surface/src/
H A Dnative_window.cpp203 *fenceFd = releaseFence->Dup(); in NativeWindowRequestBuffer()
275 *fenceFd = acquireFence->Dup(); in GetLastFlushedBuffer()
785 *fenceFd = acquireFence->Dup(); in GetLastFlushedBufferV2()
H A Dconsumer_surface.cpp142 fence = syncFence->Dup(); in AcquireBuffer()
H A Dproducer_surface.cpp347 fence = syncFence->Dup();
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dsurface_image.cpp437 *fenceFd = acquireFence->Dup(); in AcquireNativeWindowBuffer()

Completed in 11 milliseconds