Searched defs:PairingServerCtx (Results 1 – 2 of 2) sorted by relevance
52 struct PairingServerCtx { struct56 virtual ~PairingServerCtx(); argument83 std::mutex conn_mutex_;84 std::condition_variable conn_cv_;86 using FdVal = int;87 struct ConnectionDeleter {90 using ConnectionPtr = std::unique_ptr<PairingConnectionCtx, ConnectionDeleter>;93 using NewConnectionEvent = std::tuple<unique_fd, ConnectionPtr>;95 using ConnectionFinishedEvent = std::tuple<FdVal, uint8_t, std::optional<std::string>>;96 using ConnectionEvent = std::variant<NewConnectionEvent, ConnectionFinishedEvent>;[all …]
42 typedef struct PairingServerCtx PairingServerCtx; typedef