Home
last modified time | relevance | path

Searched refs:SET_WINDOW_RECT_AUTO_SAVE_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.h81 SET_WINDOW_RECT_AUTO_SAVE_CB, enumerator
H A Djs_scene_session.cpp77 const std::string SET_WINDOW_RECT_AUTO_SAVE_CB = "setWindowRectAutoSave"; variable
138 {SET_WINDOW_RECT_AUTO_SAVE_CB, ListenerFuncType::SET_WINDOW_RECT_AUTO_SAVE_CB},
2273 case static_cast<uint32_t>(ListenerFuncType::SET_WINDOW_RECT_AUTO_SAVE_CB): in ProcessRegisterCallback()
5002 auto jsCallBack = jsSceneSession->GetJSCallback(SET_WINDOW_RECT_AUTO_SAVE_CB); in OnSetWindowRectAutoSave()