Searched refs:UnmarshallingTouchHotAreas (Results 1 - 5 of 5) sorted by relevance
/foundation/window/window_manager/utils/include/ |
H A D | window_property.h | 160 static void UnmarshallingTouchHotAreas(Parcel& parcel, WindowProperty* property);
|
/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()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | window_session_property_test.cpp | 505 * @tc.name: UnmarshallingTouchHotAreas 506 * @tc.desc: UnmarshallingTouchHotAreas test 509 HWTEST_F(WindowSessionPropertyTest, UnmarshallingTouchHotAreas, Function | SmallTest | Level2) in HWTEST_F() 514 windowSessionProperty.UnmarshallingTouchHotAreas(parcel, property); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/common/src/ |
H A D | window_session_property.cpp | 713 void WindowSessionProperty::UnmarshallingTouchHotAreas(Parcel& parcel, WindowSessionProperty* property) in UnmarshallingTouchHotAreas() function in OHOS::Rosen::WindowSessionProperty 1106 UnmarshallingTouchHotAreas(parcel, property); in Unmarshalling() 1400 UnmarshallingTouchHotAreas(parcel, this); in ReadActionUpdateTouchHotArea()
|
/foundation/window/window_manager/window_scene/common/include/ |
H A D | window_session_property.h | 227 static void UnmarshallingTouchHotAreas(Parcel& parcel, WindowSessionProperty* property);
|
Completed in 9 milliseconds