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

/external/libbrillo/brillo/
H A Ddata_encoding.h45 BRILLO_EXPORT WebParamList WebParamsDecode(const std::string& data);
H A Ddata_encoding.cc102 WebParamList WebParamsDecode(const std::string& data) { function in namespace:brillo::data_encoding
H A Ddata_encoding_unittest.cc32 auto params = WebParamsDecode(encoded);
H A Durl_utils.cc104 return data_encoding::WebParamsDecode(query_string);
/external/libbrillo/brillo/http/
H A Dhttp_transport_fake.cc227 auto fields = brillo::data_encoding::WebParamsDecode(GetDataAsString());

Completed in 87 milliseconds