Home
last modified time | relevance | path

Searched refs:parcel2 (Results 1 - 7 of 7) sorted by relevance

/base/inputmethod/imf/test/fuzztest/inputmethodsystemability_fuzzer/
H A Dinputmethodsystemability_fuzzer.cpp59 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 Ddomain_account_plugin_proxy_test.cpp251 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 Dprivacy_parcel_test.cpp428 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 Dhisysevent_adapter_native_test.cpp301 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 Dsys_event_service_ohos_test.cpp272 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 Dinput_method_private_member_test.cpp163 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 Dgeo_convert_service_test.cpp293 MessageParcel parcel2; in HWTEST_F() local
296 proxy_->GetAddressByCoordinate(parcel2, reply2); in HWTEST_F()

Completed in 6 milliseconds