Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp443 EXPECT_EQ(nullptr, property->touchHotAreasChangeCallback_);
450 EXPECT_NE(nullptr, property->touchHotAreasChangeCallback_);
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp601 if (touchHotAreasChangeCallback_) { in SetTouchHotAreas()
602 touchHotAreasChangeCallback_(); in SetTouchHotAreas()
634 touchHotAreasChangeCallback_ = std::move(callback); in SetSessionPropertyChangeCallback()
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h335 std::function<void()> touchHotAreasChangeCallback_; variable