Home
last modified time | relevance | path

Searched refs:MAIN_WINDOW_TOP_MOST_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.h79 MAIN_WINDOW_TOP_MOST_CHANGE_CB, enumerator
H A Djs_scene_session.cpp76 const std::string MAIN_WINDOW_TOP_MOST_CHANGE_CB = "mainWindowTopmostChange"; variable
137 {MAIN_WINDOW_TOP_MOST_CHANGE_CB, ListenerFuncType::MAIN_WINDOW_TOP_MOST_CHANGE_CB},
2177 case static_cast<uint32_t>(ListenerFuncType::MAIN_WINDOW_TOP_MOST_CHANGE_CB): in ProcessRegisterCallback()
3027 auto jsCallBack = jsSceneSession->GetJSCallback(MAIN_WINDOW_TOP_MOST_CHANGE_CB); in OnMainWindowTopmostChange()