Searched refs:ConnectionManagerInterface (Results 1 – 10 of 10) sorted by relevance
31 class ConnectionManagerInterface {33 virtual ~ConnectionManagerInterface() = default;52 ConnectionManagerInterface() = default;55 DISALLOW_COPY_AND_ASSIGN(ConnectionManagerInterface);60 std::unique_ptr<ConnectionManagerInterface> CreateConnectionManager();
29 class MockConnectionManager : public ConnectionManagerInterface {
75 ConnectionManagerInterface* connection_manager() override { in connection_manager()139 std::unique_ptr<ConnectionManagerInterface> connection_manager_;
34 class ConnectionManager : public ConnectionManagerInterface {
75 inline ConnectionManagerInterface* connection_manager() override { in connection_manager()131 ConnectionManagerInterface* connection_manager) { in set_connection_manager()286 ConnectionManagerInterface* connection_manager_;
44 std::unique_ptr<ConnectionManagerInterface> CreateConnectionManager() { in CreateConnectionManager()45 return std::unique_ptr<ConnectionManagerInterface>( in CreateConnectionManager()
277 ConnectionManagerInterface* connection_manager = in SetUpdateOverCellularPermission()306 ConnectionManagerInterface* connection_manager = in SetUpdateOverCellularTarget()334 ConnectionManagerInterface* connection_manager = in GetUpdateOverCellularPermission()
207 ConnectionManagerInterface* connection_manager = in AttemptStarted()
1639 ConnectionManagerInterface* connection_manager = in IsUpdateAllowedOverCurrentConnection()
45 class ConnectionManagerInterface; variable79 virtual ConnectionManagerInterface* connection_manager() = 0;