| 973 | const IChannel* mLastChannel = nullptr; |
| 974 | |
| 975 | void reset() { |
| 976 | mCreatedCount = 0; |
| 977 | mBeginDestroyCount = 0; |
| 978 | mAddedCount = 0; |
| 979 | mRemovedCount = 0; |
| 980 | mConfiguredCount = 0; |
| 981 | mEnqueuedCount = 0; |
| 982 | mLastEngineName.clear(); |
| 983 | mLastChannel = nullptr; |
| 984 | } |
| 985 | |
| 986 | void onCreated(const IChannel& ch) { |
| 987 | mCreatedCount++; |