Home
last modified time | relevance | path

Searched refs:closingDevices_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp371 for (auto it = closingDevices_.begin(); it != closingDevices_.end();) { in DeviceIsExists()
378 it = closingDevices_.erase(it); in DeviceIsExists()
1039 closingDevices_.push_back(std::move(devices_[device.path])); in CloseDeviceLocked()
1051 closingDevices_.push_back(std::move(devices_[device.path])); in CloseDeviceForAllLocked()
H A Dinput_hub.h223 std::vector<std::unique_ptr<Device>> closingDevices_; variable