Lines Matching refs:kConfigKey
46 const ConfigKey kConfigKey(0, 12345); variable
112 EXPECT_CALL(*pullerManager, RegisterReceiver(tagId, kConfigKey, _, _, _)) in createValueProducerNoConditions()
114 EXPECT_CALL(*pullerManager, UnRegisterReceiver(tagId, kConfigKey, _)) in createValueProducerNoConditions()
118 new ValueMetricProducer(kConfigKey, metric, -1 /*-1 meaning no condition*/, {}, in createValueProducerNoConditions()
131 EXPECT_CALL(*pullerManager, RegisterReceiver(tagId, kConfigKey, _, _, _)) in createValueProducerWithCondition()
133 EXPECT_CALL(*pullerManager, UnRegisterReceiver(tagId, kConfigKey, _)) in createValueProducerWithCondition()
137 kConfigKey, metric, 0 /*condition index*/, {ConditionState::kUnknown}, wizard, in createValueProducerWithCondition()
152 EXPECT_CALL(*pullerManager, RegisterReceiver(tagId, kConfigKey, _, _, _)) in createValueProducerWithState()
154 EXPECT_CALL(*pullerManager, UnRegisterReceiver(tagId, kConfigKey, _)) in createValueProducerWithState()
158 kConfigKey, metric, -1 /* no condition */, {}, wizard, protoHash, in createValueProducerWithState()
173 EXPECT_CALL(*pullerManager, RegisterReceiver(tagId, kConfigKey, _, _, _)) in createValueProducerWithConditionAndState()
175 EXPECT_CALL(*pullerManager, UnRegisterReceiver(tagId, kConfigKey, _)) in createValueProducerWithConditionAndState()
179 kConfigKey, metric, 0 /* condition tracker index */, {ConditionState::kUnknown}, in createValueProducerWithConditionAndState()
239 ValueMetricProducer valueProducer(kConfigKey, metric, -1 /*-1 meaning no condition*/, {}, in TEST()
265 ValueMetricProducer valueProducer(kConfigKey, metric, -1 /*-1 meaning no condition*/, {}, in TEST()
281 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
356 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST_P()
416 EXPECT_CALL(*pullerManager, RegisterReceiver(tagId, kConfigKey, _, _, _)).WillOnce(Return()); in TEST()
417 EXPECT_CALL(*pullerManager, UnRegisterReceiver(tagId, kConfigKey, _)).WillOnce(Return()); in TEST()
418 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
427 new ValueMetricProducer(kConfigKey, metric, -1 /*-1 meaning no condition*/, {}, wizard, in TEST()
491 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
552 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
609 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
692 ValueMetricProducer valueProducer(kConfigKey, metric, -1, {}, wizard, protoHash, in TEST_P()
749 EXPECT_CALL(*pullerManager, RegisterReceiver(tagId, kConfigKey, _, _, _)).WillOnce(Return()); in TEST_P()
750 EXPECT_CALL(*pullerManager, UnRegisterReceiver(tagId, kConfigKey, _)).WillOnce(Return()); in TEST_P()
751 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST_P()
762 ValueMetricProducer valueProducer(kConfigKey, metric, -1, {}, wizard, protoHash, in TEST_P()
805 EXPECT_CALL(*pullerManager, RegisterReceiver(tagId, kConfigKey, _, _, _)).WillOnce(Return()); in TEST()
806 EXPECT_CALL(*pullerManager, UnRegisterReceiver(tagId, kConfigKey, _)).WillOnce(Return()); in TEST()
807 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
810 ValueMetricProducer valueProducer(kConfigKey, metric, -1, {}, wizard, protoHash, in TEST()
831 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST_P()
882 ValueMetricProducer valueProducer(kConfigKey, metric, -1, {}, wizard, protoHash, in TEST()
923 ValueMetricProducer valueProducer(kConfigKey, metric, 0, {ConditionState::kUnknown}, wizard, in TEST()
990 ValueMetricProducer valueProducer(kConfigKey, metric, -1 /*-1 meaning no condition*/, {}, in TEST()
1061 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
1096 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
1176 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
1240 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
1336 ValueMetricProducer valueProducer(kConfigKey, metric, -1, {}, wizard, protoHash, in TEST()
1376 ValueMetricProducer valueProducer(kConfigKey, metric, -1, {}, wizard, protoHash, in TEST()
1415 ValueMetricProducer valueProducer(kConfigKey, metric, -1, {}, wizard, protoHash, in TEST()
1459 ValueMetricProducer valueProducer(kConfigKey, metric, -1, {}, wizard, protoHash, in TEST()
1499 ValueMetricProducer valueProducer(kConfigKey, metric, -1, {}, wizard, protoHash, in TEST()
1568 ValueMetricProducer valueProducer(kConfigKey, metric, -1, {}, wizard, protoHash, in TEST()
1669 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
1745 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
1854 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
1957 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs + 8, _)) in TEST()
1992 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
2032 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
2076 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs + 1, _)) in TEST()
2100 EXPECT_CALL(*pullerManager, RegisterReceiver(tagId, kConfigKey, _, _, _)).WillOnce(Return()); in TEST()
2101 EXPECT_CALL(*pullerManager, UnRegisterReceiver(tagId, kConfigKey, _)).WillRepeatedly(Return()); in TEST()
2103 ValueMetricProducer valueProducer(kConfigKey, metric, 0, {ConditionState::kUnknown}, wizard, in TEST()
2119 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs + 1, _)) in TEST()
2152 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
2230 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs + 2, _)) in TEST()
2287 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
2367 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
2441 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
2474 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
2518 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
2583 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs + 10, _)) in TEST()
2626 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST_P()
2682 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
2753 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
2783 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST_P()
2823 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
2868 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
2925 EXPECT_CALL(*pullerManager, RegisterReceiver(tagId, kConfigKey, _, _, _)).WillOnce(Return()); in TEST()
2926 EXPECT_CALL(*pullerManager, UnRegisterReceiver(tagId, kConfigKey, _)).WillRepeatedly(Return()); in TEST()
2928 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
2937 ValueMetricProducer valueProducer(kConfigKey, metric, -1, {}, wizard, protoHash, in TEST()
2959 EXPECT_CALL(*pullerManager, RegisterReceiver(tagId, kConfigKey, _, _, _)).WillOnce(Return()); in TEST()
2960 EXPECT_CALL(*pullerManager, UnRegisterReceiver(tagId, kConfigKey, _)).WillRepeatedly(Return()); in TEST()
2962 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
2971 ValueMetricProducer valueProducer(kConfigKey, metric, -1, {}, wizard, protoHash, in TEST()
2999 EXPECT_CALL(*pullerManager, RegisterReceiver(tagId, kConfigKey, _, _, _)).WillOnce(Return()); in TEST()
3000 EXPECT_CALL(*pullerManager, UnRegisterReceiver(tagId, kConfigKey, _)).WillRepeatedly(Return()); in TEST()
3002 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
3020 ValueMetricProducer valueProducer(kConfigKey, metric, -1, {}, wizard, protoHash, in TEST()
3058 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
3109 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs + 8, _)) in TEST()
3161 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
3201 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs + 20, _)) in TEST()
3247 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs + 50, _)) in TEST()
3305 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
3371 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
3427 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
3477 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
3551 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
3642 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
3731 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
3797 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs + 10, _)) in TEST()
3848 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
3967 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
4209 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
4517 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
5068 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
5283 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
5369 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
5600 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
5803 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
6670 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
6926 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()