Home
last modified time | relevance | path

Searched refs:windowInputChannels_ (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dinput_transfer_station.cpp123 windowInputChannels_.insert(std::make_pair(windowId, inputChannel)); in AddInputWindow()
158 auto iter = windowInputChannels_.find(windowId); in RemoveInputWindow()
159 if (iter != windowInputChannels_.end()) { in RemoveInputWindow()
161 windowInputChannels_.erase(windowId); in RemoveInputWindow()
178 auto iter = windowInputChannels_.find(windowId); in GetInputChannel()
179 if (iter == windowInputChannels_.end()) { in GetInputChannel()
/foundation/window/window_manager/wm/include/
H A Dinput_transfer_station.h58 std::unordered_map<uint32_t, sptr<WindowInputChannel>> windowInputChannels_; member in OHOS::Rosen::InputTransferStation

Completed in 1 milliseconds