Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Dup
(Results
1 - 15
of
15
) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H
A
D
dup.h
24
class
Dup
final {
H
A
D
dup.cpp
30
napi_value
Dup
::Sync(napi_env env, napi_callback_info info)
in Sync()
H
A
D
prop_n_exporter.cpp
804
NVal::DeclareNapiFunction("dup",
Dup
::Sync),
in ExportSync()
/foundation/graphic/graphic_surface/interfaces/inner_api/sync_fence/
H
A
D
sync_fence.h
63
int32_t
Dup
() const;
/foundation/graphic/graphic_surface/interfaces/inner_api/utils/
H
A
D
sync_fence.h
63
int32_t
Dup
() const;
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H
A
D
file_impl.h
58
static std::tuple<int32_t, sptr<FileEntity>>
Dup
(int32_t fd);
H
A
D
file_ffi.cpp
72
auto [state, nativeFile] = FileEntity::
Dup
(fd);
in FfiOHOSFileFsDup()
H
A
D
file_impl.cpp
240
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
D
sync_fence.cpp
219
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
D
rs_surface_ohos_vulkan.cpp
131
importSemaphoreFdInfo.fd = nativeSurface.fence->
Dup
();
in CreateVkSemaphore()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H
A
D
surface_ohos_vulkan.cpp
141
importSemaphoreFdInfo.fd = nativeSurface.fence->
Dup
();
in CreateVkSemaphore()
/foundation/graphic/graphic_surface/surface/src/
H
A
D
native_window.cpp
203
*fenceFd = releaseFence->
Dup
();
in NativeWindowRequestBuffer()
275
*fenceFd = acquireFence->
Dup
();
in GetLastFlushedBuffer()
785
*fenceFd = acquireFence->
Dup
();
in GetLastFlushedBufferV2()
H
A
D
consumer_surface.cpp
142
fence = syncFence->
Dup
();
in AcquireBuffer()
H
A
D
producer_surface.cpp
347
fence = syncFence->
Dup
();
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H
A
D
surface_image.cpp
437
*fenceFd = acquireFence->
Dup
();
in AcquireNativeWindowBuffer()
Completed in 11 milliseconds