Home
last modified time | relevance | path

Searched refs:SESSION_FOCUSABLE_CHANGE_CB (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.h46 SESSION_FOCUSABLE_CHANGE_CB, enumerator
H A Djs_scene_session.cpp42 const std::string SESSION_FOCUSABLE_CHANGE_CB = "sessionFocusableChange"; variable
102 {SESSION_FOCUSABLE_CHANGE_CB, ListenerFuncType::SESSION_FOCUSABLE_CHANGE_CB},
2168 case static_cast<uint32_t>(ListenerFuncType::SESSION_FOCUSABLE_CHANGE_CB): in ProcessRegisterCallback()
2956 auto jsCallBack = jsSceneSession->GetJSCallback(SESSION_FOCUSABLE_CHANGE_CB); in OnSessionFocusableChange()