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:parcel1
(Results
1 - 6
of
6
) sorted by relevance
/base/inputmethod/imf/test/fuzztest/inputmethodsystemability_fuzzer/
H
A
D
inputmethodsystemability_fuzzer.cpp
53
MessageParcel *
parcel1
= new MessageParcel();
in FuzzOnUser()
local
54
parcel1
->WriteInt32(MSG_ID_USER_TWO);
in FuzzOnUser()
55
auto msg1 = std::make_shared<Message>(MessageID::MSG_ID_USER_REMOVED,
parcel1
);
in FuzzOnUser()
/base/security/access_token/frameworks/test/unittest/
H
A
D
privacy_parcel_test.cpp
379
Parcel
parcel1
;
in HWTEST_F()
local
380
BundleUsedRecordData(
parcel1
, MAX_RECORD_SIZE + 1);
in HWTEST_F()
381
std::shared_ptr<BundleUsedRecordParcel> readedData1(BundleUsedRecordParcel::Unmarshalling(
parcel1
));
in HWTEST_F()
423
Parcel
parcel1
;
in HWTEST_F()
local
424
DataMarshalling(
parcel1
, MAX_ACCESS_RECORD_SIZE / 2, MAX_ACCESS_RECORD_SIZE / 2 + 1);
in HWTEST_F()
425
std::shared_ptr<PermissionUsedRecordParcel> readedData1(PermissionUsedRecordParcel::Unmarshalling(
parcel1
));
in HWTEST_F()
463
Parcel
parcel1
;
in HWTEST_F()
local
464
EXPECT_EQ(true, permissionUsedRequestParcel.Marshalling(
parcel1
));
in HWTEST_F()
465
std::shared_ptr<PermissionUsedRequestParcel> readedData1(PermissionUsedRequestParcel::Unmarshalling(
parcel1
));
in HWTEST_F()
504
Parcel
parcel1
;
in HWTEST_F()
local
[all...]
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
input_method_private_member_test.cpp
151
MessageParcel *
parcel1
= new MessageParcel();
in HWTEST_F()
local
152
parcel1
->WriteInt32(50);
in HWTEST_F()
153
auto msg1 = std::make_shared<Message>(MessageID::MSG_ID_USER_START,
parcel1
);
in HWTEST_F()
194
MessageParcel *
parcel1
= new MessageParcel();
in HWTEST_F()
local
195
parcel1
->WriteInt32(60);
in HWTEST_F()
196
auto msg1 = std::make_shared<Message>(MessageID::MSG_ID_USER_REMOVED,
parcel1
);
in HWTEST_F()
816
MessageParcel *
parcel1
= new (std::nothrow) MessageParcel();
in HWTEST_F()
local
818
parcel1
->WriteString(bundleName);
in HWTEST_F()
819
auto msg1 = std::make_shared<Message>(MessageID::MSG_ID_PACKAGE_REMOVED,
parcel1
);
in HWTEST_F()
/base/hiviewdfx/hisysevent/test/moduletest/common/
H
A
D
hisysevent_adapter_native_test.cpp
293
MessageParcel
parcel1
;
in HWTEST_F()
local
294
auto ret = args.Marshalling(
parcel1
);
in HWTEST_F()
296
QueryArgument* argsPtr = args.Unmarshalling(
parcel1
);
in HWTEST_F()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H
A
D
sys_event_service_ohos_test.cpp
266
MessageParcel
parcel1
;
in HWTEST_F()
local
267
auto ret = argument.Marshalling(
parcel1
);
in HWTEST_F()
269
QueryArgument* argsPtr = argument.Unmarshalling(
parcel1
);
in HWTEST_F()
/base/location/test/location_geocode/source/
H
A
D
geo_convert_service_test.cpp
280
MessageParcel
parcel1
;
in HWTEST_F()
local
283
proxy_->GetAddressByCoordinate(
parcel1
, reply1);
in HWTEST_F()
Completed in 6 milliseconds