Home
last modified time | relevance | path

Searched refs:GetInputChannel (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dinput_transfer_station_test.cpp173 HWTEST_F(InputTransferStationTest, GetInputChannel, Function | SmallTest | Level2)
176 auto channel = InputTransferStation::GetInstance().GetInputChannel(0);
181 InputTransferStation::GetInstance().GetInputChannel(0);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dinput_transfer_station.cpp49 auto channel = InputTransferStation::GetInstance().GetInputChannel(windowId); in OnInputEvent()
88 auto channel = InputTransferStation::GetInstance().GetInputChannel(windowId); in OnInputEvent()
171 sptr<WindowInputChannel> InputTransferStation::GetInputChannel(uint32_t windowId) in GetInputChannel() function in OHOS::Rosen::InputTransferStation
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dinput_transfer_station.h52 sptr<WindowInputChannel> GetInputChannel(uint32_t windowId);