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:dataParcel4
(Results
1 - 2
of
2
) sorted by relevance
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H
A
D
zero_branch5_test.cpp
308
MessageParcel
dataParcel4
;
in HWTEST_F()
local
309
dataParcel4
.WriteInterfaceToken(CallStatusCallbackStub::GetDescriptor());
in HWTEST_F()
312
dataParcel4
.WriteInt32(length);
in HWTEST_F()
317
dataParcel4
.WriteRawData((const void *)&info, length);
in HWTEST_F()
318
dataParcel4
.RewindRead(0);
in HWTEST_F()
319
ASSERT_NE(callStatusCallback->OnSendMmiCodeResult(
dataParcel4
, reply), TELEPHONY_SUCCESS);
in HWTEST_F()
360
MessageParcel
dataParcel4
;
in HWTEST_F()
local
361
dataParcel4
.WriteInterfaceToken(CallStatusCallbackStub::GetDescriptor());
in HWTEST_F()
363
dataParcel4
.WriteInt64(reportInfo);
in HWTEST_F()
364
dataParcel4
in HWTEST_F()
[all...]
/base/location/test/location_geocode/source/
H
A
D
geo_convert_service_test.cpp
528
MessageParcel
dataParcel4
;
in HWTEST_F()
local
529
dataParcel4
.WriteInterfaceToken(GeoConvertProxy::GetDescriptor());
in HWTEST_F()
530
dataParcel4
.WriteDouble(0.0); // minLatitude
in HWTEST_F()
531
dataParcel4
.WriteDouble(1.0); // minLongitude
in HWTEST_F()
532
info->ReadFromParcel(
dataParcel4
);
in HWTEST_F()
Completed in 3 milliseconds