Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h104 using NotifySCBAfterUpdateFocusFunc = std::function<void()>; variable
195 void SetSCBFocusedListener(const NotifySCBAfterUpdateFocusFunc& func);
196 void SetSCBUnfocusedListener(const NotifySCBAfterUpdateFocusFunc& func);
726 NotifySCBAfterUpdateFocusFunc notifySCBAfterFocusedFunc_;
727 NotifySCBAfterUpdateFocusFunc notifySCBAfterUnfocusedFunc_;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test5.cpp411 NotifySCBAfterUpdateFocusFunc func;
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp551 NotifySCBAfterUpdateFocusFunc focusedCallback = [this]() { in ProcessShiftFocus()
560 NotifySCBAfterUpdateFocusFunc unfocusedCallback = [this]() { in ProcessShiftFocus()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5340 void SceneSessionManager::SetSCBFocusedListener(const NotifySCBAfterUpdateFocusFunc& func) in SetSCBFocusedListener()
5346 void SceneSessionManager::SetSCBUnfocusedListener(const NotifySCBAfterUpdateFocusFunc& func) in SetSCBUnfocusedListener()