Home
last modified time | relevance | path

Searched refs:CLICK_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.h51 CLICK_CB, enumerator
H A Djs_scene_session.cpp47 const std::string CLICK_CB = "click"; variable
107 {CLICK_CB, ListenerFuncType::CLICK_CB},
2186 case static_cast<uint32_t>(ListenerFuncType::CLICK_CB): in ProcessRegisterCallback()
3093 auto jsCallBack = jsSceneSession->GetJSCallback(CLICK_CB); in OnClick()