Home
last modified time | relevance | path

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

/hardware/interfaces/confirmationui/1.0/vts/functional/
DVtsHalConfirmationUIV1_0TargetTest.cpp268 auto extra_out = cn_cbor_mapget_string(parsed_message.get(), "extra"); in TEST_P() local
269 ASSERT_TRUE(extra_out); in TEST_P()
270 ASSERT_EQ(CN_CBOR_BYTES, extra_out->type); in TEST_P()
271 ASSERT_EQ(3, extra_out->length); in TEST_P()
272 ASSERT_EQ(0, memcmp(test_extra, extra_out->v.bytes, 3)); in TEST_P()