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:parcel4
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H
A
D
rs_interpolator_test.cpp
94
Parcel
parcel4
;
in HWTEST_F()
local
95
parcel4
.WriteUint16(InterpolatorType::SPRING);
in HWTEST_F()
96
parcel4
.WriteUint64(123124);
in HWTEST_F()
97
parcel4
.WriteFloat(1.0f);
in HWTEST_F()
98
parcel4
.WriteFloat(1.0f);
in HWTEST_F()
99
parcel4
.WriteFloat(1.0f);
in HWTEST_F()
100
interpolator.reset(RSSpringInterpolator::Unmarshalling(
parcel4
));
in HWTEST_F()
208
Parcel
parcel4
;
in HWTEST_F()
local
209
parcel4
.WriteUint16(InterpolatorType::SPRING);
in HWTEST_F()
210
std::shared_ptr<RSInterpolator> interpolator4(RSInterpolator::Unmarshalling(
parcel4
));
in HWTEST_F()
[all...]
H
A
D
rs_render_transition_effect_test.cpp
137
Parcel
parcel4
;
in HWTEST_F()
local
138
parcel4
.WriteFloat(1.0f);
in HWTEST_F()
139
parcel4
.WriteFloat(1.0f);
in HWTEST_F()
140
parcel4
.WriteFloat(1.0f);
in HWTEST_F()
141
effect.reset(RSTransitionRotate::Unmarshalling(
parcel4
));
in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/faultdata_fuzzer/
H
A
D
faultdata_fuzzer.cpp
86
Parcel
parcel4
;
in FaultDataFuzztest1()
local
87
parcel4
.WriteString(stringParam);
in FaultDataFuzztest1()
88
parcel4
.WriteString(stringParam);
in FaultDataFuzztest1()
89
parcel4
.WriteString(stringParam);
in FaultDataFuzztest1()
90
faultData.ReadFromParcel(
parcel4
); // branch FaultType failed
in FaultDataFuzztest1()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H
A
D
distributeddb_mock_sync_module_test.cpp
1476
Parcel
parcel4
(buffer4.data(), buffer4.size());
in HWTEST_F()
1477
EXPECT_EQ(packet.Serialization(
parcel4
), -E_INVALID_ARGS);
in HWTEST_F()
1516
Parcel
parcel4
(buffer1.data(), buffer1.size());
in HWTEST_F()
1517
ConstructPacel(
parcel4
, 1, "1", "1");
in HWTEST_F()
Completed in 5 milliseconds