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