Searched refs:kAuthentication (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/chromeos/network/ |
D | policy_util.cc | 101 ::onc::ethernet::kAuthentication, &policy_auth); in IsPolicyMatching() 104 ::onc::ethernet::kAuthentication, &actual_auth); in IsPolicyMatching()
|
D | policy_applicator.cc | 245 ethernet->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication, in WriteNewShillConfiguration()
|
/external/chromium_org/components/onc/ |
D | onc_constants.cc | 111 const char kAuthentication[] = "Authentication"; variable
|
D | onc_constants.h | 143 ONC_EXPORT extern const char kAuthentication[];
|
/external/webrtc/src/ |
D | common_types.h | 146 kAuthentication = 2, enumerator
|
/external/chromium_org/chromeos/network/onc/ |
D | onc_normalizer.cc | 99 ethernet->GetStringWithoutPathExpansion(kAuthentication, &auth); in NormalizeEthernet()
|
D | onc_translator_onc_to_shill.cc | 107 onc_object_->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication, in TranslateEthernet()
|
D | onc_translator_shill_to_onc.cc | 144 onc_object_->SetStringWithoutPathExpansion(::onc::ethernet::kAuthentication, in TranslateEthernet()
|
D | onc_validator.cc | 506 *result, kAuthentication, kValidAuthentications)) { in ValidateEthernet() 512 result->GetStringWithoutPathExpansion(kAuthentication, &auth); in ValidateEthernet()
|
D | onc_signature.cc | 157 { ::onc::ethernet::kAuthentication, &kStringSignature},
|
/external/chromium_org/chrome/browser/chromeos/net/ |
D | onc_utils.cc | 342 ethernet->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication, in GetNetworkConfigForEthernetWithoutEAP()
|