Searched defs:pem_property (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dnetwork_cert_migrator.cc156 const base::ListValue* pem_property = NULL; local
160 properties, &nss_key, &pem_key, &pem_property, &nickname, &uma_type);
169 if (pem_property && !pem_property->empty()) {
196 const base::ListValue** pem_property,
226 dict->GetListWithoutPathExpansion(kNssPemMap[i].pem_key, pem_property);
193 GetNssAndPemProperties(const base::DictionaryValue& shill_properties, std::string* nss_key, std::string* pem_key, const base::ListValue** pem_property, std::string* nickname, UMANetworkType* uma_type) argument
H A Dnetwork_cert_migrator_unittest.cc278 const char* pem_property = open_vpn ? shill::kOpenVPNCaCertPemProperty local
280 provider->GetListWithoutPathExpansion(pem_property, &ca_pems);

Completed in 591 milliseconds