Searched refs:ConnectionManagerInterface (Results 1 – 12 of 12) sorted by relevance
33 class ConnectionManagerInterface {35 virtual ~ConnectionManagerInterface() = default;54 ConnectionManagerInterface() = default;57 DISALLOW_COPY_AND_ASSIGN(ConnectionManagerInterface);62 std::unique_ptr<ConnectionManagerInterface> CreateConnectionManager(
24 std::unique_ptr<ConnectionManagerInterface> CreateConnectionManager( in CreateConnectionManager()26 return std::unique_ptr<ConnectionManagerInterface>( in CreateConnectionManager()
39 class ConnectionManagerInterface; variable73 virtual ConnectionManagerInterface* connection_manager() = 0;
29 class MockConnectionManager : public ConnectionManagerInterface {
27 class ConnectionManagerAndroid : public ConnectionManagerInterface {
90 inline ConnectionManagerInterface* connection_manager() override { in connection_manager()158 std::unique_ptr<ConnectionManagerInterface> connection_manager_;
64 inline ConnectionManagerInterface* connection_manager() override { in connection_manager()120 ConnectionManagerInterface* connection_manager) { in set_connection_manager()259 ConnectionManagerInterface* connection_manager_;
34 class ConnectionManager : public ConnectionManagerInterface {
44 std::unique_ptr<ConnectionManagerInterface> CreateConnectionManager( in CreateConnectionManager()46 return std::unique_ptr<ConnectionManagerInterface>( in CreateConnectionManager()
281 ConnectionManagerInterface* connection_manager = in SetUpdateOverCellularPermission()313 ConnectionManagerInterface* connection_manager = in SetUpdateOverCellularTarget()343 ConnectionManagerInterface* connection_manager = in GetUpdateOverCellularPermission()
208 ConnectionManagerInterface* connection_manager = in AttemptStarted()
1595 ConnectionManagerInterface* connection_manager = in IsUpdateAllowedOverCurrentConnection()