Home
last modified time | relevance | path

Searched defs:GCMStatistics (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/gcm_driver/
Dgcm_client.h126 struct GCMStatistics { struct
131 bool is_recording;
132 bool gcm_client_created;
133 std::string gcm_client_state;
134 bool connection_client_created;
135 std::string connection_state;
136 uint64 android_id;
137 std::vector<std::string> registered_app_ids;
138 int send_queue_size;
139 int resend_queue_size;
[all …]
Dgcm_client.cc37 GCMClient::GCMStatistics::GCMStatistics() in GCMStatistics() function in gcm::GCMClient::GCMStatistics