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:parcel2
(Results
1 - 7
of
7
) sorted by relevance
/base/inputmethod/imf/test/fuzztest/inputmethodsystemability_fuzzer/
H
A
D
inputmethodsystemability_fuzzer.cpp
59
MessageParcel *
parcel2
= new (std::nothrow) MessageParcel();
in FuzzOnUser()
local
62
parcel2
->WriteInt32(MSG_ID_USER_ONE);
in FuzzOnUser()
63
parcel2
->WriteString(bundleName);
in FuzzOnUser()
64
auto msg2 = std::make_shared<Message>(MessageID::MSG_ID_PACKAGE_REMOVED,
parcel2
);
in FuzzOnUser()
/base/account/os_account/services/accountmgr/test/unittest/domain_account/
H
A
D
domain_account_plugin_proxy_test.cpp
251
Parcel
parcel2
;
in HWTEST_F()
local
253
EXPECT_EQ(info2.Marshalling(
parcel2
), true);
in HWTEST_F()
254
callbackWrapper->OnResult(0,
parcel2
);
in HWTEST_F()
/base/security/access_token/frameworks/test/unittest/
H
A
D
privacy_parcel_test.cpp
428
Parcel
parcel2
;
in HWTEST_F()
local
429
DataMarshalling(
parcel2
, MAX_ACCESS_RECORD_SIZE / 2 + 1, MAX_ACCESS_RECORD_SIZE / 2);
in HWTEST_F()
430
std::shared_ptr<PermissionUsedRecordParcel> readedData2(PermissionUsedRecordParcel::Unmarshalling(
parcel2
));
in HWTEST_F()
516
Parcel
parcel2
;
in HWTEST_F()
local
517
EXPECT_EQ(true, permissionUsedResultParcel.Marshalling(
parcel2
));
in HWTEST_F()
518
std::shared_ptr<PermissionUsedResultParcel> readedData1(PermissionUsedResultParcel::Unmarshalling(
parcel2
));
in HWTEST_F()
/base/hiviewdfx/hisysevent/test/moduletest/common/
H
A
D
hisysevent_adapter_native_test.cpp
301
MessageParcel
parcel2
;
in HWTEST_F()
local
302
ret = sysEventRule.Marshalling(
parcel2
);
in HWTEST_F()
304
OHOS::HiviewDFX::SysEventRule* sysEventRulePtr = sysEventRule.Unmarshalling(
parcel2
);
in HWTEST_F()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H
A
D
sys_event_service_ohos_test.cpp
272
MessageParcel
parcel2
;
in HWTEST_F()
local
273
ret = rule.Marshalling(
parcel2
);
in HWTEST_F()
275
OHOS::HiviewDFX::SysEventRule* rulePtr = rule.Unmarshalling(
parcel2
);
in HWTEST_F()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
input_method_private_member_test.cpp
163
MessageParcel *
parcel2
= new MessageParcel();
in HWTEST_F()
local
164
parcel2
->WriteInt32(60);
in HWTEST_F()
165
auto msg2 = std::make_shared<Message>(MessageID::MSG_ID_USER_START,
parcel2
);
in HWTEST_F()
824
auto
parcel2
= new (std::nothrow) MessageParcel();
in HWTEST_F()
local
827
parcel2
->WriteInt32(userId);
in HWTEST_F()
828
parcel2
->WriteString(bundleName);
in HWTEST_F()
829
auto msg2 = std::make_shared<Message>(MessageID::MSG_ID_PACKAGE_REMOVED,
parcel2
);
in HWTEST_F()
/base/location/test/location_geocode/source/
H
A
D
geo_convert_service_test.cpp
293
MessageParcel
parcel2
;
in HWTEST_F()
local
296
proxy_->GetAddressByCoordinate(
parcel2
, reply2);
in HWTEST_F()
Completed in 6 milliseconds