Home
last modified time | relevance | path

Searched refs:AVOID_AREA_CHANGE_CB (Results 1 - 13 of 13) sorted by relevance

/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window_register_manager.cpp24 const std::string AVOID_AREA_CHANGE_CB = "avoidAreaChange"; member
34 {AVOID_AREA_CHANGE_CB, ListenerType::AVOID_AREA_CHANGE_CB}, in JsExtensionWindowRegisterManager()
211 case ListenerType::AVOID_AREA_CHANGE_CB: in ProcessRegister()
H A Djs_extension_window_register_manager.h42 AVOID_AREA_CHANGE_CB, member in OHOS::Rosen::JsExtensionWindowRegisterManager::ListenerType
H A Djs_extension_window_listener.cpp32 const std::string AVOID_AREA_CHANGE_CB = "avoidAreaChange"; member
152 thisListener->CallJsMethod(AVOID_AREA_CHANGE_CB.c_str(), argv, ArraySize(argv)); in OnAvoidAreaChanged()
/foundation/window/window_manager/previewer/mock/
H A Djs_window_listener.h34 const std::string AVOID_AREA_CHANGE_CB = "avoidAreaChange"; member
H A Djs_window_register_manager.cpp25 {AVOID_AREA_CHANGE_CB, ListenerFunctionType::AVOID_AREA_CHANGE_CB},
127 case ListenerFunctionType::AVOID_AREA_CHANGE_CB: in ProcessRegisterCallback()
H A Djs_window_register_manager.h35 AVOID_AREA_CHANGE_CB, member in OHOS::Rosen::ListenerFunctionType
H A Djs_window_listener.cpp90 thisListener->CallJsMethod(AVOID_AREA_CHANGE_CB.c_str(), argv, ArraySize(argv)); in OnAvoidAreaChanged()
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_listener.h32 const std::string AVOID_AREA_CHANGE_CB = "avoidAreaChange"; member
H A Dwindow_register_manager.cpp38 {AVOID_AREA_CHANGE_CB, [this](sptr<CjWindowListener> listener, sptr<Window> window, bool isRegister) in CjWindowRegisterManager()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_listener.h36 const std::string AVOID_AREA_CHANGE_CB = "avoidAreaChange"; member
H A Djs_window_register_manager.h33 AVOID_AREA_CHANGE_CB, member in OHOS::Rosen::RegisterListenerType
H A Djs_window_register_manager.cpp37 {AVOID_AREA_CHANGE_CB, RegisterListenerType::AVOID_AREA_CHANGE_CB},
420 case static_cast<uint32_t>(RegisterListenerType::AVOID_AREA_CHANGE_CB): in ProcessListener()
H A Djs_window_listener.cpp178 thisListener->CallJsMethod(AVOID_AREA_CHANGE_CB.c_str(), argv, ArraySize(argv)); in OnAvoidAreaChanged()

Completed in 9 milliseconds