OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mcs_client_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/components/gcm_driver/
gcm_client_impl.cc
353
mcs_client_
= internals_builder_->BuildMCSClient(
360
mcs_client_
->Initialize(
397
mcs_client_
->Login(device_checkin_info_.android_id,
581
mcs_client_
.reset();
753
mcs_client_
->SendMessage(mcs_message);
787
stats.connection_client_created =
mcs_client_
.get() != NULL;
790
if (
mcs_client_
.get()) {
791
stats.send_queue_size =
mcs_client_
->GetSendQueueSize();
792
stats.resend_queue_size =
mcs_client_
->GetResendQueueSize();
[
all
...]
gcm_client_impl.h
185
// Receives information about
mcs_client_
errors.
191
// Initializes
mcs_client_
, which handles the connection to MCS.
195
// Starts a login on
mcs_client_
.
292
scoped_ptr<MCSClient>
mcs_client_
;
member in class:gcm::GCMClientImpl
gcm_client_impl_unittest.cc
269
return reinterpret_cast<FakeMCSClient*>(gcm_client_->
mcs_client_
.get());
[
all
...]
/external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc
248
scoped_ptr<MCSClient>
mcs_client_
;
member in class:gcm::__anon13013::MCSProbe
313
mcs_client_
.reset(new MCSClient("probe",
339
mcs_client_
->Initialize(
476
mcs_client_
->Login(android_id_, secret_);
/external/chromium_org/google_apis/gcm/engine/
mcs_client_unittest.cc
98
TestMCSClient* mcs_client() const { return
mcs_client_
.get(); }
134
scoped_ptr<TestMCSClient>
mcs_client_
;
member in class:gcm::__anon13008::MCSClientTest
169
mcs_client_
.reset(new TestMCSClient(&clock_,
178
base::Unretained(
mcs_client_
.get()),
197
mcs_client_
->Login(kAndroidId, kSecurityToken);
Completed in 431 milliseconds