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:UnsupportedData
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H
A
D
want_params.h
44
class
UnsupportedData
{
class
51
~
UnsupportedData
();
53
UnsupportedData
();
54
UnsupportedData
(const
UnsupportedData
&other);
55
UnsupportedData
(
UnsupportedData
&&other);
57
UnsupportedData
&operator=(const
UnsupportedData
&other);
58
UnsupportedData
[all...]
/foundation/ability/ability_base/test/fuzztest/wantparamsfirst_fuzzer/
H
A
D
wantparamsfirst_fuzzer.cpp
44
UnsupportedData
other;
in DoSomethingInterestingWithMyAPI()
45
std::shared_ptr<
UnsupportedData
> unsupportedData = std::make_shared<
UnsupportedData
>(other);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H
A
D
want_params.cpp
47
UnsupportedData
::~
UnsupportedData
()
in ~UnsupportedData()
55
UnsupportedData
::
UnsupportedData
() = default;
57
UnsupportedData
::
UnsupportedData
(const
UnsupportedData
&other) : key(other.key), type(other.type), size(other.size)
in UnsupportedData()
function in OHOS::AAFwk::UnsupportedData
71
UnsupportedData
::
UnsupportedData
(
UnsupportedData
function in OHOS::AAFwk::UnsupportedData
[all...]
/foundation/ability/ability_base/test/unittest/want/
H
A
D
want_params_test.cpp
1056
std::shared_ptr<
UnsupportedData
> unsupportedData_ = nullptr;
1067
unsupportedData_ = std::make_shared<
UnsupportedData
>();
in SetUp()
1207
UnsupportedData
other;
in HWTEST_F()
1208
std::shared_ptr<
UnsupportedData
> unsupportedData = std::make_shared<
UnsupportedData
>(other);
in HWTEST_F()
1220
AAFwk::
UnsupportedData
data;
in HWTEST_F()
1226
std::vector<AAFwk::
UnsupportedData
> cacheData;
in HWTEST_F()
1229
std::vector<AAFwk::
UnsupportedData
> getCacheData;
in HWTEST_F()
Completed in 5 milliseconds