Home
last modified time | relevance | path

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 Drs_transaction_data_test.cpp96 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 Drs_transaction_data.cpp41 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 Drs_transaction_data.h180 bool UnmarshallingCommand(Parcel& parcel);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/
H A Drsmarshallinghelper_fuzzer.cpp115 rsTransactionData.UnmarshallingCommand(parcel); in DoUnmarshalling()