Home
last modified time | relevance | path

Searched refs:PersistentId (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/google_apis/gcm/engine/
Dmcs_client.h150 typedef std::string PersistentId; typedef
152 typedef std::vector<PersistentId> PersistentIdList;
153 typedef std::map<StreamId, PersistentId> StreamIdToPersistentIdMap;
195 virtual PersistentId GetNextPersistentId();
Dmcs_client.cc225 std::vector<PersistentId> expired_ttl_ids; in Initialize()
335 PersistentId persistent_id = GetNextPersistentId(); in SendMessage()
419 std::vector<PersistentId> expired_ttl_ids; in ResetStateAndBuildLoginRequest()
579 PersistentId persistent_id = GetPersistentId(*protobuf); in HandlePacketFromWire()
771 std::set<PersistentId> remaining_ids(id_list.begin(), id_list.end()); in HandleSelectiveAck()
868 MCSClient::PersistentId MCSClient::GetNextPersistentId() { in GetNextPersistentId()