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

  /external/chromium_org/chromeos/network/
device_state.cc 41 return GetBooleanValue(key, value, &scanning_);
43 return GetBooleanValue(key, value, &support_network_scan_);
45 return GetBooleanValue(key, value, &allow_roaming_);
47 return GetBooleanValue(key, value, &provider_requires_roaming_);
89 if (GetBooleanValue(shill::kSIMLockEnabledProperty,
103 return GetBooleanValue(key, value, &sim_present_);
105 return GetBooleanValue(key, value, &eap_authentication_completed_);
managed_state.h 93 bool GetBooleanValue(const std::string& key,
network_state.cc 86 return GetBooleanValue(key, value, &visible_);
88 return GetBooleanValue(key, value, &connectable_);
123 return GetBooleanValue(key, value, &activate_over_non_cellular_networks_);
125 return GetBooleanValue(key, value, &cellular_out_of_credits_);
managed_state.cc 84 bool ManagedState::GetBooleanValue(const std::string& key,
  /packages/apps/OMA-DM/engine/dmlib/api/native/
dmtNode.hpp 303 SYNCML_DM_RET_STATUS_T GetBooleanValue( BOOLEAN& bValue ) const;
319 SYNCML_DM_RET_STATUS_T GetBooleanValue( BOOLTYPE& bValue ) const;
671 inline SYNCML_DM_RET_STATUS_T DmtNode::GetBooleanValue( BOOLEAN& bValue ) const
694 inline SYNCML_DM_RET_STATUS_T DmtNode::GetBooleanValue( BOOLTYPE& bValue ) const
    [all...]
  /external/lldb/include/lldb/Interpreter/
OptionValue.h 301 GetBooleanValue (bool fail_value = false) const;
  /external/lldb/source/Interpreter/
OptionValue.cpp 325 OptionValue::GetBooleanValue (bool fail_value) const
OptionValueProperties.cpp 357 return value->GetBooleanValue(fail_value);

Completed in 352 milliseconds