Searched defs:GCMStatistics (Results 1 – 2 of 2) sorted by relevance
125 struct GCMStatistics { struct130 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 …]
34 GCMClient::GCMStatistics::GCMStatistics() in GCMStatistics() function in gcm::GCMClient::GCMStatistics