Searched refs:kStateProperty (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/chromeos/dbus/ |
D | fake_shill_service_client.cc | 186 shill::kStateProperty, in Connect() 227 shill::kStateProperty, in Disconnect() 356 shill::kStateProperty, in AddServiceWithIPConfig() 401 if (property == shill::kStateProperty) { in SetServiceProperty() 503 shill::kStateProperty, in SetOtherServicesOffline() 546 shill::kStateProperty, in ContinueConnect() 559 shill::kStateProperty, in ContinueConnect()
|
D | shill_stub_helper.cc | 35 shill::kStateProperty, in UpdatePortalledWifiState()
|
D | fake_shill_manager_client.cc | 63 properties->GetString(shill::kStateProperty, &state); in AppendServicesForType()
|
/external/chromium_org/chromeos/network/ |
D | network_state_handler_unittest.cc | 339 service_test->SetServiceProperty(eth1, shill::kStateProperty, in TEST_F() 347 service_test->SetServiceProperty(eth1, shill::kStateProperty, in TEST_F() 366 service_test->SetServiceProperty(eth1, shill::kStateProperty, in TEST_F()
|
D | network_state.cc | 81 } else if (key == shill::kStateProperty) { in PropertyChanged() 172 dictionary->SetStringWithoutPathExpansion(shill::kStateProperty, in GetProperties()
|
D | network_connection_handler_unittest.cc | 164 GetServiceStringProperty("wifi0", shill::kStateProperty)); in TEST_F()
|
D | network_configuration_handler_unittest.cc | 601 shill::kStateProperty, shill::kStateIdle); in TEST_F()
|
D | network_state_handler.cc | 563 if (key == shill::kStateProperty) { in UpdateNetworkServiceProperty()
|
/external/chromium_org/chromeos/network/onc/ |
D | onc_translator_shill_to_onc.cc | 282 if (shill_dictionary_->GetStringWithoutPathExpansion(shill::kStateProperty, in TranslateNetworkWithState()
|
/external/chromium_org/chrome/browser/chromeos/net/ |
D | network_portal_detector_impl_unittest.cc | 182 shill::kStateProperty, base::StringValue(shill::kStatePortal), in SetBehindPortal()
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | network_library.cc | 132 const char* kStateProperty = "State"; variable 600 { kStateProperty, PROPERTY_INDEX_STATE },
|