Searched refs:send_to_client_ (Results 1 – 6 of 6) sorted by relevance
31 : send_to_client_(send_to_client), in BluetoothHandler()63 send_to_client_(buffer, read); in ReadLoop()
60 : send_to_client_(send_to_client), in AdbHandler()93 send_to_client_(buffer, read); in ReadLoop()
38 std::function<void(const uint8_t *, size_t)> send_to_client_;
39 std::function<void(const uint8_t *, size_t)> send_to_client_;
81 send_to_client_(send_to_client_cb), in ClientHandler()160 send_to_client_(msg); in SendMessage()
115 std::function<void(const Json::Value&)> send_to_client_; variable