Lines Matching refs:eventTimeNs
32 const int64_t eventTimeNs = event.GetElapsedTimestampNs(); in onLogEvent() local
41 clearStateForPrimaryKey(eventTimeNs, primaryKey); in onLogEvent()
50 clearStateForPrimaryKey(eventTimeNs, primaryKey); in onLogEvent()
57 handleReset(eventTimeNs, resetStateFieldValue); in onLogEvent()
63 updateStateForPrimaryKey(eventTimeNs, primaryKey, newState, nested, stateValueInfo); in onLogEvent()
87 void StateTracker::handleReset(const int64_t eventTimeNs, const FieldValue& newState) { in handleReset() argument
90 updateStateForPrimaryKey(eventTimeNs, primaryKey, newState, in handleReset()
96 void StateTracker::clearStateForPrimaryKey(const int64_t eventTimeNs, in clearStateForPrimaryKey() argument
106 updateStateForPrimaryKey(eventTimeNs, primaryKey, state, in clearStateForPrimaryKey()
112 void StateTracker::updateStateForPrimaryKey(const int64_t eventTimeNs, in updateStateForPrimaryKey() argument
134 notifyListeners(eventTimeNs, primaryKey, oldState, newState); in updateStateForPrimaryKey()
151 notifyListeners(eventTimeNs, primaryKey, oldState, newState); in updateStateForPrimaryKey()
156 notifyListeners(eventTimeNs, primaryKey, oldState, newState); in updateStateForPrimaryKey()
162 notifyListeners(eventTimeNs, primaryKey, oldState, newState); in updateStateForPrimaryKey()
166 void StateTracker::notifyListeners(const int64_t eventTimeNs, in notifyListeners() argument
172 sl->onStateChanged(eventTimeNs, mField.getTag(), primaryKey, oldState, newState); in notifyListeners()