Home
last modified time | relevance | path

Searched refs:NotifyBackpressedEvent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_interface.h113 virtual void NotifyBackpressedEvent(bool& isConsumed) {} in NotifyBackpressedEvent() function
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_extension_session_impl.h81 void NotifyBackpressedEvent(bool& isConsumed) override;
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/
H A Dwindow_event_channel.cpp139 sessionStage_->NotifyBackpressedEvent(isConsumed); in TransferBackpressedEventForConsumed()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_extension_session_impl_test.cpp658 window_->NotifyBackpressedEvent(isConsumed);
671 window_->NotifyBackpressedEvent(isConsumed);
684 window_->NotifyBackpressedEvent(isConsumed);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp410 void WindowExtensionSessionImpl::NotifyBackpressedEvent(bool& isConsumed) in NotifyBackpressedEvent() function in OHOS::Rosen::WindowExtensionSessionImpl