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:selectedStr
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/entrance/clipboard/
H
A
D
clipboard_impl.cpp
25
void ClipboardImpl::AddTextRecord(const RefPtr<PasteDataMix>& pasteData, const std::string&
selectedStr
) {}
in AddTextRecord()
argument
/foundation/arkui/ace_engine/adapter/preview/entrance/udmf/
H
A
D
udmf_impl.cpp
117
void UdmfClientImpl::AddPlainTextRecord(const RefPtr<UnifiedData>& unifiedData, const std::string&
selectedStr
) {}
in AddPlainTextRecord()
argument
/foundation/arkui/ace_engine/test/mock/core/common/
H
A
D
mock_clipboard.cpp
79
void MockClipBoard::AddTextRecord(const RefPtr<PasteDataMix>& pasteData, const std::string&
selectedStr
) {}
in AddTextRecord()
argument
/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/
H
A
D
udmf_impl.cpp
300
void UdmfClientImpl::AddPlainTextRecord(const RefPtr<UnifiedData>& unifiedData, const std::string&
selectedStr
)
in AddPlainTextRecord()
argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H
A
D
rich_editor_keyboard_shortcut_test_ng.cpp
745
std::string
selectedStr
= "test123";
in HWTEST_F()
local
802
std::string
selectedStr
= "test123";
in HWTEST_F()
local
H
A
D
rich_editor_edit_testone_ng.cpp
1124
std::string
selectedStr
= "test123";
in HWTEST_F()
local
/foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/
H
A
D
clipboard_impl.cpp
296
void ClipboardImpl::AddTextRecord(const RefPtr<PasteDataMix>& pasteData, const std::string&
selectedStr
)
in AddTextRecord()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
text_pattern.cpp
1893
auto
selectedStr
= GetSelectedText(textSelector_.GetTextStart(), textSelector_.GetTextEnd());
in OnDragStartNoChild()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_field_pattern.cpp
2014
std::string
selectedStr
= contentController_->GetSelectedValue(start, end);
in GetDragStyledText()
local
Completed in 57 milliseconds