Home
last modified time | relevance | path

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

/external/libese/apps/boot/tests/
Dese_app_boot_tests.cpp84 EseOperationsWrapper::InitializeEse(&ese_, &trans_); in SetUp()
88 trans_.invocations.resize(0); in TearDown()
92 FakeTransceive trans_; member in BootAppTest
101 trans_.invocations.resize(2); in TEST_F()
103 trans_.invocations[0].expected_tx.resize(kManageChannelOpenLength); in TEST_F()
104 memcpy(trans_.invocations[0].expected_tx.data(), kManageChannelOpen, in TEST_F()
106 trans_.invocations[0].rx.resize(3); in TEST_F()
107 trans_.invocations[0].rx[0] = 0x01; // Channel in TEST_F()
108 trans_.invocations[0].rx[1] = 0x90; // Return code in TEST_F()
109 trans_.invocations[0].rx[2] = 0x00; in TEST_F()
[all …]