Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dresource_manager_test.cc170 std::string success_response = CreateResponse( in EvictObjects() local
174 .WillRepeatedly(Return(success_response)); in EvictObjects()
201 std::string success_response = CreateResponse( in EvictSession() local
205 .WillRepeatedly(Return(success_response)); in EvictSession()
512 std::string success_response = CreateResponse( in TEST_F() local
520 .WillRepeatedly(Return(success_response)); in TEST_F()
522 EXPECT_EQ(success_response, actual_response); in TEST_F()
631 std::string success_response = CreateResponse( in TEST_F() local
644 .WillRepeatedly(Return(success_response)); in TEST_F()
646 EXPECT_EQ(success_response, actual_response); in TEST_F()
[all …]