Searched defs:FakeGCMStatsRecorder (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/google_apis/gcm/monitoring/
H A Dfake_gcm_stats_recorder.h13 class FakeGCMStatsRecorder : public GCMStatsRecorder { class in namespace:gcm
15 FakeGCMStatsRecorder();
16 virtual ~FakeGCMStatsRecorder();
66 DISALLOW_COPY_AND_ASSIGN(FakeGCMStatsRecorder);
H A Dfake_gcm_stats_recorder.cc9 FakeGCMStatsRecorder::FakeGCMStatsRecorder() { function in class:gcm::FakeGCMStatsRecorder
12 FakeGCMStatsRecorder::~FakeGCMStatsRecorder() {
15 void FakeGCMStatsRecorder::RecordCheckinInitiated(uint64 android_id) {
18 void FakeGCMStatsRecorder::RecordCheckinDelayedDueToBackoff(int64 delay_msec) {
21 void FakeGCMStatsRecorder::RecordCheckinSuccess() {
24 void FakeGCMStatsRecorder::RecordCheckinFailure(std::string status,
28 void FakeGCMStatsRecorder::RecordConnectionInitiated(const std::string& host) {
31 void FakeGCMStatsRecorder
[all...]

Completed in 963 milliseconds