HomeSort by relevance Sort by last modified time
    Searched refs:expected_command (Results 1 - 2 of 2) sorted by null

  /system/tpm/trunks/
tpm_generated_test.cc 94 std::string expected_command(
106 EXPECT_CALL(transceiver, SendCommandAndWait(expected_command))
117 std::string expected_command(
129 EXPECT_CALL(transceiver, SendCommandAndWait(expected_command))
200 std::string expected_command = command_tag + handle_in + auth_size + auth_in + local
207 EXPECT_CALL(transceiver, SendCommandAndWait(expected_command))
328 std::string expected_command(
340 EXPECT_CALL(transceiver, SendCommand(expected_command, _))
356 std::string expected_command(
368 EXPECT_CALL(transceiver, SendCommand(expected_command, _)
    [all...]
resource_manager_test.cc 287 std::string expected_command = CreateCommand( local
291 EXPECT_CALL(transceiver_, SendCommandAndWait(expected_command))
306 std::string expected_command = CreateCommand( local
310 EXPECT_CALL(transceiver_, SendCommandAndWait(expected_command))
341 std::string expected_command = CreateCommand( local
346 EXPECT_CALL(transceiver_, SendCommandAndWait(expected_command))
    [all...]

Completed in 60 milliseconds