Searched defs:receiver_id (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/components/gcm_driver/
H A Dgcm_activity.h62 std::string receiver_id; member in struct:gcm::SendingActivity
H A Dfake_gcm_driver.cc78 const std::string& receiver_id,
77 SendImpl(const std::string& app_id, const std::string& receiver_id, const GCMClient::OutgoingMessage& message) argument
H A Dgcm_driver.cc84 const std::string& receiver_id,
88 DCHECK(!receiver_id.empty());
106 SendImpl(app_id, receiver_id, message);
83 Send(const std::string& app_id, const std::string& receiver_id, const GCMClient::OutgoingMessage& message, const SendCallback& callback) argument
H A Dfake_gcm_client.cc100 const std::string& receiver_id,
99 Send(const std::string& app_id, const std::string& receiver_id, const OutgoingMessage& message) argument
H A Dgcm_driver_android.cc172 const std::string& receiver_id,
171 SendImpl(const std::string& app_id, const std::string& receiver_id, const GCMClient::OutgoingMessage& message) argument
H A Dgcm_stats_recorder_impl.cc457 const std::string& receiver_id,
465 inserted_data->receiver_id = receiver_id;
474 const std::string& receiver_id,
479 RecordSending(app_id, receiver_id, message_id, "Data msg sent to wire",
485 const std::string& receiver_id,
496 receiver_id,
505 const std::string& receiver_id,
510 RecordSending(app_id, receiver_id, message_id, "Received 'send error' msg",
456 RecordSending(const std::string& app_id, const std::string& receiver_id, const std::string& message_id, const std::string& event, const std::string& details) argument
472 RecordDataSentToWire( const std::string& app_id, const std::string& receiver_id, const std::string& message_id, int queued) argument
483 RecordNotifySendStatus( const std::string& app_id, const std::string& receiver_id, const std::string& message_id, gcm::MCSClient::MessageSendStatus status, int byte_size, int ttl) argument
503 RecordIncomingSendError( const std::string& app_id, const std::string& receiver_id, const std::string& message_id) argument
H A Dgcm_account_mapper_unittest.cc119 const std::string& receiver_id,
197 const std::string& receiver_id,
200 DCHECK_EQ(kGCMAccountMapperSenderId, receiver_id);
196 SendImpl(const std::string& app_id, const std::string& receiver_id, const GCMClient::OutgoingMessage& message) argument
H A Dgcm_driver_desktop.cc74 const std::string& receiver_id,
273 const std::string& receiver_id,
277 gcm_client_->Send(app_id, receiver_id, message);
535 const std::string& receiver_id,
542 receiver_id,
547 DoSend(app_id, receiver_id, message);
551 const std::string& receiver_id,
559 receiver_id,
271 Send( const std::string& app_id, const std::string& receiver_id, const GCMClient::OutgoingMessage& message) argument
534 SendImpl(const std::string& app_id, const std::string& receiver_id, const GCMClient::OutgoingMessage& message) argument
550 DoSend(const std::string& app_id, const std::string& receiver_id, const GCMClient::OutgoingMessage& message) argument
H A Dgcm_driver_desktop_unittest.cc140 const std::string& receiver_id,
298 const std::string& receiver_id,
304 receiver_id,
297 Send(const std::string& app_id, const std::string& receiver_id, const GCMClient::OutgoingMessage& message, WaitToFinish wait_to_finish) argument
H A Dgcm_client_impl.cc728 const std::string& receiver_id,
740 stanza.set_to(receiver_id);
727 Send(const std::string& app_id, const std::string& receiver_id, const OutgoingMessage& message) argument
/external/chromium_org/chrome/browser/services/gcm/
H A Dfake_gcm_profile_service.cc41 const std::string& receiver_id,
77 const std::string& receiver_id,
84 receiver_id,
148 const std::string& receiver_id,
152 last_receiver_id_ = receiver_id;
76 SendImpl(const std::string& app_id, const std::string& receiver_id, const GCMClient::OutgoingMessage& message) argument
146 SendFinished( const std::string& app_id, const std::string& receiver_id, const GCMClient::OutgoingMessage& message) argument
/external/chromium_org/google_apis/gcm/monitoring/
H A Dfake_gcm_stats_recorder.cc86 const std::string& receiver_id,
93 const std::string& receiver_id,
102 const std::string& receiver_id,
84 RecordDataSentToWire( const std::string& app_id, const std::string& receiver_id, const std::string& message_id, int queued) argument
91 RecordNotifySendStatus( const std::string& app_id, const std::string& receiver_id, const std::string& message_id, gcm::MCSClient::MessageSendStatus status, int byte_size, int ttl) argument
100 RecordIncomingSendError( const std::string& app_id, const std::string& receiver_id, const std::string& message_id) argument

Completed in 5625 milliseconds