HomeSort by relevance Sort by last modified time
    Searched defs:gcm (Results 26 - 50 of 120) sorted by null

12 3 4 5

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
GCMMultiplier.java 1 package org.bouncycastle.crypto.modes.gcm;
  /external/chromium_org/chrome/browser/services/gcm/
fake_signin_manager.cc 5 #include "chrome/browser/services/gcm/fake_signin_manager.h"
19 namespace gcm { namespace
57 } // namespace gcm
gcm_desktop_utils.cc 5 #include "chrome/browser/services/gcm/gcm_desktop_utils.h"
17 namespace gcm { namespace
96 } // namespace gcm
gcm_profile_service_factory.cc 5 #include "chrome/browser/services/gcm/gcm_profile_service_factory.h"
10 #include "chrome/browser/services/gcm/gcm_profile_service.h"
20 namespace gcm { namespace
24 // GCM is not supported in incognito mode.
67 } // namespace gcm
push_messaging_service_impl.h 20 namespace gcm { namespace
27 // Register profile-specific prefs for GCM.
30 // If any Service Workers are using push, starts GCM and adds an app handler.
69 } // namespace gcm
fake_gcm_profile_service.h 11 #include "chrome/browser/services/gcm/gcm_profile_service.h"
18 namespace gcm { namespace
20 // Acts as a bridge between GCM API and GCMClient layer for testing purposes.
72 } // namespace gcm
gcm_profile_service.h 13 #include "chrome/browser/services/gcm/push_messaging_service_impl.h"
25 namespace gcm { namespace
30 // Providing GCM service, via GCMDriver, to a profile.
33 // Returns whether GCM is enabled for |profile|.
36 // Register profile-specific prefs for GCM.
93 } // namespace gcm
  /external/chromium_org/components/gcm_driver/
default_gcm_app_handler.cc 10 namespace gcm { namespace
42 DVLOG(1) << "GCM connected to " << ip_endpoint.ToString();
47 DVLOG(1) << "GCM disconnected";
50 } // namespace gcm
fake_gcm_client_factory.h 17 namespace gcm { namespace
40 } // namespace gcm
fake_gcm_app_handler.cc 9 namespace gcm { namespace
71 } // namespace gcm
gcm_driver.h 18 namespace gcm { namespace
22 // Bridge between GCM users in Chrome and the platform-specific implementation.
38 // the GCM server.
48 // Unregisters an app from using GCM.
74 // Removes all the cached and persisted GCM data. If the GCM service is
87 // Enables/disables GCM service.
97 // Returns true if the gcm client has an open and active connection.
100 // Get GCM client internal states and statistics.
106 // Enables/disables GCM activity recording, and then returns the stats
    [all...]
  /external/chromium_org/google_apis/gcm/base/
mcs_message_unittest.cc 5 #include "google_apis/gcm/base/mcs_message.h"
9 #include "google_apis/gcm/base/mcs_util.h"
10 #include "google_apis/gcm/protocol/mcs.pb.h"
13 namespace gcm { namespace
92 } // namespace gcm
mcs_message.cc 5 #include "google_apis/gcm/base/mcs_message.h"
8 #include "google_apis/gcm/base/mcs_util.h"
10 namespace gcm { namespace
78 } // namespace gcm
mcs_message.h 13 #include "google_apis/gcm/base/gcm_export.h"
21 namespace gcm { namespace
83 } // namespace gcm
mcs_util_unittest.cc 5 #include "google_apis/gcm/base/mcs_util.h"
13 namespace gcm { namespace
84 } // namespace gcm
  /external/chromium_org/google_apis/gcm/engine/
connection_handler.h 9 #include "google_apis/gcm/base/gcm_export.h"
25 namespace gcm { namespace
65 } // namespace gcm
fake_connection_factory.h 9 #include "google_apis/gcm/engine/connection_factory.h"
11 namespace gcm { namespace
56 } // namespace gcm
gcm_store_impl.h 11 #include "google_apis/gcm/base/gcm_export.h"
12 #include "google_apis/gcm/engine/gcm_store.h"
19 namespace gcm { namespace
23 // An implementation of GCM Store that uses LevelDB for persistence.
36 // Closes the GCM store.
39 // Clears the GCM store of all data and destroys any LevelDB files associated
124 } // namespace gcm
gservices_settings.h 13 #include "google_apis/gcm/base/gcm_export.h"
14 #include "google_apis/gcm/engine/gcm_store.h"
15 #include "google_apis/gcm/protocol/checkin.pb.h"
18 namespace gcm { namespace
80 } // namespace gcm
connection_factory.h 11 #include "google_apis/gcm/base/gcm_export.h"
12 #include "google_apis/gcm/engine/connection_handler.h"
24 namespace gcm { namespace
53 // Notifies the listener that GCM has performed a handshake with and is now
113 } // namespace gcm
  /external/chromium_org/google_apis/gcm/monitoring/
gcm_stats_recorder.h 12 #include "google_apis/gcm/base/gcm_export.h"
13 #include "google_apis/gcm/engine/connection_factory.h"
14 #include "google_apis/gcm/engine/mcs_client.h"
15 #include "google_apis/gcm/engine/registration_request.h"
16 #include "google_apis/gcm/engine/unregistration_request.h"
18 namespace gcm { namespace
20 // Defines the interface to record GCM internal stats and activities for
133 } // namespace gcm
  /external/chromium_org/chrome/browser/
browser_process.h 58 namespace gcm { namespace
237 virtual gcm::GCMDriver* gcm_driver() = 0;
  /external/chromium_org/chrome/browser/extensions/api/gcm/
gcm_api.h 8 #include "chrome/common/extensions/api/gcm.h"
12 namespace gcm { namespace
15 } // namespace gcm
34 // Checks that the GCM API is enabled.
37 gcm::GCMDriver* GetGCMDriver() const;
42 DECLARE_EXTENSION_FUNCTION("gcm.register", GCM_REGISTER);
54 gcm::GCMClient::Result result);
59 DECLARE_EXTENSION_FUNCTION("gcm.unregister", GCM_UNREGISTER);
70 void CompleteFunctionWithResult(gcm::GCMClient::Result result);
75 DECLARE_EXTENSION_FUNCTION("gcm.send", GCM_SEND)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_gcm_app_handler.h 26 namespace gcm { namespace
37 class ExtensionGCMAppHandler : public gcm::GCMAppHandler,
48 // gcm::GCMAppHandler implementation.
52 const gcm::GCMClient::IncomingMessage& message) OVERRIDE;
56 const gcm::GCMClient::SendErrorDetails& send_error_details) OVERRIDE;
61 gcm::GCMClient::Result result);
65 gcm::GCMDriver* GetGCMDriver() const;
  /external/chromium_org/components/invalidation/
gcm_invalidation_bridge.h 23 namespace gcm { namespace
25 } // namespace gcm
34 class GCMInvalidationBridge : public gcm::GCMAppHandler,
40 GCMInvalidationBridge(gcm::GCMDriver* gcm_driver,
51 // gcm::GCMAppHandler implementation.
55 const gcm::GCMClient::IncomingMessage& message) OVERRIDE;
59 const gcm::GCMClient::SendErrorDetails& send_error_details) OVERRIDE;
82 gcm::GCMClient::Result result);
85 gcm::GCMDriver* const gcm_driver_;

Completed in 415 milliseconds

12 3 4 5