Home
last modified time | relevance | path

Searched refs:WiFiEndpointConstRefPtr (Results 1 – 13 of 13) sorted by relevance

/system/connectivity/shill/wifi/
Dmock_wifi_provider.h43 WiFiServiceRefPtr(const WiFiEndpointConstRefPtr& endpoint));
44 MOCK_METHOD1(OnEndpointAdded, void(const WiFiEndpointConstRefPtr& endpoint));
46 WiFiServiceRefPtr(const WiFiEndpointConstRefPtr& endpoint));
48 void(const WiFiEndpointConstRefPtr& endpoint));
Dmock_wifi_service.h52 void(const WiFiEndpointConstRefPtr& endpoint));
54 void(const WiFiEndpointConstRefPtr& endpoint));
56 void(const WiFiEndpointConstRefPtr& endpoint));
58 void(const WiFiEndpointConstRefPtr& endpoint));
Dwifi_service.h70 virtual void AddEndpoint(const WiFiEndpointConstRefPtr& endpoint);
71 virtual void RemoveEndpoint(const WiFiEndpointConstRefPtr& endpoint);
77 virtual void NotifyCurrentEndpoint(const WiFiEndpointConstRefPtr& endpoint);
80 virtual void NotifyEndpointUpdated(const WiFiEndpointConstRefPtr& endpoint);
267 const std::set<WiFiEndpointConstRefPtr>& endpoints);
377 std::set<WiFiEndpointConstRefPtr> endpoints_;
378 WiFiEndpointConstRefPtr current_endpoint_;
Dwifi_provider.h92 const WiFiEndpointConstRefPtr& endpoint);
97 virtual void OnEndpointAdded(const WiFiEndpointConstRefPtr& endpoint);
103 const WiFiEndpointConstRefPtr& endpoint);
110 virtual void OnEndpointUpdated(const WiFiEndpointConstRefPtr& endpoint);
Dmock_wifi.h61 void(const WiFiEndpointConstRefPtr& endpoint));
Dwifi_service.cc223 void WiFiService::AddEndpoint(const WiFiEndpointConstRefPtr& endpoint) { in AddEndpoint()
229 void WiFiService::RemoveEndpoint(const WiFiEndpointConstRefPtr& endpoint) { in RemoveEndpoint()
230 set<WiFiEndpointConstRefPtr>::iterator i = endpoints_.find(endpoint); in RemoveEndpoint()
246 const WiFiEndpointConstRefPtr& endpoint) { in NotifyCurrentEndpoint()
253 const WiFiEndpointConstRefPtr& endpoint) { in NotifyEndpointUpdated()
895 const set<WiFiEndpointConstRefPtr>& endpoints) { in ComputeCipher8021x()
Dwifi_provider.cc275 const WiFiEndpointConstRefPtr& endpoint) { in FindServiceForEndpoint()
283 void WiFiProvider::OnEndpointAdded(const WiFiEndpointConstRefPtr& endpoint) { in OnEndpointAdded()
310 const WiFiEndpointConstRefPtr& endpoint) { in OnEndpointRemoved()
337 void WiFiProvider::OnEndpointUpdated(const WiFiEndpointConstRefPtr& endpoint) { in OnEndpointUpdated()
Dwifi_service_unittest.cc1864 const set<WiFiEndpointConstRefPtr> endpoints; in TEST_F()
1871 set<WiFiEndpointConstRefPtr> endpoints; in TEST_F()
1878 set<WiFiEndpointConstRefPtr> endpoints; in TEST_F()
1885 set<WiFiEndpointConstRefPtr> endpoints; in TEST_F()
1892 set<WiFiEndpointConstRefPtr> endpoints; in TEST_F()
1901 set<WiFiEndpointConstRefPtr> endpoints; in TEST_F()
1910 set<WiFiEndpointConstRefPtr> endpoints; in TEST_F()
1919 set<WiFiEndpointConstRefPtr> endpoints; in TEST_F()
1928 set<WiFiEndpointConstRefPtr> endpoints; in TEST_F()
1937 set<WiFiEndpointConstRefPtr> endpoints; in TEST_F()
[all …]
Dwifi.h202 virtual void NotifyEndpointChanged(const WiFiEndpointConstRefPtr& endpoint);
Dwifi.cc682 void WiFi::NotifyEndpointChanged(const WiFiEndpointConstRefPtr& endpoint) { in NotifyEndpointChanged()
988 const WiFiEndpointConstRefPtr endpoint(endpoint_it->second); in HandleRoam()
2712 const WiFiEndpointConstRefPtr endpoint(endpoint_it->second); in RequestStationInfo()
Dwifi_unittest.cc782 const WiFiEndpointConstRefPtr& endpoint) { in OnEndpointRemoved()
1026 void NotifyEndpointChanged(const WiFiEndpointConstRefPtr& endpoint) { in NotifyEndpointChanged()
Dwifi_provider_unittest.cc346 const WiFiEndpointConstRefPtr& endpoint) { in AddEndpointToService()
/system/connectivity/shill/
Drefptr_types.h53 typedef scoped_refptr<const WiFiEndpoint> WiFiEndpointConstRefPtr; typedef