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:AddWantRecord
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H
A
D
pastedata_napi.h
62
static napi_value
AddWantRecord
(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H
A
D
paste_data.h
74
void
AddWantRecord
(std::shared_ptr<OHOS::AAFwk::Want> want);
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H
A
D
napi_pastedata.cpp
490
obj->value_->
AddWantRecord
(std::make_shared<OHOS::AAFwk::Want>(want));
in AddRecord()
706
napi_value PasteDataNapi::
AddWantRecord
(napi_env env, napi_callback_info info)
in AddWantRecord()
function in OHOS::MiscServicesNapi::PasteDataNapi
708
PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "
AddWantRecord
is called!");
in AddWantRecord()
727
PASTEBOARD_HILOGE(PASTEBOARD_MODULE_JS_NAPI, "Get
AddWantRecord
object failed");
in AddWantRecord()
731
obj->value_->
AddWantRecord
(std::make_shared<OHOS::AAFwk::Want>(want));
in AddWantRecord()
964
DECLARE_NAPI_FUNCTION("addWantRecord",
AddWantRecord
), DECLARE_NAPI_FUNCTION("addRecord", AddRecord),
in PasteDataInit()
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H
A
D
pasteboardclient_fuzzer.cpp
197
pasteData2.
AddWantRecord
(wantPtr);
in FuzzPasteData002()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H
A
D
pasteboard_client.cpp
155
pasteData->
AddWantRecord
(std::move(want));
in CreateWantData()
H
A
D
paste_data.cpp
142
void PasteData::
AddWantRecord
(std::shared_ptr<OHOS::AAFwk::Want> want)
in AddWantRecord()
function in OHOS::MiscServices::PasteData
Completed in 12 milliseconds