Home
last modified time | relevance | path

Searched refs:ServerConnectionManager (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/sync/engine/net/
Dserver_connection_manager.cc74 ServerConnectionManager::Connection::Connection( in Connection()
75 ServerConnectionManager* scm) : scm_(scm) { in Connection()
78 ServerConnectionManager::Connection::~Connection() { in ~Connection()
81 bool ServerConnectionManager::Connection::ReadBufferResponse( in ReadBufferResponse()
102 bool ServerConnectionManager::Connection::ReadDownloadResponse( in ReadDownloadResponse()
117 ServerConnectionManager::ScopedConnectionHelper::ScopedConnectionHelper( in ScopedConnectionHelper()
118 ServerConnectionManager* manager, Connection* connection) in ScopedConnectionHelper()
121 ServerConnectionManager::ScopedConnectionHelper::~ScopedConnectionHelper() { in ~ScopedConnectionHelper()
127 ServerConnectionManager::Connection*
128 ServerConnectionManager::ScopedConnectionHelper::get() { in get()
[all …]
Dserver_connection_manager.h109 class ServerConnectionManager; variable
116 ScopedServerStatusWatcher(ServerConnectionManager* conn_mgr,
120 ServerConnectionManager* const conn_mgr_;
128 class SYNC_EXPORT_PRIVATE ServerConnectionManager : public CancelationObserver {
143 explicit Connection(ServerConnectionManager* scm);
174 ServerConnectionManager* scm_;
181 ServerConnectionManager(const std::string& server,
186 virtual ~ServerConnectionManager();
319 ScopedConnectionHelper(ServerConnectionManager* manager,
324 ServerConnectionManager* manager_;
[all …]
/external/chromium_org/sync/sessions/
Dsync_session_context.h29 class ServerConnectionManager; variable
44 ServerConnectionManager* connection_manager,
56 ServerConnectionManager* connection_manager() { in connection_manager()
134 ServerConnectionManager* const connection_manager_;
Dsync_session_context.cc14 ServerConnectionManager* connection_manager, in SyncSessionContext()
/external/chromium_org/sync/internal_api/
Dsyncapi_server_connection_manager.h23 class SyncAPIBridgedConnection : public ServerConnectionManager::Connection {
25 SyncAPIBridgedConnection(ServerConnectionManager* scm,
51 : public ServerConnectionManager {
Dsyncapi_server_connection_manager.cc15 ServerConnectionManager* scm, in SyncAPIBridgedConnection()
89 : ServerConnectionManager(server, in SyncAPIServerConnectionManager()
99 ServerConnectionManager::Connection*
Dsyncapi_server_connection_manager_unittest.cc79 ServerConnectionManager::PostBufferParams params; in TEST()
96 ServerConnectionManager::PostBufferParams params; in TEST()
114 ServerConnectionManager::PostBufferParams params; in TEST()
Dinternal_components_factory_impl.cc42 ServerConnectionManager* connection_manager, in BuildContext()
/external/chromium_org/sync/internal_api/public/
Dinternal_components_factory.h24 class ServerConnectionManager; variable
83 ServerConnectionManager* connection_manager,
Dinternal_components_factory_impl.h28 ServerConnectionManager* connection_manager,
/external/chromium_org/sync/engine/
Dsyncer_proto_util.h29 class ServerConnectionManager; variable
128 static bool PostAndProcessHeaders(ServerConnectionManager* scm,
Dsyncer_proto_util_unittest.cc253 class DummyConnectionManager : public ServerConnectionManager {
256 : ServerConnectionManager("unused", 0, false, signal), in DummyConnectionManager()
Dsyncer_proto_util.cc264 bool SyncerProtoUtil::PostAndProcessHeaders(ServerConnectionManager* scm, in PostAndProcessHeaders()
268 ServerConnectionManager::PostBufferParams params; in PostAndProcessHeaders()
/external/chromium_org/sync/internal_api/public/test/
Dtest_internal_components_factory.h34 ServerConnectionManager* connection_manager,
/external/chromium_org/sync/internal_api/test/
Dtest_internal_components_factory.cc33 ServerConnectionManager* connection_manager, in BuildContext()
/external/chromium_org/sync/test/engine/
Dmock_connection_manager.h26 class MockConnectionManager : public ServerConnectionManager {
Dmock_connection_manager.cc38 : ServerConnectionManager("unused", 0, false, signal), in MockConnectionManager()