Searched refs:OnGetCheckConnectionInfoSuccess (Results 1 – 5 of 5) sorted by relevance
89 virtual void OnGetCheckConnectionInfoSuccess(const std::string& data) {} in OnGetCheckConnectionInfoSuccess() function
82 virtual void OnGetCheckConnectionInfoSuccess(
60 MergeSessionHelper::ExternalCcResultFetcher::OnGetCheckConnectionInfoSuccess( in OnGetCheckConnectionInfoSuccess() function in MergeSessionHelper::ExternalCcResultFetcher
191 MOCK_METHOD1(OnGetCheckConnectionInfoSuccess, void(const std::string& data));800 EXPECT_CALL(consumer, OnGetCheckConnectionInfoSuccess(data)).Times(1); in TEST_F()
924 consumer_->OnGetCheckConnectionInfoSuccess(data); in OnGetCheckConnectionInfoFetched()