Searched refs:ConnectionRefPtr (Results 1 – 25 of 48) sorted by relevance
12
/system/connectivity/shill/ |
D | mock_service.h | 78 MOCK_METHOD1(SetConnection, void(const ConnectionRefPtr& connection)); 79 MOCK_CONST_METHOD0(connection, const ConnectionRefPtr&()); 97 void set_mock_connection(const ConnectionRefPtr& connection) { in set_mock_connection() 103 ConnectionRefPtr mock_connection_;
|
D | connection_unittest.cc | 126 void ReplaceSingletons(ConnectionRefPtr connection) { in ReplaceSingletons() 144 bool PinHostRoute(ConnectionRefPtr connection, in PinHostRoute() 150 const IPAddress& GetLocalAddress(ConnectionRefPtr connection) { in GetLocalAddress() 154 const IPAddress& GetGatewayAddress(ConnectionRefPtr connection) { in GetGatewayAddress() 158 bool GetHasBroadcastDomain(ConnectionRefPtr connection) { in GetHasBroadcastDomain() 214 ConnectionRefPtr GetNewConnection() { in GetNewConnection() 215 ConnectionRefPtr connection(new Connection(kTestDeviceInterfaceIndex0, in GetNewConnection() 225 ConnectionRefPtr connection_; 364 ConnectionRefPtr connection = GetNewConnection(); in TEST_F() 406 ConnectionRefPtr device_connection = mock_connection.get(); in TEST_F() [all …]
|
D | connection_tester.h | 47 ConnectionTester(ConnectionRefPtr connection, 70 ConnectionRefPtr connection_;
|
D | passive_link_monitor.h | 45 PassiveLinkMonitor(const ConnectionRefPtr& connection, 77 ConnectionRefPtr connection_;
|
D | dns_server_tester.h | 57 DNSServerTester(ConnectionRefPtr connection, 88 ConnectionRefPtr connection_;
|
D | mock_connection.h | 36 MOCK_CONST_METHOD0(GetLowerConnection, ConnectionRefPtr()); 51 MOCK_METHOD0(GetCarrierConnection, ConnectionRefPtr());
|
D | link_monitor.h | 56 LinkMonitor(const ConnectionRefPtr& connection, 100 ConnectionRefPtr connection_;
|
D | connection.h | 64 void Attach(const ConnectionRefPtr& to_connection); 68 ConnectionRefPtr connection() const { return connection_.get(); } in connection() 95 virtual ConnectionRefPtr GetLowerConnection() const { in GetLowerConnection() 145 virtual ConnectionRefPtr GetCarrierConnection();
|
D | connection_health_checker.h | 68 ConnectionHealthChecker(ConnectionRefPtr connection, 85 virtual void SetConnection(ConnectionRefPtr connection); 193 ConnectionRefPtr connection_;
|
D | active_link_monitor.h | 69 ActiveLinkMonitor(const ConnectionRefPtr& connection, 148 ConnectionRefPtr connection_;
|
D | portal_detector.h | 87 PortalDetector(ConnectionRefPtr connection, 159 ConnectionRefPtr connection_;
|
D | mock_http_request.cc | 23 MockHTTPRequest::MockHTTPRequest(ConnectionRefPtr connection) in MockHTTPRequest()
|
D | connectivity_trial.h | 84 ConnectivityTrial(ConnectionRefPtr connection, 174 ConnectionRefPtr connection_;
|
D | http_request.h | 64 HTTPRequest(ConnectionRefPtr connection, 120 ConnectionRefPtr connection_;
|
D | mock_portal_detector.cc | 24 MockPortalDetector::MockPortalDetector(ConnectionRefPtr connection) in MockPortalDetector()
|
D | mock_connectivity_trial.cc | 23 MockConnectivityTrial::MockConnectivityTrial(ConnectionRefPtr connection, in MockConnectivityTrial()
|
D | mock_dns_server_tester.cc | 26 MockDNSServerTester::MockDNSServerTester(ConnectionRefPtr connection) in MockDNSServerTester()
|
D | mock_connection_health_checker.cc | 27 ConnectionRefPtr connection, in MockConnectionHealthChecker()
|
D | mock_dns_server_tester.h | 29 explicit MockDNSServerTester(ConnectionRefPtr connection);
|
D | mock_connectivity_trial.h | 31 explicit MockConnectivityTrial(ConnectionRefPtr connection,
|
D | mock_portal_detector.h | 31 explicit MockPortalDetector(ConnectionRefPtr connection);
|
D | http_proxy.h | 66 explicit HTTPProxy(ConnectionRefPtr connection); 133 ConnectionRefPtr connection_;
|
D | mock_http_request.h | 30 explicit MockHTTPRequest(ConnectionRefPtr connection);
|
D | mock_connection_health_checker.h | 31 ConnectionRefPtr connection,
|
/system/connectivity/shill/vpn/ |
D | vpn_service.cc | 160 void VPNService::SetConnection(const ConnectionRefPtr& connection) { in SetConnection() 201 ConnectionRefPtr conn = connection(); in GetTethering() 249 ConnectionRefPtr conn = connection(); in GetPhysicalTechnologyProperty()
|
12