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:pasteData_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
H
A
D
system_pasteboard_impl.cpp
37
pasteData_
= nullptr;
in SystemPasteboardImpl()
73
pasteData_
= data;
in SetData()
111
pasteData_
= nullptr;
in ClearData()
/foundation/arkui/ace_engine/frameworks/core/gestures/
H
A
D
drag_event.h
85
pasteData_
= pasteData;
in SetPasteData()
90
return
pasteData_
;
in GetPasteData()
301
RefPtr<PasteData>
pasteData_
;
member in OHOS::Ace::DragEvent
/foundation/distributeddatamgr/pasteboard/interfaces/cj/include/
H
A
D
system_pasteboard_impl.h
51
std::shared_ptr<MiscServices::PasteData>
pasteData_
;
member in OHOS::MiscServicesCj::SystemPasteboardImpl
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H
A
D
js_drag_function.cpp
65
pasteData_
->SetPlainText(args[0]->ToString());
in SetPlainText()
71
auto plainText = JSVal(ToJSValue(
pasteData_
->GetPlainText()));
in GetPlainText()
78
pasteData_
= pasteData;
in SetPasteData()
83
return
pasteData_
;
in GetPasteData()
101
RefPtr<PasteData>
pasteData_
;
member in OHOS::Ace::Framework::JsPasteData
/foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/
H
A
D
clipboard_impl.cpp
357
if (
pasteData_
== nullptr) {
in GetPasteDataData()
358
pasteData_
= std::make_shared<MiscServices::PasteData>();
in GetPasteDataData()
360
return
pasteData_
;
in GetPasteDataData()
364
pasteData_
= pasteData;
in SetUnifiedData()
H
A
D
clipboard_impl.h
106
std::shared_ptr<OHOS::MiscServices::PasteData>
pasteData_
;
member in OHOS::Ace::PasteDataImpl
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H
A
D
pasteboard_client_udmf_delay_test.cpp
70
static PasteData
pasteData_
;
member in OHOS::Test::PasteboardClientUdmfDelayTest
74
PasteData PasteboardClientUdmfDelayTest::
pasteData_
;
member in OHOS::Test::PasteboardClientUdmfDelayTest
82
data = PasteboardClientUdmfDelayTest::
pasteData_
;
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H
A
D
systempasteboard_napi.h
284
std::shared_ptr<MiscServices::PasteData>
pasteData_
;
member in OHOS::MiscServicesNapi::SystemPasteboardNapi
Completed in 7 milliseconds