Home
last modified time | relevance | path

Searched refs:UnmarshallingArray (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_marshalling_helper_test.cpp1306 EXPECT_FALSE(RSMarshallingHelper::UnmarshallingArray(parcel, val, 0));
1307 EXPECT_FALSE(RSMarshallingHelper::UnmarshallingArray(parcel, val, 1));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h125 static bool UnmarshallingArray(Parcel& parcel, T*& val, int count) in UnmarshallingArray() function