HomeSort by relevance Sort by last modified time
    Searched defs:connectable (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chromeos/network/
network_state.h 66 bool connectable() const { return connectable_; } function in class:chromeos::NetworkState
network_connection_handler.cc 268 // Connect immediately to 'connectable' networks.
269 // TODO(stevenjb): Shill needs to properly set Connectable for VPN.
271 network->connectable() && network->type() != flimflam::kTypeVPN) {
365 bool connectable = false; local
367 flimflam::kConnectableProperty, &connectable);
370 // been recently configured), we need to check Connectable again.
371 if (connectable && type != flimflam::kTypeVPN) {
372 // TODO(stevenjb): Shill needs to properly set Connectable for VPN.
455 // The network may not be 'Connectable' because the TPM properties are not
499 // 'Connectable' is false. If |check_error_state| is true, signal a
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
native_network_parser.cc 748 bool connectable; local
749 if (!value.GetAsBoolean(&connectable))
751 network->set_connectable(connectable);
    [all...]
network_library.h 348 // Is this network connectable. Currently, this is mainly used by 802.1x
350 bool connectable() const { return connectable_; } function in class:chromeos::Network
510 void set_connectable(bool connectable) { connectable_ = connectable; }
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_int.h 604 BOOLEAN connectable; /* If TRUE page scan should be enabled */ member in struct:__anon3530
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 295 // Is this network connectable. Currently, this is mainly used by 802.1x
297 bool connectable() const { return connectable_; } function in class:chromeos::Network
384 void set_connectable(bool connectable) { connectable_ = connectable; }
    [all...]

Completed in 293 milliseconds