HomeSort by relevance Sort by last modified time
    Searched refs:PersistentId (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/google_apis/gcm/engine/
mcs_client.h 150 typedef std::string PersistentId;
152 typedef std::vector<PersistentId> PersistentIdList;
153 typedef std::map<StreamId, PersistentId> StreamIdToPersistentIdMap;
195 virtual PersistentId GetNextPersistentId();
mcs_client.cc 225 std::vector<PersistentId> expired_ttl_ids;
335 PersistentId persistent_id = GetNextPersistentId();
419 std::vector<PersistentId> expired_ttl_ids;
579 PersistentId persistent_id = GetPersistentId(*protobuf);
771 std::set<PersistentId> remaining_ids(id_list.begin(), id_list.end());
868 MCSClient::PersistentId MCSClient::GetNextPersistentId() {
    [all...]

Completed in 154 milliseconds