Searched refs:shill (Results 76 - 100 of 913) sorted by relevance

1234567891011>>

/system/connectivity/shill/cellular/
H A Dmock_modem.cc17 #include "shill/cellular/mock_modem.h"
19 namespace shill { namespace
29 } // namespace shill
H A Dmock_modem_gobi_proxy.cc17 #include "shill/cellular/mock_modem_gobi_proxy.h"
19 #include "shill/testing.h"
23 namespace shill { namespace
32 } // namespace shill
H A Dmodem_manager_proxy_interface.h23 namespace shill { namespace
34 } // namespace shill
/system/connectivity/shill/dbus/
H A Dchromeos_dbus_adaptor_unittest.cc17 #include "shill/dbus/chromeos_dbus_adaptor.h"
22 #include "shill/property_store_unittest.h"
24 namespace shill { namespace
40 } // namespace shill
/system/connectivity/shill/dhcp/
H A Ddhcp_proxy_interface.h22 namespace shill { namespace
34 } // namespace shill
/system/connectivity/shill/ethernet/
H A Dmock_ethernet_service.cc17 #include "shill/ethernet/mock_ethernet.h"
18 #include "shill/ethernet/mock_ethernet_service.h"
20 #include "shill/ethernet/ethernet.h" // Needed to pass an EthernetRefPtr.
22 namespace shill { namespace
32 } // namespace shill
/system/connectivity/shill/
H A Dmock_connectivity_trial.cc17 #include "shill/mock_connectivity_trial.h"
19 #include "shill/connection.h"
21 namespace shill { namespace
32 } // namespace shill
H A Dmock_device_info.cc17 #include "shill/mock_device_info.h"
19 namespace shill { namespace
29 } // namespace shill
H A Dmock_dns_client.cc17 #include "shill/mock_dns_client.h"
22 #include "shill/net/ip_address.h"
27 namespace shill { namespace
35 } // namespace shill
H A Dmock_dns_client_factory.cc17 #include "shill/mock_dns_client_factory.h"
19 namespace shill { namespace
33 } // namespace shill
H A Dmock_dns_server_tester.cc17 #include "shill/mock_dns_server_tester.h"
22 #include "shill/connection.h"
24 namespace shill { namespace
35 } // namespace shill
H A Dmock_eap_credentials.cc17 #include "shill/mock_eap_credentials.h"
21 namespace shill { namespace
30 } // namespace shill
H A Dmock_icmp_session_factory.cc17 #include "shill/mock_icmp_session_factory.h"
19 namespace shill { namespace
33 } // namespace shill
H A Dmock_ppp_device_factory.cc17 #include "shill/mock_ppp_device_factory.h"
19 namespace shill { namespace
35 } // namespace shill
H A Dproperty_observer_interface.h22 namespace shill { namespace
38 } // namespace shill
H A Dscoped_umask.cc17 #include "shill/scoped_umask.h"
21 namespace shill { namespace
31 } // namespace shill
H A Dlogging.cc17 #include "shill/logging.h"
27 namespace shill { namespace
44 shill::ScopeLogger::GetInstance()->set_verbose_level(-level);
52 shill::ScopeLogger::GetInstance()->EnableScopesByName(log_scopes);
56 } // namespace shill
/system/connectivity/shill/wifi/
H A Dmock_wake_on_wifi.cc17 #include "shill/wifi/mock_wake_on_wifi.h"
21 namespace shill { namespace
30 } // namespace shill
H A Dmock_wifi_provider.cc17 #include "shill/wifi/mock_wifi_provider.h"
19 #include "shill/wifi/wifi_service.h" // Needed for mock method instantiation.
23 namespace shill { namespace
32 } // namespace shill
/system/connectivity/shill/wimax/
H A Dmock_wimax_service.cc17 #include "shill/wimax/mock_wimax_service.h"
19 namespace shill { namespace
29 } // namespace shill
/system/update_engine/update_manager/
H A Dreal_shill_provider.cc24 #include <shill/dbus-constants.h>
25 #include <shill/dbus-proxies.h>
34 if (type_str == shill::kTypeEthernet) {
36 } else if (type_str == shill::kTypeWifi) {
38 } else if (type_str == shill::kTypeWimax) {
40 } else if (type_str == shill::kTypeBluetooth) {
42 } else if (type_str == shill::kTypeCellular) {
50 if (tethering_str == shill::kTetheringNotDetectedState) {
52 } else if (tethering_str == shill::kTetheringSuspectedState) {
54 } else if (tethering_str == shill
[all...]
H A Dreal_shill_provider_unittest.cc26 #include <shill/dbus-constants.h>
27 #include <shill/dbus-proxies.h>
28 #include <shill/dbus-proxy-mocks.h>
132 shill::kDefaultServiceProperty, dbus::ObjectPath(service_path));
175 shill::kTetheringNotDetectedState,
194 service_path, shill::kTypeEthernet, shill_tethering, &conn_change_time);
229 reply_dict[shill::kDefaultServiceProperty] =
245 reply_dict[shill::kTypeProperty] = std::string(service_type);
248 reply_dict[shill::kPhysicalTechnologyProperty] =
253 reply_dict[shill
[all...]
/system/connectivity/apmanager/
H A Dhostapd_monitor.h28 namespace shill { namespace
35 } // namespace shill
81 void ParseMessage(shill::InputData* data);
84 std::unique_ptr<shill::Sockets> sockets_;
94 base::Callback<void(shill::InputData *)> hostapd_callback_;
95 std::unique_ptr<shill::IOHandler> hostapd_input_handler_;
96 shill::IOHandlerFactory *io_handler_factory_;
H A Ddevice.cc21 #include <shill/net/attribute_list.h>
22 #include <shill/net/ieee80211.h>
28 using shill::ByteString;
73 void Device::ParseWiphyCapability(const shill::Nl80211Message& msg) {
75 shill::AttributeListConstRefPtr supported_iftypes;
85 shill::AttributeListConstRefPtr wiphy_bands;
92 shill::AttributeIdIterator band_iter(*wiphy_bands);
96 shill::AttributeListConstRefPtr wiphy_band;
104 shill::AttributeListConstRefPtr frequencies;
114 shill
[all...]
/system/update_engine/
H A Dconnection_manager.cc25 #include <shill/dbus-constants.h>
26 #include <shill/dbus-proxies.h>
42 if (type_str == shill::kTypeEthernet) {
44 } else if (type_str == shill::kTypeWifi) {
46 } else if (type_str == shill::kTypeWimax) {
48 } else if (type_str == shill::kTypeBluetooth) {
50 } else if (type_str == shill::kTypeCellular) {
57 if (tethering_str == shill::kTetheringNotDetectedState) {
59 } else if (tethering_str == shill::kTetheringSuspectedState) {
61 } else if (tethering_str == shill
[all...]

Completed in 338 milliseconds

1234567891011>>