Searched refs:_lastEventsTimes (Results 1 – 4 of 4) sorted by relevance
182 _lastEventsTimes = {}; field in Camera288 this._lastEventsTimes[type] &&290 new Date().getTime() - this._lastEventsTimes[type].getTime() < EventThrottleMs) {295 this._lastEventsTimes[type] = new Date(); property in Camera
89 _lastEventsTimes: {
1 …_lastEventsTimes: { [eventName: string]: Date } = {};\n\n // @needsAudit\n /**\n * Takes a pic…
229 _lastEventsTimes: { [eventName: string]: Date } = {};359 this._lastEventsTimes[type] &&361 new Date().getTime() - this._lastEventsTimes[type].getTime() < EventThrottleMs368 this._lastEventsTimes[type] = new Date();