Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h59 using NotifySessionFocusableChangeFunc = std::function<void(const bool isFocusable)>; variable
294 void SetSessionFocusableChangeListener(const NotifySessionFocusableChangeFunc& func);
611 NotifySessionFocusableChangeFunc sessionFocusableChangeFunc_;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test3.cpp741 NotifySessionFocusableChangeFunc func = [&resultValue](const bool isFocusable) { in __anond30b60280502()
H A Dsession_test2.cpp616 NotifySessionFocusableChangeFunc func = [](const bool isFocusable)
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp2346 void Session::SetSessionFocusableChangeListener(const NotifySessionFocusableChangeFunc& func) in SetSessionFocusableChangeListener()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp1359 NotifySessionFocusableChangeFunc func = [weakThis = wptr(this)](bool isFocusable) { in ProcessSessionFocusableChangeRegister()