Searched refs:SceneFormatParcel (Results 1 - 3 of 3) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/ |
H A D | scene_unit_test.cpp | 958 auto ret1 = SceneFormatParcel::Marshalling(parcel, sceneFormatIn); in HWTEST_F() 960 auto ret2 = SceneFormatParcel::Unmarshalling(parcel, sceneFormatOut); in HWTEST_F() 1203 auto ret1 = SceneFormatParcel::Marshalling(parcel, sceneFormatIn); in HWTEST_F() 1205 auto ret2 = SceneFormatParcel::Unmarshalling(parcel, sceneFormatOut); in HWTEST_F() 1229 auto ret1 = SceneFormatParcel::Marshalling(parcel, sceneFormatIn); in HWTEST_F() 1231 auto ret2 = SceneFormatParcel::Unmarshalling(parcel, sceneFormatOut); in HWTEST_F() 1256 auto ret1 = SceneFormatParcel::Marshalling(parcel, sceneFormatIn); 1258 auto ret2 = SceneFormatParcel::Unmarshalling(parcel, sceneFormatOut); 1283 auto ret1 = SceneFormatParcel::Marshalling(parcel, sceneFormatIn); 1285 auto ret2 = SceneFormatParcel [all...] |
/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/ |
H A D | scene_format.h | 101 class SceneFormatParcel { class
|
H A D | scene_format.cpp | 264 bool SceneFormatParcel::Marshalling(MessageParcel &parcel, const SceneFormat &format) in Marshalling() 314 bool SceneFormatParcel::Unmarshalling(MessageParcel &parcel, SceneFormat &format) in Unmarshalling()
|
Completed in 5 milliseconds