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

  /external/chromium_org/chromeos/network/
device_state.cc 38 return GetBooleanValue(key, value, &scanning_);
40 return GetBooleanValue(key, value, &support_network_scan_);
42 return GetBooleanValue(key, value, &provider_requires_roaming_);
104 if (GetBooleanValue(shill::kSIMLockEnabledProperty,
118 return GetBooleanValue(key, value, &sim_present_);
120 return GetBooleanValue(key, value, &eap_authentication_completed_);
managed_state.h 89 bool GetBooleanValue(const std::string& key,
network_state.cc 84 return GetBooleanValue(key, value, &connectable_);
149 return GetBooleanValue(key, value, &activate_over_non_cellular_networks_);
151 return GetBooleanValue(key, value, &cellular_out_of_credits_);
managed_state.cc 77 bool ManagedState::GetBooleanValue(const std::string& key,

Completed in 250 milliseconds