Searched refs:onc_object_ (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/chromeos/network/onc/ |
D | onc_translator_onc_to_shill.cc | 48 onc_object_(&onc_object), in LocalTranslator() 82 const base::DictionaryValue* onc_object_; member in chromeos::onc::__anon9130ef3f0111::LocalTranslator 107 onc_object_->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication, in TranslateEthernet() 124 if (onc_object_->GetListWithoutPathExpansion(::onc::openvpn::kRemoteCertKU, in TranslateOpenVPN() 131 for (base::DictionaryValue::Iterator it(*onc_object_); !it.IsAtEnd(); in TranslateOpenVPN() 148 onc_object_->GetStringWithoutPathExpansion(::onc::vpn::kType, &type); in TranslateVPN() 156 onc_object_->GetStringWithoutPathExpansion(::onc::wifi::kSecurity, &security); in TranslateWiFi() 161 onc_object_->GetStringWithoutPathExpansion(::onc::wifi::kSSID, &ssid); in TranslateWiFi() 172 onc_object_->GetStringWithoutPathExpansion(::onc::eap::kOuter, &outer); in TranslateEAP() 181 onc_object_->GetStringWithoutPathExpansion(::onc::eap::kInner, &inner); in TranslateEAP() [all …]
|
D | onc_translator_shill_to_onc.cc | 114 scoped_ptr<base::DictionaryValue> onc_object_; member in chromeos::onc::__anonde548b7f0111::ShillToONCTranslator 121 onc_object_.reset(new base::DictionaryValue); in CreateTranslatedONCObject() 141 return onc_object_.Pass(); in CreateTranslatedONCObject() 151 onc_object_->SetStringWithoutPathExpansion(::onc::ethernet::kAuthentication, in TranslateEthernet() 166 onc_object_->SetWithoutPathExpansion(::onc::openvpn::kRemoteCertKU, in TranslateOpenVPN() 206 onc_object_->SetWithoutPathExpansion(onc_field_name, in TranslateOpenVPN() 229 if (onc_object_->GetStringWithoutPathExpansion(::onc::vpn::kType, in TranslateVPN() 246 onc_object_->SetStringWithoutPathExpansion(::onc::wifi::kSSID, ssid); in TranslateWiFiWithState() 289 onc_object_->SetWithoutPathExpansion(onc_field_name, in TranslateCellularWithState() 308 onc_object_->SetStringWithoutPathExpansion(::onc::network_config::kType, in TranslateNetworkWithState() [all …]
|