Searched refs:mdp1 (Results 1 – 1 of 1) sorted by relevance
259 MockMemoryDumpProvider mdp1; in TEST_F() local261 RegisterDumpProvider(&mdp1); in TEST_F()267 EXPECT_CALL(mdp1, OnMemoryDump(_, _)) in TEST_F()293 MockMemoryDumpProvider mdp1; in TEST_F() local297 RegisterDumpProvider(&mdp1); in TEST_F()300 EXPECT_CALL(mdp1, OnMemoryDump(_, _)).WillOnce(Return(true)); in TEST_F()307 mdm_->UnregisterDumpProvider(&mdp1); in TEST_F()311 EXPECT_CALL(mdp1, OnMemoryDump(_, _)).Times(0); in TEST_F()318 RegisterDumpProvider(&mdp1); in TEST_F()321 EXPECT_CALL(mdp1, OnMemoryDump(_, _)).WillOnce(Return(true)); in TEST_F()[all …]