#include "remoting/test/it2me_standalone_host.h"
#include <functional>
#include <iostream>
#include <memory>
#include <vector>
#include "base/functional/bind.h"
#include "base/location.h"
#include "base/memory/ptr_util.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/task/single_thread_task_runner.h"
#include "base/time/time.h"
#include "build/build_config.h"
#include "remoting/base/auto_thread_task_runner.h"
#include "remoting/base/session_policies.h"
#include "remoting/host/chromoting_host_context.h"
#include "remoting/host/host_extension.h"
#include "remoting/protocol/pairing_registry.h"
#include "remoting/protocol/protocol_mock_objects.h"
#include "remoting/protocol/session_config.h"
namespace remoting {
namespace test {
namespace {
void OutputFakeConnectionEventLogger(const FakeConnectionEventLogger& logger) { … }
constexpr char kSessionJid[] = …;
}
MockSession;
It2MeStandaloneHost::It2MeStandaloneHost()
: … { … }
It2MeStandaloneHost::~It2MeStandaloneHost() { … }
void It2MeStandaloneHost::Run() { … }
void It2MeStandaloneHost::StartOutputTimer() { … }
void It2MeStandaloneHost::Connect() { … }
}
}