Searched defs:expected_data (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/hci/test/ |
D | packet_fragmenter_test.cc | 112 BT_HDR* packet, const char* expected_data, in expect_packet_fragmented() 284 const char* expected_data, in expect_packet_reassembled_iso()
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | devices_test.cc | 585 std::vector<uint8_t> expected_data({0x03, 0x01}); in TEST_F() local 597 std::vector<uint8_t> expected_data({0x01, 0x55, 0x02, 0x03}); in TEST_F() local 624 std::vector<uint8_t> expected_data({0x44, 0x33, 0x22, 0x11}); in TEST_F() local 649 std::vector<uint8_t> expected_data(descr.begin(), descr.end()); in TEST_F() local 672 std::vector<uint8_t> expected_data({0x0b, 0x09}); in TEST_F() local 687 std::vector<uint8_t> expected_data({0x0b, 0x09, 0x01, 0x02, 0x03, 0x04}); in TEST_F() local
|
D | vc_test.cc | 1475 std::vector<uint8_t> expected_data({0x01, 0x00, 0x34, 0x12}); in TEST_F() local 1482 std::vector<uint8_t> expected_data({0x44, 0x33, 0x22, 0x11}); in TEST_F() local 1496 std::vector<uint8_t> expected_data(descr.begin(), descr.end()); in TEST_F() local
|
/packages/modules/Virtualization/libs/apkverify/tests/ |
D | apkverify_test.rs | 350 let expected_data = fs::read(&expected_data_path).unwrap(); in assert_bytes_eq_to_data_in_file() localVariable
|
/packages/modules/Bluetooth/system/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 104 uint8_t* expected_data = expected_hdr->data + expected_hdr->offset; in MATCHER_P() local
|