Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window_register_manager.cpp26 const std::string AVOID_AREA_CHANGE_CB = "avoidAreaChange"; variable
37 {AVOID_AREA_CHANGE_CB, ListenerType::AVOID_AREA_CHANGE_CB}, in JsExtensionWindowRegisterManager()
229 case ListenerType::AVOID_AREA_CHANGE_CB: in ProcessRegister()
H A Djs_extension_window_register_manager.h43 AVOID_AREA_CHANGE_CB, enumerator
H A Djs_extension_window_listener.cpp33 const std::string AVOID_AREA_CHANGE_CB = "avoidAreaChange"; variable
187 thisListener->CallJsMethod(AVOID_AREA_CHANGE_CB.c_str(), argv, ArraySize(argv)); in OnAvoidAreaChanged()
/ohos5.0/foundation/window/window_manager/previewer/mock/
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_listener.h34 const std::string AVOID_AREA_CHANGE_CB = "avoidAreaChange"; variable
H A Djs_window_register_manager.h35 AVOID_AREA_CHANGE_CB, enumerator
H A Djs_window_listener.cpp90 thisListener->CallJsMethod(AVOID_AREA_CHANGE_CB.c_str(), argv, ArraySize(argv)); in OnAvoidAreaChanged()
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_listener.h32 const std::string AVOID_AREA_CHANGE_CB = "avoidAreaChange"; variable
H A Dwindow_register_manager.cpp38 …{AVOID_AREA_CHANGE_CB, [this](sptr<CjWindowListener> listener, sptr<Window> window, bool isRegiste… in CjWindowRegisterManager()
/ohos5.0/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"; variable
H A Djs_window_register_manager.cpp37 {AVOID_AREA_CHANGE_CB, RegisterListenerType::AVOID_AREA_CHANGE_CB},
434 case static_cast<uint32_t>(RegisterListenerType::AVOID_AREA_CHANGE_CB): in ProcessListener()
H A Djs_window_register_manager.h33 AVOID_AREA_CHANGE_CB, enumerator
H A Djs_window_listener.cpp171 thisListener->CallJsMethod(AVOID_AREA_CHANGE_CB.c_str(), argv, ArraySize(argv)); in OnAvoidAreaChanged()