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:CreateWantData
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
H
A
D
paste_data_impl.cpp
55
CreateWantData
(mimeType, value);
in PasteDataImpl()
88
void PasteDataImpl::
CreateWantData
(std::string mimeType, CJValueType value) {}
in CreateWantData()
function in OHOS::MiscServicesCj::PasteDataImpl
/foundation/distributeddatamgr/pasteboard/interfaces/cj/include/
H
A
D
paste_data_impl.h
48
void
CreateWantData
(std::string mimeType, CJValueType value);
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H
A
D
pasteboard_napi.h
45
static napi_value
CreateWantData
(napi_env env, napi_value in);
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H
A
D
napi_pasteboard.cpp
185
napi_value PasteboardNapi::
CreateWantData
(napi_env env, napi_value in)
in CreateWantData()
function in OHOS::MiscServicesNapi::PasteboardNapi
187
PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "
CreateWantData
is called!");
in CreateWantData()
201
obj->value_ = PasteboardClient::GetInstance()->
CreateWantData
(std::make_shared<AAFwk::Want>(want));
in CreateWantData()
419
return
CreateWantData
(env, argv[0]);
in JScreateWantData()
581
{ "text/want", &PasteboardNapi::
CreateWantData
}
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H
A
D
tlv_object_test.cpp
106
auto pasteData1 = PasteboardClient::GetInstance()->
CreateWantData
(std::make_shared<Want>(wantIn));
in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H
A
D
pasteboard_client.h
141
*
CreateWantData
146
std::shared_ptr<PasteData>
CreateWantData
(std::shared_ptr<OHOS::AAFwk::Want> want);
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H
A
D
pasteboardclient_fuzzer.cpp
80
PasteboardClient::GetInstance()->
CreateWantData
(want);
in FuzzPasteboardclient()
355
pasteData = PasteboardClient::GetInstance()->
CreateWantData
(std::make_shared<Want>(wantIn));
in FuzzPasteboardclientcreateData()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H
A
D
pasteboard_client.cpp
151
std::shared_ptr<PasteData> PasteboardClient::
CreateWantData
(std::shared_ptr<OHOS::AAFwk::Want> want)
in CreateWantData()
function in OHOS::MiscServices::PasteboardClient
/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H
A
D
paste_service_test.cpp
494
auto data = PasteboardClient::GetInstance()->
CreateWantData
(std::make_shared<Want>(wantIn));
in HWTEST_F()
Completed in 8 milliseconds