Searched refs:UnmarshallingTouchHotAreas (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/window/window_manager/utils/src/ |
H A D | window_property.cpp | 659 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 D | window_property.h | 160 static void UnmarshallingTouchHotAreas(Parcel& parcel, WindowProperty* property);
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | window_session_property_test.cpp | 490 HWTEST_F(WindowSessionPropertyTest, UnmarshallingTouchHotAreas, Function | SmallTest | Level2) 495 windowSessionProperty.UnmarshallingTouchHotAreas(parcel, property);
|
/ohos5.0/foundation/window/window_manager/window_scene/common/src/ |
H A D | window_session_property.cpp | 733 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 D | window_session_property.h | 225 static void UnmarshallingTouchHotAreas(Parcel& parcel, WindowSessionProperty* property);
|