Searched refs:GetBooleanValue (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chromeos/network/
H A Ddevice_state.cc42 return GetBooleanValue(key, value, &scanning_);
44 return GetBooleanValue(key, value, &support_network_scan_);
46 return GetBooleanValue(key, value, &allow_roaming_);
48 return GetBooleanValue(key, value, &provider_requires_roaming_);
90 if (GetBooleanValue(shill::kSIMLockEnabledProperty,
104 return GetBooleanValue(key, value, &sim_present_);
106 return GetBooleanValue(key, value, &eap_authentication_completed_);
H A Dmanaged_state.h93 bool GetBooleanValue(const std::string& key,
H A Dnetwork_state.cc85 return GetBooleanValue(key, value, &visible_);
87 return GetBooleanValue(key, value, &connectable_);
121 return GetBooleanValue(key, value, &cellular_out_of_credits_);
H A Dmanaged_state.cc84 bool ManagedState::GetBooleanValue(const std::string& key, function in class:chromeos::ManagedState
/external/lldb/include/lldb/Interpreter/
H A DOptionValue.h301 GetBooleanValue (bool fail_value = false) const;
/external/lldb/source/Interpreter/
H A DOptionValue.cpp325 OptionValue::GetBooleanValue (bool fail_value) const function in class:OptionValue
H A DOptionValueProperties.cpp357 return value->GetBooleanValue(fail_value);

Completed in 1741 milliseconds