Searched refs:lastUpdateTimestamp (Results 1 – 1 of 1) sorted by relevance
45 time_t lastUpdateTimestamp; variable129 lastUpdateTimestamp(-1), in MultiStateCounter()159 if (timestamp < lastUpdateTimestamp) { in setEnabled()160 timestamp = lastUpdateTimestamp; in setEnabled()172 if (isEnabled && lastStateChangeTimestamp >= 0 && lastUpdateTimestamp >= 0) { in setState()175 if (timestamp < lastUpdateTimestamp) { in setState()176 timestamp = lastUpdateTimestamp; in setState()214 lastUpdateTimestamp = source.lastUpdateTimestamp; in copyStatesFrom()228 if (isEnabled || lastUpdateTimestamp < lastStateChangeTimestamp) { in updateValue()239 if (lastUpdateTimestamp >= 0) { in updateValue()[all …]