| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
| D | rs_render_transition_effect_test.cpp | 47 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));
|
| D | rs_interpolator_test.cpp | 50 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));
|
| D | rs_node_showing_command_test.cpp | 57 Parcel parcel1; variable 59 auto result = task->ReadFromParcel(parcel1);
|
| D | rs_render_transition_test.cpp | 208 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/ |
| D | rs_render_modifier_test.cpp | 164 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);
|
| D | rs_render_property_test.cpp | 192 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/ |
| D | bgtask_client_unit_test.cpp | 413 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/ |
| D | distributeddb_relational_result_set_test.cpp | 145 Parcel parcel1(buffer1.data(), buffer1.size()); variable 146 ASSERT_EQ(rowDataSet1.Serialize(parcel1), E_OK); 147 ASSERT_FALSE(parcel1.IsError());
|
| D | distributeddb_relational_remote_query_test.cpp | 455 Parcel parcel1(buffer.data(), buffer.size()); variable 456 ASSERT_EQ(prepStmt1.Serialize(parcel1), E_OK); 457 ASSERT_FALSE(parcel1.IsError());
|
| D | distributeddb_storage_query_sync_test.cpp | 1227 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/ |
| D | paste_data_test.cpp | 132 MessageParcel parcel1; variable 138 data.WriteUriFd(parcel1, pasteHandler); 139 result = data.ReadUriFd(parcel1, pasteHandler);
|