Home
last modified time | relevance | path

Searched refs:parcel1 (Results 1 – 11 of 11) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
Drs_render_transition_effect_test.cpp47 Parcel parcel1; variable
48 …std::shared_ptr<RSRenderTransitionEffect> effect(RSRenderTransitionEffect::Unmarshalling(parcel1));
68 Parcel parcel1; variable
69 std::shared_ptr<RSRenderTransitionEffect> effect(RSTransitionScale::Unmarshalling(parcel1));
95 Parcel parcel1; variable
96 std::shared_ptr<RSRenderTransitionEffect> effect(RSTransitionTranslate::Unmarshalling(parcel1));
122 Parcel parcel1; variable
123 std::shared_ptr<RSRenderTransitionEffect> effect(RSTransitionRotate::Unmarshalling(parcel1));
155 Parcel parcel1; variable
156 std::shared_ptr<RSRenderTransitionEffect> effect(RSTransitionFade::Unmarshalling(parcel1));
Drs_interpolator_test.cpp50 Parcel parcel1; variable
51 std::shared_ptr<RSInterpolator> interpolator(RSStepsInterpolator::Unmarshalling(parcel1));
79 Parcel parcel1; variable
80 std::shared_ptr<RSInterpolator> interpolator(RSSpringInterpolator::Unmarshalling(parcel1));
Drs_node_showing_command_test.cpp57 Parcel parcel1; variable
59 auto result = task->ReadFromParcel(parcel1);
Drs_render_transition_test.cpp208 Parcel parcel1; variable
210 animtaion1->Marshalling(parcel1);
211 RSMarshallingHelper::Marshalling(parcel1, effects);
212 bool result1 = transition->ParseParam(parcel1);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
Drs_render_modifier_test.cpp164 MessageParcel parcel1; variable
165 char* buffer = static_cast<char *>(malloc(parcel1.GetMaxCapacity()));
166 memset_s(buffer, parcel1.GetMaxCapacity(), 0, parcel1.GetMaxCapacity());
167 ASSERT_TRUE(parcel1.WriteUnpadBuffer(buffer, parcel1.GetMaxCapacity()));
171 parcel1.SetMaxCapacity(parcel1.GetMaxCapacity() + 1);
Drs_render_property_test.cpp192 MessageParcel parcel1; variable
195 ASSERT_FALSE(RSRenderPropertyBase::Marshalling(parcel1, intProp));
196 ASSERT_TRUE(RSRenderPropertyBase::Unmarshalling(parcel1, tmpProp));
/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/
Dbgtask_client_unit_test.cpp413 Parcel parcel1 = Parcel(); variable
414 info2->Marshalling(parcel1);
416 info3->ReadFromParcel(parcel1);
441 Parcel parcel1 = Parcel(); variable
442 info2->Marshalling(parcel1);
444 info3->ReadFromParcel(parcel1);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_relational_result_set_test.cpp145 Parcel parcel1(buffer1.data(), buffer1.size()); variable
146 ASSERT_EQ(rowDataSet1.Serialize(parcel1), E_OK);
147 ASSERT_FALSE(parcel1.IsError());
Ddistributeddb_relational_remote_query_test.cpp455 Parcel parcel1(buffer.data(), buffer.size()); variable
456 ASSERT_EQ(prepStmt1.Serialize(parcel1), E_OK);
457 ASSERT_FALSE(parcel1.IsError());
Ddistributeddb_storage_query_sync_test.cpp1227 Parcel parcel1(buffer.data(), buffer.size()); variable
1228 obj1.SerializeData(parcel1, SOFTWARE_VERSION_CURRENT);
1229 ASSERT_EQ(parcel1.IsError(), false);
1324 Parcel parcel1(buff.data(), 0); variable
1325 EXPECT_EQ(querySyncObj2.SerializeData(parcel1, 0), -E_INVALID_ARGS);
/foundation/distributeddatamgr/pasteboard/framework/test/src/
Dpaste_data_test.cpp132 MessageParcel parcel1; variable
138 data.WriteUriFd(parcel1, pasteHandler);
139 result = data.ReadUriFd(parcel1, pasteHandler);