Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dresource_manager_test.cc165 std::string actual_response = resource_manager_.SendCommandAndWait(command); in LoadHandle() local
166 std::string handle_blob = StripHeader(actual_response); in LoadHandle()
208 std::string actual_response = resource_manager_.SendCommandAndWait(command); in StartSession() local
209 ASSERT_EQ(response, actual_response); in StartSession()
264 std::string actual_response = resource_manager_.SendCommandAndWait(command); in TEST_F() local
265 EXPECT_EQ(actual_response, response); in TEST_F()
279 std::string actual_response; in TEST_F() local
281 base::Bind(&Assign, &actual_response); in TEST_F()
283 EXPECT_EQ(actual_response, response); in TEST_F()
299 std::string actual_response = resource_manager_.SendCommandAndWait(command); in TEST_F() local
[all …]