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:CreateWantRecord
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H
A
D
pasteboard_napi.h
38
static napi_value
CreateWantRecord
(napi_env env, napi_value in);
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H
A
D
pasteboard_client.h
81
*
CreateWantRecord
86
std::shared_ptr<PasteDataRecord>
CreateWantRecord
(std::shared_ptr<OHOS::AAFwk::Want> want);
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H
A
D
napi_pasteboard.cpp
90
napi_value PasteboardNapi::
CreateWantRecord
(napi_env env, napi_value in)
in CreateWantRecord()
function in OHOS::MiscServicesNapi::PasteboardNapi
92
PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "
CreateWantRecord
is called!");
in CreateWantRecord()
264
return
CreateWantRecord
(env, argv[0]);
in JScreateWantRecord()
575
{ "text/want", &PasteboardNapi::
CreateWantRecord
}
H
A
D
napi_pastedata_record.cpp
132
obj->value_ = PasteboardClient::GetInstance()->
CreateWantRecord
(want);
in NewWantRecordInstance()
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H
A
D
pasteboardclient_fuzzer.cpp
75
PasteboardClient::GetInstance()->
CreateWantRecord
(want);
in FuzzPasteboardclient()
356
pasteDataRecord = PasteboardClient::GetInstance()->
CreateWantRecord
(std::make_shared<Want>(wantIn));
in FuzzPasteboardclientcreateData()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H
A
D
pasteboard_client.cpp
106
std::shared_ptr<PasteDataRecord> PasteboardClient::
CreateWantRecord
(std::shared_ptr<OHOS::AAFwk::Want> want)
in CreateWantRecord()
function in OHOS::MiscServices::PasteboardClient
/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H
A
D
paste_service_test.cpp
264
auto record = PasteboardClient::GetInstance()->
CreateWantRecord
(want);
in HWTEST_F()
Completed in 9 milliseconds