Home | History | Annotate | Download | only in notifier

Lines Matching defs:id

76   // Marks the registration for the |id| lost and re-registers
78 void MarkRegistrationLost(const invalidation::ObjectId& id);
83 // Marks the registration for the |id| permanently lost and blocks any future
85 void DisableId(const invalidation::ObjectId& id);
113 RegistrationStatus(const invalidation::ObjectId& id,
126 const invalidation::ObjectId id;
155 // Does nothing if the given id is disabled. Otherwise, if
160 void TryRegisterId(const invalidation::ObjectId& id,
163 // Registers the given id, which must be valid, immediately.
167 void DoRegisterId(const invalidation::ObjectId& id);
169 // Unregisters the given object ID.
170 void UnregisterId(const invalidation::ObjectId& id);
175 // Returns true iff the given object ID is registered.
176 bool IsIdRegistered(const invalidation::ObjectId& id) const;