HomeSort by relevance Sort by last modified time
    Searched defs:terminal_id (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/host/win/
host_service.h 40 virtual bool AddWtsTerminalObserver(const std::string& terminal_id,
90 std::string terminal_id; member in struct:remoting::HostService::RegisteredObserver
97 // identified by |terminal_id|.
host_service.cc 88 bool HostService::AddWtsTerminalObserver(const std::string& terminal_id,
93 registered_observer.terminal_id = terminal_id;
102 if (i->terminal_id == terminal_id) {
112 // If |terminal_id| is new, enumerate all sessions to see if there is one
113 // attached to |terminal_id|.
115 registered_observer.session_id = LookupSessionId(terminal_id);
160 std::string terminal_id; local
161 bool attached = LookupTerminalId(session_id, &terminal_id);
    [all...]

Completed in 68 milliseconds