Home
last modified time | relevance | path

Searched refs:RAISE_TO_TOP_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.h43 RAISE_TO_TOP_CB, enumerator
H A Djs_scene_session.cpp39 const std::string RAISE_TO_TOP_CB = "raiseToTop"; variable
99 {RAISE_TO_TOP_CB, ListenerFuncType::RAISE_TO_TOP_CB},
2159 case static_cast<uint32_t>(ListenerFuncType::RAISE_TO_TOP_CB): in ProcessRegisterCallback()
2886 auto jsCallBack = jsSceneSession->GetJSCallback(RAISE_TO_TOP_CB); in OnRaiseToTop()