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 352 if (it->connection_state == onc::connection_state::kConnected)
367 if (it->connection_state == onc::connection_state::kConnected &&
  /external/chromium_org/remoting/host/it2me/
it2me_host.cc 282 if (state_ == kConnected) {
303 SetState(kConnected);
392 DCHECK(state == kConnected ||
396 case kConnected:
422 state_ == kConnected;
it2me_host.h 42 kConnected,
it2me_native_messaging_host.cc 35 {kConnected, "CONNECTED"},
249 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 125 const char kConnected[] = "Connected";
onc_constants.h 143 ONC_EXPORT extern const char kConnected[];
  /external/chromium_org/chromeos/network/onc/
onc_translator_shill_to_onc.cc 327 onc_state = ::onc::connection_state::kConnected;

Completed in 1271 milliseconds