Home
last modified time | relevance | path

Searched refs:UnmarshallingPiPTemplateInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp504 HWTEST_F(WindowSessionPropertyTest, UnmarshallingPiPTemplateInfo, Function | SmallTest | Level2)
511 property->UnmarshallingPiPTemplateInfo(parcel, property);
1057 windowSessionProperty.UnmarshallingPiPTemplateInfo(parcel, property);
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h167 static void UnmarshallingPiPTemplateInfo(Parcel& parcel, WindowSessionProperty* property);
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp797 void WindowSessionProperty::UnmarshallingPiPTemplateInfo(Parcel& parcel, WindowSessionProperty* pro… in UnmarshallingPiPTemplateInfo() function in OHOS::Rosen::WindowSessionProperty
1121 UnmarshallingPiPTemplateInfo(parcel, property); in Unmarshalling()