Home
last modified time | relevance | path

Searched refs:UnmarshallingTouchHotAreas (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp659 void WindowProperty::UnmarshallingTouchHotAreas(Parcel& parcel, WindowProperty* property) in UnmarshallingTouchHotAreas() function in OHOS::Rosen::WindowProperty
787 UnmarshallingTouchHotAreas(parcel, property); in Unmarshalling()
927 UnmarshallingTouchHotAreas(parcel, this); in Read()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_property.h160 static void UnmarshallingTouchHotAreas(Parcel& parcel, WindowProperty* property);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp490 HWTEST_F(WindowSessionPropertyTest, UnmarshallingTouchHotAreas, Function | SmallTest | Level2)
495 windowSessionProperty.UnmarshallingTouchHotAreas(parcel, property);
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp733 void WindowSessionProperty::UnmarshallingTouchHotAreas(Parcel& parcel, WindowSessionProperty* prope… in UnmarshallingTouchHotAreas() function in OHOS::Rosen::WindowSessionProperty
1123 UnmarshallingTouchHotAreas(parcel, property); in Unmarshalling()
1416 UnmarshallingTouchHotAreas(parcel, this); in ReadActionUpdateTouchHotArea()
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h225 static void UnmarshallingTouchHotAreas(Parcel& parcel, WindowSessionProperty* property);