Home
last modified time | relevance | path

Searched refs:RAISE_TO_TOP_POINT_DOWN_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.h44 RAISE_TO_TOP_POINT_DOWN_CB, enumerator
H A Djs_scene_session.cpp40 const std::string RAISE_TO_TOP_POINT_DOWN_CB = "raiseToTopForPointDown"; variable
100 {RAISE_TO_TOP_POINT_DOWN_CB, ListenerFuncType::RAISE_TO_TOP_POINT_DOWN_CB},
2162 case static_cast<uint32_t>(ListenerFuncType::RAISE_TO_TOP_POINT_DOWN_CB): in ProcessRegisterCallback()
2909 auto jsCallBack = jsSceneSession->GetJSCallback(RAISE_TO_TOP_POINT_DOWN_CB); in OnRaiseToTopForPointDown()