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

/external/chromium_org/chromeos/network/onc/
H A Donc_utils.cc478 const std::string& key_guid_ref,
482 if (!onc_object->GetStringWithoutPathExpansion(key_guid_ref, &guid_ref))
489 onc_object->RemoveWithoutPathExpansion(key_guid_ref, NULL);
523 const std::string& key_guid_ref,
527 if (!onc_object->GetStringWithoutPathExpansion(key_guid_ref, &guid_ref))
536 onc_object->RemoveWithoutPathExpansion(key_guid_ref, NULL);
542 // single reference at |key_guid_ref|. Returns whether the respective resolving
546 const std::string& key_guid_ref,
550 if (onc_object->HasKey(key_guid_ref)) {
551 LOG(ERROR) << "Found both " << key_guid_refs << " and " << key_guid_ref local
477 ResolveSingleCertRef(const CertPEMsByGUIDMap& certs_by_guid, const std::string& key_guid_ref, const std::string& key_pem, base::DictionaryValue* onc_object) argument
522 ResolveSingleCertRefToList(const CertPEMsByGUIDMap& certs_by_guid, const std::string& key_guid_ref, const std::string& key_pem_list, base::DictionaryValue* onc_object) argument
544 ResolveCertRefsOrRefToList(const CertPEMsByGUIDMap& certs_by_guid, const std::string& key_guid_refs, const std::string& key_guid_ref, const std::string& key_pem_list, base::DictionaryValue* onc_object) argument
[all...]

Completed in 61 milliseconds