Searched refs:mdp1 (Results 1 – 1 of 1) sorted by relevance
336 MockMemoryDumpProvider mdp1; in TEST_F() local338 RegisterDumpProvider(&mdp1); in TEST_F()345 EXPECT_CALL(mdp1, OnMemoryDump(_, _)) in TEST_F()371 MockMemoryDumpProvider mdp1; in TEST_F() local375 RegisterDumpProvider(&mdp1); in TEST_F()378 EXPECT_CALL(mdp1, OnMemoryDump(_, _)).WillOnce(Return(true)); in TEST_F()385 mdm_->UnregisterDumpProvider(&mdp1); in TEST_F()389 EXPECT_CALL(mdp1, OnMemoryDump(_, _)).Times(0); in TEST_F()396 RegisterDumpProvider(&mdp1); in TEST_F()399 EXPECT_CALL(mdp1, OnMemoryDump(_, _)).WillOnce(Return(true)); in TEST_F()[all …]