/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | inner_window.cpp | 84 SetInputEventConsumer(); in Create() 117 void PlaceHolderWindow::SetInputEventConsumer() in SetInputEventConsumer() function in OHOS::Rosen::PlaceHolderWindow 126 window_->SetInputEventConsumer(inputEventConsumer_); in SetInputEventConsumer() 135 window_->SetInputEventConsumer(nullptr); in Destroy()
|
H A D | window_inner_manager.cpp | 269 void WindowInnerManager::SetInputEventConsumer() in SetInputEventConsumer() function in OHOS::Rosen::WindowInnerManager 274 moveDragController_->SetInputEventConsumer(); in SetInputEventConsumer()
|
H A D | drag_controller.cpp | 185 void MoveDragController::SetInputEventConsumer() in SetInputEventConsumer() function in OHOS::Rosen::MoveDragController 212 SetInputEventConsumer(); in Init()
|
H A D | window_manager_service.cpp | 174 WindowInnerManager::GetInstance().SetInputEventConsumer(); in SetWindowInputEventConsumer() 1201 WindowInnerManager::GetInstance().SetInputEventConsumer(); in NotifyDisplayStateChange()
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_inner_manager_test.cpp | 335 HWTEST_F(WindowInnerManagerTest, SetInputEventConsumer, Function | SmallTest | Level2) 338 wim_->SetInputEventConsumer(); 341 wim_->SetInputEventConsumer();
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | inner_window.h | 63 void SetInputEventConsumer();
|
H A D | window_inner_manager.h | 65 void SetInputEventConsumer();
|
H A D | drag_controller.h | 81 void SetInputEventConsumer();
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenclient/src/ |
H A D | screen_client_window_adapter.cpp | 61 window->SetInputEventConsumer(listener); in CreateWindow()
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_window.h | 106 …virtual void SetInputEventConsumer(const std::shared_ptr<IInputEventConsumer>& inputEventConsumer)… in SetInputEventConsumer() function
|
/ohos5.0/foundation/window/window_manager/previewer/include/ |
H A D | window_impl.h | 144 …virtual void SetInputEventConsumer(const std::shared_ptr<IInputEventConsumer>& inputEventConsumer)…
|
H A D | window.h | 209 …virtual void SetInputEventConsumer(const std::shared_ptr<IInputEventConsumer>& inputEventConsumer)…
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 216 …virtual void SetInputEventConsumer(const std::shared_ptr<IInputEventConsumer>& inputEventConsumer)…
|
H A D | window_session_impl.h | 197 …void SetInputEventConsumer(const std::shared_ptr<IInputEventConsumer>& inputEventConsumer) overrid…
|
/ohos5.0/foundation/window/window_manager/previewer/src/ |
H A D | window_impl.cpp | 622 void WindowImpl::SetInputEventConsumer(const std::shared_ptr<IInputEventConsumer>& inputEventConsum… in SetInputEventConsumer() function in OHOS::Rosen::WindowImpl
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window.h | 1175 …virtual void SetInputEventConsumer(const std::shared_ptr<IInputEventConsumer>& inputEventConsumer)… in SetInputEventConsumer() function
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_ability.cpp | 254 window->SetInputEventConsumer(aceInputConsumer); in OnStart()
|
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/ |
H A D | window_fuzzer.cpp | 754 window->SetInputEventConsumer(iInputEventConsumer); in CheckWindowImplFunctionsPart9()
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_test.cpp | 932 HWTEST_F(WindowTest, SetInputEventConsumer, Function | SmallTest | Level2) 938 window->SetInputEventConsumer(inputEventConsumer);
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 2364 void WindowImpl::SetInputEventConsumer(const std::shared_ptr<IInputEventConsumer>& inputEventConsum… in SetInputEventConsumer() function in OHOS::Rosen::WindowImpl
|
H A D | window_session_impl.cpp | 2680 void WindowSessionImpl::SetInputEventConsumer(const std::shared_ptr<IInputEventConsumer>& inputEven… in SetInputEventConsumer() function in OHOS::Rosen::WindowSessionImpl
|