Searched refs:ConnectionManagerInterface (Results 1 – 9 of 9) sorted by relevance
43 class ConnectionManagerInterface {45 virtual ~ConnectionManagerInterface() = default;60 ConnectionManagerInterface() = default;63 DISALLOW_COPY_AND_ASSIGN(ConnectionManagerInterface);
47 class ConnectionManagerInterface; variable79 virtual ConnectionManagerInterface* connection_manager() = 0;
64 inline ConnectionManagerInterface* connection_manager() override { in connection_manager()120 ConnectionManagerInterface* connection_manager) { in set_connection_manager()254 ConnectionManagerInterface* connection_manager_;
29 class MockConnectionManager : public ConnectionManagerInterface {
35 class ConnectionManager : public ConnectionManagerInterface {
88 inline ConnectionManagerInterface* connection_manager() override { in connection_manager()
261 ConnectionManagerInterface* cm = system_state_->connection_manager(); in GetUpdateOverCellularPermission()
1476 ConnectionManagerInterface* connection_manager = in IsUpdateAllowedOverCurrentConnection()
191 ConnectionManagerInterface* connection_manager = in AttemptStarted()