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:RemoteObject
(Results
1 - 3
of
3
) sorted by relevance
/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H
A
D
parcel_benchmark_test.cpp
71
class
RemoteObject
: public virtual Parcelable {
class
73
RemoteObject
()
in RemoteObject()
function in OHOS::__anon16::RemoteObject
78
static sptr<
RemoteObject
> Unmarshalling(Parcel &parcel);
79
static bool Marshalling(Parcel &parcel, const sptr<
RemoteObject
> &object);
82
bool
RemoteObject
::Marshalling(Parcel &parcel, const sptr<
RemoteObject
> &object)
in Marshalling()
87
bool
RemoteObject
::Marshalling(Parcel &parcel) const
in Marshalling()
89
BENCHMARK_LOGD("ParcelTest (bool
RemoteObject
::Marshalling(Parcel &parcel) const) is called.");
in Marshalling()
103
sptr<
RemoteObject
>
RemoteObject
[all...]
/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H
A
D
parcel_fuzzer.cpp
121
class
RemoteObject
: public virtual Parcelable {
class
123
RemoteObject
()
in RemoteObject()
function in OHOS::RemoteObject
128
static sptr<
RemoteObject
> Unmarshalling(Parcel& parcel);
131
bool
RemoteObject
::Marshalling(Parcel& parcel) const
in Marshalling()
146
sptr<
RemoteObject
>
RemoteObject
::Unmarshalling(Parcel& parcel)
in Unmarshalling()
152
sptr<
RemoteObject
> obj = new
RemoteObject
();
in Unmarshalling()
276
RemoteObject
obj;
/commonlibrary/c_utils/base/test/unittest/common/
H
A
D
utils_parcel_test.cpp
47
class
RemoteObject
: public virtual Parcelable {
class
49
RemoteObject
() { asRemote_ = true; };
in RemoteObject()
function in OHOS::__anon37::RemoteObject
51
static sptr<
RemoteObject
> Unmarshalling(Parcel &parcel);
54
bool
RemoteObject
::Marshalling(Parcel &parcel) const
in Marshalling()
69
sptr<
RemoteObject
>
RemoteObject
::Unmarshalling(Parcel &parcel)
in Unmarshalling()
75
sptr<
RemoteObject
> obj = new
RemoteObject
();
in Unmarshalling()
1974
RemoteObject
obj1;
in HWTEST_F()
1978
RemoteObject
obj
in HWTEST_F()
[all...]
Completed in 6 milliseconds