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
defs:copyOptions
(Results
1 - 18
of
18
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_richeditor_ffi.cpp
83
void FfiOHOSAceFrameworkRichEditorCopyOptions(int32_t
copyOptions
)
in FfiOHOSAceFrameworkRichEditorCopyOptions()
argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H
A
D
text_declaration.h
31
CopyOptions
copyOptions
;
member
96
void SetCopyOption(const CopyOptions&
copyOptions
)
in SetCopyOption()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H
A
D
search_pattern.h
101
static std::string ConvertCopyOptionsToString(CopyOptions
copyOptions
)
in ConvertCopyOptionsToString()
argument
H
A
D
search_model_ng.cpp
491
void SearchModelNG::SetCopyOption(const CopyOptions&
copyOptions
)
in SetCopyOption()
argument
1236
void SearchModelNG::SetCopyOption(FrameNode* frameNode, const CopyOptions&
copyOptions
)
in SetCopyOption()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H
A
D
rich_editor_model_ng.cpp
210
void RichEditorModelNG::SetCopyOption(CopyOptions&
copyOptions
)
in SetCopyOption()
argument
283
void RichEditorModelNG::SetCopyOption(FrameNode* frameNode, CopyOptions&
copyOptions
)
in SetCopyOption()
argument
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/ipc/
H
A
D
cloud_daemon.cpp
122
const auto
copyOptions
= filesystem::copy_options::overwrite_existing | filesystem::copy_options::recursive;
in HandleStartMove()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
search_model_impl.cpp
173
void SearchModelImpl::SetCopyOption(const CopyOptions&
copyOptions
)
in SetCopyOption()
argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
utils.h
492
inline std::string ConvertWrapCopyOptionToString(CopyOptions
copyOptions
)
in ConvertWrapCopyOptionToString()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_image.cpp
900
auto
copyOptions
= CopyOptions::None;
in SetCopyOption()
local
H
A
D
js_text.cpp
806
auto
copyOptions
= CopyOptions::None;
in SetCopyOption()
local
H
A
D
js_search.cpp
1000
auto
copyOptions
= CopyOptions::Local;
in SetCopyOption()
local
H
A
D
js_textfield.cpp
1180
auto
copyOptions
= CopyOptions::Local;
in SetCopyOption()
local
H
A
D
js_richeditor.cpp
955
auto
copyOptions
= CopyOptions::Distributed;
in SetCopyOptions()
local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
rich_editor_modifier.cpp
90
CopyOptions
copyOptions
= static_cast<CopyOptions>(copyOptionsValue);
in SetRichEditorCopyOptions()
local
H
A
D
search_modifier.cpp
239
auto
copyOptions
= CopyOptions::Local;
in SetSearchCopyOption()
local
248
auto
copyOptions
= CopyOptions::Local;
in ResetSearchCopyOption()
local
H
A
D
node_image_modifier.cpp
191
auto
copyOptions
= static_cast<CopyOptions>(copyOption);
in SetCopyOption()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_search_bridge.cpp
615
auto
copyOptions
= CopyOptions::Local;
in SetCopyOption()
local
H
A
D
arkts_native_text_area_bridge.cpp
148
int32_t
copyOptions
= static_cast<int32_t>(OHOS::Ace::CopyOptions::None);
in SetCopyOption()
local
Completed in 36 milliseconds