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:GetStub
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H
A
D
pastedata_record_napi.h
55
std::shared_ptr<PastedataRecordEntryGetterImpl>
GetStub
()
in GetStub()
function in OHOS::MiscServicesNapi::PastedataRecordEntryGetterInstance
H
A
D
systempasteboard_napi.h
59
sptr<PasteboardObserverImpl>
GetStub
();
94
std::shared_ptr<PasteboardDelayGetterImpl>
GetStub
()
in GetStub()
function in OHOS::MiscServicesNapi::PasteboardDelayGetterInstance
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H
A
D
napi_systempasteboard.cpp
51
sptr<PasteboardObserverInstance::PasteboardObserverImpl> PasteboardObserverInstance::
GetStub
()
in GetStub()
function in OHOS::MiscServicesNapi::PasteboardObserverInstance
289
observer->
GetStub
()->SetObserverWrapper(observer);
in On()
290
PasteboardClient::GetInstance()->Subscribe(PasteboardObserverType::OBSERVER_LOCAL, observer->
GetStub
());
in On()
546
ret = PasteboardClient::GetInstance()->SetUnifiedData(*(context->obj), context->delayGetter->
GetStub
());
in SetUnifiedData()
638
delayGetter->
GetStub
()->SetDelayGetterWrapper(delayGetter);
in SetUnifiedDataSync()
645
PasteboardClient::GetInstance()->SetUnifiedData(*unifiedData, delayGetter->
GetStub
()) :
in SetUnifiedDataSync()
730
context->delayGetter->
GetStub
()->SetDelayGetterWrapper(context->delayGetter);
in SetDataCommon()
1143
delObserver->
GetStub
());
in DeleteObserver()
H
A
D
napi_pasteboard.cpp
391
entryGetter->
GetStub
()->SetEntryGetterWrapper(entryGetter);
in JSCreateRecord()
506
entryGetter->
GetStub
()->SetEntryGetterWrapper(entryGetter);
in JSCreateData()
507
return CreateMultiTypeDelayData(env, mimeTypes, entryGetter->
GetStub
());
in JSCreateData()
H
A
D
napi_pastedata_record.cpp
166
obj->value_ = PasteboardClient::GetInstance()->CreateMultiDelayRecord(mimeTypes, entryGetter->
GetStub
());
in NewEntryGetterRecordInstance()
Completed in 6 milliseconds