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.h125 struct GCMStatistics { struct
130 bool is_recording;
131 bool gcm_client_created;
132 std::string gcm_client_state;
133 bool connection_client_created;
134 std::string connection_state;
135 uint64 android_id;
136 std::vector<std::string> registered_app_ids;
137 int send_queue_size;
138 int resend_queue_size;
[all …]
Dgcm_client.cc34 GCMClient::GCMStatistics::GCMStatistics() in GCMStatistics() function in gcm::GCMClient::GCMStatistics