| 184 | } |
| 185 | |
| 186 | void ManagedDisplayPort::SetStateHandler(std::function<void(bool, uint32_t, uint32_t)> handler) { |
| 187 | std::lock_guard<std::mutex> lock(mutex_); |
| 188 | state_handler_ = std::move(handler); |
| 189 | } |
| 190 | |
| 191 | // ── ManagedClipboardPort ────────────────────────────────────────────── |
| 192 |
no outgoing calls
no test coverage detected