HomeSort by relevance Sort by last modified time
    Searched refs:ClientStatusLogger (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/remoting/client/
client_status_logger.h 18 // ClientStatusLogger sends client log entries to a server.
21 class ClientStatusLogger : public base::NonThreadSafe {
23 ClientStatusLogger(ServerLogEntry::Mode mode,
26 ~ClientStatusLogger();
54 DISALLOW_COPY_AND_ASSIGN(ClientStatusLogger);
client_status_logger.cc 45 ClientStatusLogger::ClientStatusLogger(ServerLogEntry::Mode mode,
51 ClientStatusLogger::~ClientStatusLogger() {
54 void ClientStatusLogger::LogSessionStateChange(
93 void ClientStatusLogger::LogStatistics(ChromotingStats* statistics) {
105 void ClientStatusLogger::SetSignalingStateForTest(SignalStrategy::State state) {
109 void ClientStatusLogger::GenerateSessionId() {
118 void ClientStatusLogger::MaybeExpireSessionId() {
client_status_logger_unittest.cc 73 new ClientStatusLogger(ServerLogEntry::ME2ME,
82 scoped_ptr<ClientStatusLogger> client_status_logger_;
  /external/chromium_org/remoting/client/jni/
chromoting_jni_instance.h 30 class ClientStatusLogger;
165 scoped_ptr<ClientStatusLogger> client_status_logger_;
chromoting_jni_instance.cc 413 new ClientStatusLogger(ServerLogEntry::ME2ME,

Completed in 54 milliseconds