Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp462 EXPECT_EQ(nullptr, property->touchHotAreasChangeCallback_); in HWTEST_F()
469 EXPECT_NE(nullptr, property->touchHotAreasChangeCallback_); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp586 if (touchHotAreasChangeCallback_) { in SetTouchHotAreas()
587 touchHotAreasChangeCallback_(); in SetTouchHotAreas()
1488 touchHotAreasChangeCallback_ = std::move(callback); in SetSessionPropertyChangeCallback()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h335 std::function<void()> touchHotAreasChangeCallback_; member in OHOS::Rosen::WindowSessionProperty

Completed in 6 milliseconds