Home
last modified time | relevance | path

Searched refs:SetNotifySystemSessionPointerEventFunc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dsystem_window_scene.cpp206 session_->SetNotifySystemSessionPointerEventFunc(std::move(pointerEventCallback)); in RegisterEventCallback()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h454 void SetNotifySystemSessionPointerEventFunc(const NotifySystemSessionPointerEventFunc& func);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test2.cpp2193 session_->SetNotifySystemSessionPointerEventFunc(nullptr);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp3386 void Session::SetNotifySystemSessionPointerEventFunc(const NotifySystemSessionPointerEventFunc& fun… in SetNotifySystemSessionPointerEventFunc() function in OHOS::Rosen::Session