Searched refs:OnPictureLost (Results 1 – 3 of 3) sorted by relevance
328 MOCK_METHOD0(OnPictureLost, void());751 EXPECT_CALL(observer, OnPictureLost()).Times(0); in TEST_F()761 EXPECT_CALL(observer, OnPictureLost()).Times(1); in TEST_F()774 EXPECT_CALL(observer, OnPictureLost()).Times(0); in TEST_F()788 EXPECT_CALL(observer, OnPictureLost()).Times(0); in TEST_F()805 EXPECT_CALL(observer, OnPictureLost()).Times(0); in TEST_F()817 EXPECT_CALL(observer, OnPictureLost()).Times(1); in TEST_F()827 EXPECT_CALL(observer, OnPictureLost()).Times(0); in TEST_F()843 EXPECT_CALL(observer, OnPictureLost()).Times(0); in TEST_F()
328 observer_->OnPictureLost(); in OnReceiverIndicatesPictureLoss()540 void Sender::Observer::OnPictureLost() {} in OnPictureLost() function in openscreen::cast::Sender::Observer
85 virtual void OnPictureLost();