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:TestParcelable
(Results
1 - 3
of
3
) sorted by relevance
/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H
A
D
parcel_fuzzer.cpp
84
class
TestParcelable
: public virtual Parcelable {
class
86
TestParcelable
() = default;
87
explicit
TestParcelable
(bool asRemote)
in TestParcelable()
function in OHOS::TestParcelable
91
~
TestParcelable
() = default;
94
static
TestParcelable
* Unmarshalling(Parcel& parcel);
95
static bool Marshalling(Parcel& parcel, const sptr<
TestParcelable
>& object);
102
bool
TestParcelable
::Marshalling(Parcel& parcel) const
in Marshalling()
108
TestParcelable
*
TestParcelable
::Unmarshalling(Parcel& parcel)
in Unmarshalling()
110
auto* read = new
TestParcelable
();
in Unmarshalling()
[all...]
/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H
A
D
parcel_benchmark_test.cpp
1774
class
TestParcelable
: public virtual Parcelable {
class
1776
TestParcelable
() = default;
1777
~
TestParcelable
() = default;
1780
static
TestParcelable
*Unmarshalling(Parcel &parcel);
1787
bool
TestParcelable
::Marshalling(Parcel &parcel) const
in Marshalling()
1789
BENCHMARK_LOGD("ParcelTest bool
TestParcelable
::Marshalling is called.");
in Marshalling()
1794
TestParcelable
*
TestParcelable
::Unmarshalling(Parcel &parcel)
in Unmarshalling()
1796
BENCHMARK_LOGD("ParcelTest
TestParcelable
*
TestParcelable
in Unmarshalling()
[all...]
/commonlibrary/c_utils/base/test/unittest/common/
H
A
D
utils_parcel_test.cpp
1825
class
TestParcelable
: public virtual Parcelable {
class
1827
TestParcelable
() = default;
1828
~
TestParcelable
() = default;
1831
static
TestParcelable
*Unmarshalling(Parcel &parcel);
1838
bool
TestParcelable
::Marshalling(Parcel &parcel) const
in Marshalling()
1844
TestParcelable
*
TestParcelable
::Unmarshalling(Parcel &parcel)
in Unmarshalling()
1846
auto *read = new
TestParcelable
();
in Unmarshalling()
1859
sptr<
TestParcelable
> parcelableWrite = new
TestParcelable
();
in HWTEST_F()
[all...]
Completed in 8 milliseconds