Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dintention_event_manager_test.cpp210 sceneSession->SetNotifySystemSessionKeyEventFunc(func);
214 sceneSession->SetNotifySystemSessionKeyEventFunc(nullptr);
243 sceneSession->SetNotifySystemSessionKeyEventFunc(nullptr);
H A Dsession_test2.cpp2194 session_->SetNotifySystemSessionKeyEventFunc(nullptr);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dsystem_window_scene.cpp213 session_->SetNotifySystemSessionKeyEventFunc(std::move(keyEventCallback)); in RegisterEventCallback()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h455 void SetNotifySystemSessionKeyEventFunc(const NotifySystemSessionKeyEventFunc& func);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp3392 void Session::SetNotifySystemSessionKeyEventFunc(const NotifySystemSessionKeyEventFunc& func) in SetNotifySystemSessionKeyEventFunc() function in OHOS::Rosen::Session