Lines Matching full:payload
27 TEST(Payload, InputSize) in TEST() argument
31 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST()
35 TEST(Payload, OutputSize) in TEST() argument
37 ipmi::message::Payload p; in TEST()
47 TEST(Payload, Resize) in TEST() argument
50 ipmi::message::Payload p; in TEST()
56 TEST(Payload, Data) in TEST() argument
59 ipmi::message::Payload p; in TEST()
67 ipmi::message::Payload p; in TEST()
75 ipmi::message::Payload p; in TEST()
86 ipmi::message::Payload p; in TEST()
110 ipmi::message::Payload p; in TEST()
123 ipmi::message::Payload p; in TEST()
136 ipmi::message::Payload p; in TEST()
151 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST()
161 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST()
183 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST()
191 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST()
199 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST()
211 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST()
219 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST()
233 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST()
254 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST()
266 // Payload.reset is used to rewind the unpacking to the initial in TEST()
270 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST()
274 // check that the payload was not fully unpacked in TEST()
279 // do a reset on the payload in TEST()
285 // check that the payload was fully unpacked in TEST()
295 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST()
297 ipmi::message::Payload localPayload; in TEST()
300 // check that the payload was partially unpacked and not in error in TEST()
303 // check that the 'extracted' payload is not fully unpacked in TEST()
309 // unpack using the 'extracted' payload in TEST()
339 ipmi::message::Payload p({1, 2}); in TEST_F()
347 ipmi::message::Payload p({1, 2}); in TEST_F()
356 ipmi::message::Payload p({1, 2}); in TEST_F()
367 ipmi::message::Payload p({1, 2}); in TEST_F()
378 ipmi::message::Payload p({1, 2}); in TEST_F()
388 ipmi::message::Payload p({1, 2}); in TEST_F()
400 ipmi::message::Payload p; in TEST_F()
402 ipmi::message::Payload q({1, 2}); in TEST_F()
414 ipmi::message::Payload p; in TEST_F()
416 ipmi::message::Payload q({1, 2}); in TEST_F()
429 ipmi::message::Payload p({1, 2}); in TEST_F()