Home
last modified time | relevance | path

Searched refs:encodingType (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/test/http/
H A Dhttp_body_test.cpp31 EXPECT_EQ(value2.encodingType, EncodingType::Raw); in TEST()
42 EXPECT_EQ(value2.encodingType, EncodingType::Raw); in TEST()
53 EXPECT_EQ(value2.encodingType, EncodingType::Raw); in TEST()
64 EXPECT_EQ(value2.encodingType, EncodingType::Raw); in TEST()
82 EXPECT_EQ(value2.encodingType, EncodingType::Base64); in TEST()
106 EXPECT_EQ(value2.encodingType, EncodingType::Base64); in TEST()
/openbmc/bmcweb/http/
H A Dhttp_body.hpp61 explicit value_type(EncodingType e) : encodingType(e) {} in value_type()
62 EncodingType encodingType = EncodingType::Raw; member in bmcweb::HttpBody::value_type
87 if (encodingType == EncodingType::Base64) in payloadSize()
101 encodingType = EncodingType::Raw; in clear()
222 if (body.encodingType == EncodingType::Base64) in getWithMaxSize()
H A Dhttp_response.hpp314 response.body().encodingType = enc; in openFile()
337 response.body().encodingType = enc; in openFd()