Home
last modified time | relevance | path

Searched refs:PREPARE_CLOSE_PIP_SESSION (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.h71 PREPARE_CLOSE_PIP_SESSION, enumerator
H A Djs_scene_session.cpp67 const std::string PREPARE_CLOSE_PIP_SESSION = "prepareClosePiPSession"; variable
128 {PREPARE_CLOSE_PIP_SESSION, ListenerFuncType::PREPARE_CLOSE_PIP_SESSION},
2246 case static_cast<uint32_t>(ListenerFuncType::PREPARE_CLOSE_PIP_SESSION): in ProcessRegisterCallback()
3998 auto jsCallBack = jsSceneSession->GetJSCallback(PREPARE_CLOSE_PIP_SESSION); in OnPrepareClosePiPSession()