Home
last modified time | relevance | path

Searched refs:SESSION_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.h48 SESSION_TOP_MOST_CHANGE_CB, enumerator
H A Djs_scene_session.cpp44 const std::string SESSION_TOP_MOST_CHANGE_CB = "sessionTopmostChange"; variable
104 {SESSION_TOP_MOST_CHANGE_CB, ListenerFuncType::SESSION_TOP_MOST_CHANGE_CB},
2174 case static_cast<uint32_t>(ListenerFuncType::SESSION_TOP_MOST_CHANGE_CB): in ProcessRegisterCallback()
3002 auto jsCallBack = jsSceneSession->GetJSCallback(SESSION_TOP_MOST_CHANGE_CB); in OnSessionTopmostChange()