Home | History | Annotate | Download | only in engine

Lines Matching defs:checkin

11 #include "google_apis/gcm/protocol/checkin.pb.h"
29 SUCCESS, // Checkin completed successfully.
66 // Records checkin status to both stats recorder and reports to UMA.
125 checkin_proto::AndroidCheckinProto* checkin = request.mutable_checkin();
126 checkin->mutable_chrome_build()->CopyFrom(request_info_.chrome_build_proto);
128 checkin->set_type(checkin_proto::DEVICE_CHROME_OS);
130 checkin->set_type(checkin_proto::DEVICE_CHROME_BROWSER);
164 DVLOG(1) << "Delay GCM checkin for: "
185 LOG(ERROR) << "Failed to get checkin response. Fetcher failed. Retrying.";
197 LOG(ERROR) << "No point retrying the checkin with status: "
198 << response_status << ". Checkin failed.";
209 LOG(ERROR) << "Failed to get checkin response. HTTP Status: "