HomeSort by relevance Sort by last modified time
    Searched refs:kConnected (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chromeos/dbus/
shill_ipconfig_client_unittest.cc 52 const base::FundamentalValue kConnected(true);
57 dbus::AppendBasicTypeValueDataAsVariant(&writer, kConnected);
62 ValueEq(ByRef(kConnected)))).Times(1);
  /external/chromium_org/chrome/browser/local_discovery/wifi/
bootstrapping_network_switcher.cc 48 if (i->connection_state == onc::connection_state::kConnected) {
bootstrapping_network_switcher_unittest.cc 41 network2.connection_state = onc::connection_state::kConnected;
wifi_manager_nonchromeos.cc 382 if (it->connection_state == onc::connection_state::kConnected)
397 if (it->connection_state == onc::connection_state::kConnected &&
  /external/chromium_org/remoting/host/it2me/
it2me_host.cc 283 if (state_ == kConnected) {
304 SetState(kConnected);
393 DCHECK(state == kConnected ||
397 case kConnected:
423 state_ == kConnected;
it2me_host.h 43 kConnected,
it2me_native_messaging_host.cc 36 {kConnected, "CONNECTED"},
257 case kConnected:
it2me_native_messaging_host_unittest.cc 122 RunSetState(kConnected);
351 It2MeNativeMessagingHost::HostStateToString(kConnected)) {
  /external/chromium_org/components/wifi/
fake_wifi_service.cc 18 network_properties.connection_state = onc::connection_state::kConnected;
150 network_properties->connection_state = onc::connection_state::kConnected;
wifi_service_win.cc 673 properties.connection_state == onc::connection_state::kConnected &&
712 if (properties.connection_state == onc::connection_state::kConnected)
    [all...]
  /external/chromium_org/components/onc/
onc_constants.cc 156 const char kConnected[] = "Connected";
onc_constants.h 174 ONC_EXPORT extern const char kConnected[];
  /external/chromium_org/chromeos/network/onc/
onc_translator_shill_to_onc.cc 421 onc_state = ::onc::connection_state::kConnected;

Completed in 213 milliseconds