Home
last modified time | relevance | path

Searched refs:TOUCH_OUTSIDE_CB (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_listener.h37 const std::string TOUCH_OUTSIDE_CB = "touchOutside"; variable
H A Dwindow_register_manager.cpp46 … {TOUCH_OUTSIDE_CB, [this](sptr<CjWindowListener> listener, sptr<Window> window, bool isRegister) in CjWindowRegisterManager()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_listener.h41 const std::string TOUCH_OUTSIDE_CB = "touchOutside"; variable
H A Djs_window_register_manager.cpp41 {TOUCH_OUTSIDE_CB, RegisterListenerType::TOUCH_OUTSIDE_CB},
442 case static_cast<uint32_t>(RegisterListenerType::TOUCH_OUTSIDE_CB): in ProcessListener()
H A Djs_window_register_manager.h37 TOUCH_OUTSIDE_CB, enumerator
H A Djs_window_listener.cpp290 thisListener->CallJsMethod(TOUCH_OUTSIDE_CB.c_str(), nullptr, 0); in OnTouchOutside()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.h69 TOUCH_OUTSIDE_CB, enumerator
H A Djs_scene_session.cpp65 const std::string TOUCH_OUTSIDE_CB = "touchOutside"; variable
126 {TOUCH_OUTSIDE_CB, ListenerFuncType::TOUCH_OUTSIDE_CB},
1633 auto jsCallBack = jsSceneSession->GetJSCallback(TOUCH_OUTSIDE_CB); in OnTouchOutside()
2240 case static_cast<uint32_t>(ListenerFuncType::TOUCH_OUTSIDE_CB): in ProcessRegisterCallback()