Searched refs:UnmarshallingCommand (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/ |
H A D | rs_transaction_data_test.cpp | 96 ASSERT_EQ(rsTransactionData.UnmarshallingCommand(parcel), true); 109 ASSERT_EQ(rsTransactionData.UnmarshallingCommand(parcel), false); 124 ASSERT_EQ(rsTransactionData.UnmarshallingCommand(parcel), false); 138 ASSERT_EQ(rsTransactionData.UnmarshallingCommand(parcel), false); 153 ASSERT_EQ(rsTransactionData.UnmarshallingCommand(parcel), false); 169 ASSERT_EQ(rsTransactionData.UnmarshallingCommand(parcel), false); 186 ASSERT_EQ(rsTransactionData.UnmarshallingCommand(parcel), false); 204 ASSERT_EQ(rsTransactionData.UnmarshallingCommand(parcel), false); 223 ASSERT_EQ(rsTransactionData.UnmarshallingCommand(parcel), false); 243 ASSERT_EQ(rsTransactionData.UnmarshallingCommand(parcel), false); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/ |
H A D | rs_transaction_data.cpp | 41 if (transactionData->UnmarshallingCommand(parcel)) { in Unmarshalling() 205 bool RSTransactionData::UnmarshallingCommand(Parcel& parcel) in UnmarshallingCommand() function in OHOS::Rosen::RSTransactionData
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_transaction_data.h | 180 bool UnmarshallingCommand(Parcel& parcel);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/ |
H A D | rsmarshallinghelper_fuzzer.cpp | 115 rsTransactionData.UnmarshallingCommand(parcel); in DoUnmarshalling()
|