Searched refs:client_jid_ (Results 1 – 8 of 8) sorted by relevance
45 std::string client_jid_; member in remoting::LocalInputMonitorTest52 client_jid_("user@domain/rest-of-jid"), in LocalInputMonitorTest()69 .WillRepeatedly(ReturnRef(client_jid_)); in TEST_F()
53 std::string client_jid_; member in remoting::HostWindowProxy::Core128 DCHECK(client_jid_.empty()); in StartOnUiThread()130 client_jid_ = client_jid; in StartOnUiThread()143 return client_jid_; in client_jid()
222 return client_jid_; in client_jid()256 client_jid_ = authenticated_jid; in OnStartSessionAgent()389 client_jid_.clear(); in Stop()
62 ClientSessionTest() : client_jid_("user@domain/rest-of-jid") {} in ClientSessionTest()106 const std::string client_jid_; member in remoting::ClientSessionTest145 EXPECT_CALL(*session, jid()).WillRepeatedly(ReturnRef(client_jid_)); in SetUp()
174 std::string client_jid_; member in remoting::IpcDesktopEnvironmentTest219 client_jid_("user@domain/rest-of-jid"), in IpcDesktopEnvironmentTest()264 .WillRepeatedly(ReturnRef(client_jid_)); in SetUp()
51 client_jid_(connection_->session()->jid()), in ClientSession()386 return client_jid_; in client_jid()
176 std::string client_jid_; variable
160 std::string client_jid_; variable