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:pasteId
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardservice_fuzzer/
H
A
D
pasteboardservice_fuzzer.cpp
168
(void)
pasteId
;
variable
174
(void)
pasteId
;
variable
/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H
A
D
pasteboard_service_proxy.cpp
532
void PasteboardServiceProxy::PasteStart(const std::string &
pasteId
)
in PasteStart()
argument
551
void PasteboardServiceProxy::PasteComplete(const std::string &deviceId, const std::string &
pasteId
)
in PasteComplete()
argument
H
A
D
pasteboard_service_stub.cpp
150
std::string
pasteId
= data.ReadString();
in OnGetPasteData()
local
496
std::string
pasteId
= data.ReadString();
in OnPasteStart()
local
504
std::string
pasteId
= data.ReadString();
in OnPasteComplete()
local
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H
A
D
pasteboard_client.cpp
705
void PasteboardClient::PasteStart(const std::string &
pasteId
)
in PasteStart()
argument
716
void PasteboardClient::PasteComplete(const std::string &deviceId, const std::string &
pasteId
)
in PasteComplete()
argument
H
A
D
paste_data.cpp
816
void PasteData::SetPasteId(const std::string &
pasteId
)
in SetPasteId()
argument
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H
A
D
napi_pastedata.cpp
1068
std::string
pasteId
= obj->value_->GetPasteId();
in PasteStart()
local
1086
std::string
pasteId
= obj->value_->GetPasteId();
in PasteComplete()
local
/foundation/distributeddatamgr/pasteboard/services/core/src/
H
A
D
pasteboard_service.cpp
624
std::string
pasteId
= data.GetPasteId();
in GetData()
local
806
std::string
pasteId
= data.GetPasteId();
in GetLocalData()
local
920
void PasteboardService::EstablishP2PLink(const std::string &networkId, const std::string &
pasteId
)
in EstablishP2PLink()
argument
988
PasteStart(const std::string &
pasteId
)
PasteStart()
argument
995
PasteComplete(const std::string &deviceId, const std::string &
pasteId
)
PasteComplete()
argument
[all...]
Completed in 11 milliseconds