Lines Matching refs:newState
38 FieldValue newState; in onLogEvent() local
39 if (!getStateFieldValueFromLogEvent(event, &newState)) { in onLogEvent()
45 mField.setField(newState.mField.getField()); in onLogEvent()
47 if (newState.mValue.getType() != INT) { in onLogEvent()
49 newState.mValue.getType()); in onLogEvent()
61 const bool nested = newState.mAnnotations.isNested(); in onLogEvent()
63 updateStateForPrimaryKey(eventTimeNs, primaryKey, newState, nested, stateValueInfo); in onLogEvent()
88 void StateTracker::handleReset(const int64_t eventTimeNs, const FieldValue& newState) { in handleReset() argument
91 updateStateForPrimaryKey(eventTimeNs, primaryKey, newState, in handleReset()
115 const FieldValue& newState, const bool nested, in updateStateForPrimaryKey() argument
121 const int32_t newStateValue = newState.mValue.int_value; in updateStateForPrimaryKey()
135 notifyListeners(eventTimeNs, primaryKey, oldState, newState); in updateStateForPrimaryKey()
152 notifyListeners(eventTimeNs, primaryKey, oldState, newState); in updateStateForPrimaryKey()
157 notifyListeners(eventTimeNs, primaryKey, oldState, newState); in updateStateForPrimaryKey()
163 notifyListeners(eventTimeNs, primaryKey, oldState, newState); in updateStateForPrimaryKey()
169 const FieldValue& oldState, const FieldValue& newState) { in notifyListeners() argument
173 sl->onStateChanged(eventTimeNs, mField.getTag(), primaryKey, oldState, newState); in notifyListeners()