Lines Matching refs:primaryKey
35 HashableDimensionKey primaryKey; in onLogEvent() local
36 filterPrimaryKey(event.getValues(), &primaryKey); in onLogEvent()
41 clearStateForPrimaryKey(eventTimeNs, primaryKey); in onLogEvent()
50 clearStateForPrimaryKey(eventTimeNs, primaryKey); in onLogEvent()
62 StateValueInfo* stateValueInfo = &mStateMap[primaryKey]; in onLogEvent()
63 updateStateForPrimaryKey(eventTimeNs, primaryKey, newState, nested, stateValueInfo); in onLogEvent()
89 for (auto& [primaryKey, stateValueInfo] : mStateMap) { in handleReset()
90 updateStateForPrimaryKey(eventTimeNs, primaryKey, newState, in handleReset()
97 const HashableDimensionKey& primaryKey) { in clearStateForPrimaryKey() argument
100 mStateMap.find(primaryKey); in clearStateForPrimaryKey()
106 updateStateForPrimaryKey(eventTimeNs, primaryKey, state, in clearStateForPrimaryKey()
113 const HashableDimensionKey& primaryKey, in updateStateForPrimaryKey() argument
123 mStateMap.erase(primaryKey); in updateStateForPrimaryKey()
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()
167 const HashableDimensionKey& primaryKey, in notifyListeners() argument
172 sl->onStateChanged(eventTimeNs, mField.getTag(), primaryKey, oldState, newState); in notifyListeners()