/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/data/ |
D | DataService.java | 121 ReportKey reportKey, in generateObservations() 189 ReportKey reportKey, in aggregateCount() 228 ReportKey reportKey, in aggregateString() 258 ImmutableList<ReportKey> relevantReports, int oldestDayIndex) { in cleanup() 295 ReportKey reportKey, in aggregateCountSync() 312 ReportKey reportKey, in aggregateStringSync() 357 ReportKey reportKey, in aggregateValueReportAll() 419 ReportKey reportKey, in insertAggregateRow() 436 ReportKey reportKey, int dayIndex, long systemProfileHash, long eventVectorBufferMax) { in canAddEventVectorToSystemProfile() 454 ReportKey reportKey, in generateObservationsSync() [all …]
|
D | DaoBuildingBlocks.java | 89 Void insertLastSentDayIndex(ReportKey reportKey, int dayIndex) { in insertLastSentDayIndex() 128 Void updateLastSentDayIndex(ReportKey reportKey, int dayIndex) { in updateLastSentDayIndex() 150 ReportKey reportKey, in updateAggregateValue() 289 ReportKey reportKey, in queryOneSystemProfileAndAggregateValue() 347 int queryCountEventVectors(ReportKey reportKey, int dayIndex, long systemProfileHash) { in queryCountEventVectors() 413 ReportKey reportKey, int dayIndex, long stringBufferMax, HashCode stringHashHint) { in queryStringListIndex() 458 public List<StringListEntry> queryStringHashList(ReportKey reportKey, int dayIndex) { in queryStringHashList() 503 List<EventRecordAndSystemProfile> queryEventRecordsForDay(ReportKey reportKey, int dayIndex) { in queryEventRecordsForDay() 555 Optional<Integer> queryLastSentDayIndex(ReportKey reportKey) { in queryLastSentDayIndex() 565 abstract List<ReportKey> queryReportKeys(); in queryReportKeys() [all …]
|
D | ReportEntity.java | 42 abstract ReportKey reportKey(); in reportKey() 56 static ReportEntity create(ReportKey reportKey, Optional<Integer> lastSentDayIndex) { in create() 67 static ReportEntity create(ReportKey reportKey) { in create() 78 static ReportEntity create(ReportKey reportKey, int lastSentDayIndex) { in create()
|
D | TestOnlyDao.java | 59 public abstract Builder setReportKey(ReportKey reportKey); in setReportKey() 80 ReportKey reportKey, in create() 98 public abstract ReportKey reportKey(); in reportKey() 158 public Void insertLastSentDayIndex(ReportKey reportKey, int dayIndex) { in insertLastSentDayIndex() 197 public Optional<Integer> queryLastSentDayIndex(ReportKey reportKey) { in queryLastSentDayIndex() 232 public abstract List<ReportKey> getReportKeys(); in getReportKeys()
|
D | StringHashEntity.java | 67 abstract ReportKey reportKey(); in reportKey() 94 ReportKey reportKey, int dayIndex, int listIndex, HashCode stringHash) { in create() 103 ReportKey reportKey, int dayIndex, int listIndex, String string) { in create()
|
D | ReportKey.java | 32 public abstract class ReportKey { class 63 public static ReportKey create(long customerId, long projectId, long metricId, long reportId) { in create()
|
D | AggregateStoreEntity.java | 65 abstract ReportKey reportKey(); in reportKey() 98 ReportKey reportKey, in create()
|
/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/data/ |
D | DaoBuildingBlocksTest.java | 51 private static final ReportKey[] sReportKey = { 52 ReportKey.create(0, 0, 0, 0), ReportKey.create(1, 1, 1, 1) 94 ReportKey reportKey, in insertSystemProfileAndReport() 102 ReportKey reportKey, in insertAggregateValue() 113 ReportKey reportKey, int dayIndex, int listIndex, HashCode stringHashHint) { in insertStringHash() 122 private void insertLastSentDayIndex(ReportKey reportKey, int dayIndex) { in insertLastSentDayIndex() 126 private void updateLastSentDayIndex(ReportKey reportKey, int dayIndex) { in updateLastSentDayIndex() 131 ReportKey reportKey, in updateAggregateValue() 148 ReportKey reportKey, in updateSystemProfileHash() 165 ReportKey reportKey, in updateSystemProfileHashAndAggregateValue() [all …]
|
D | CobaltDatabaseMigrationTest.java | 50 ReportKey reportKey = ReportKey.create(1, 2, 3, 4); in migrate1To2()
|
D | LogAggregatorsTest.java | 32 private static final ReportKey REPORT_KEY = ReportKey.create(0, 1, 2, 3);
|
D | DataServiceTest.java | 62 private static final ReportKey REPORT_1 = ReportKey.create(1, 2, 3, 4); 63 private static final ReportKey REPORT_2 = 64 ReportKey.create(
|
/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/impl/ |
D | CobaltLoggerImplTest.java | 33 import com.android.cobalt.data.ReportKey; 77 private static final ReportKey ONE_REPORT = ReportKey.create(1, 1, 1, 1); 78 private static final ReportKey MULTIPLE_REPORTS_1 = 79 ReportKey.create(ONE_REPORT.customerId(), ONE_REPORT.projectId(), 2, 2); 80 private static final ReportKey MULTIPLE_REPORTS_2 = 81 ReportKey.create( 86 private static final ReportKey STRING_REPORT = 87 ReportKey.create(ONE_REPORT.customerId(), ONE_REPORT.projectId(), 4, 4); 88 private static final ReportKey MULTIPLE_STRING_REPORTS_1 = 89 ReportKey.create(ONE_REPORT.customerId(), ONE_REPORT.projectId(), 5, 5); [all …]
|
D | CobaltPeriodicJobImplTest.java | 38 import com.android.cobalt.data.ReportKey; 110 private static final ReportKey REPORT_1 = ReportKey.create(1, 1, 1, 1); 111 private static final ReportKey REPORT_2 = 112 ReportKey.create(REPORT_1.customerId(), REPORT_1.projectId(), 2, 2); 113 private static final ReportKey REPORT_3 = 114 ReportKey.create(REPORT_1.customerId(), REPORT_1.projectId(), REPORT_2.metricId(), 3); 115 private static final ReportKey REPORT_4 = 116 ReportKey.create(REPORT_1.customerId(), REPORT_1.projectId(), REPORT_2.metricId(), 4); 1041 ReportKey simpleReportKey = 1042 ReportKey.create( [all …]
|
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/impl/ |
D | CobaltLoggerImpl.java | 27 import com.android.cobalt.data.ReportKey; 202 ReportKey reportKey = in logNumberToReports() 203 ReportKey.create( in logNumberToReports() 239 ReportKey reportKey = in logStringToReports() 240 ReportKey.create( in logStringToReports()
|
D | CobaltPeriodicJobImpl.java | 31 import com.android.cobalt.data.ReportKey; 168 ImmutableList.Builder<ReportKey> relevantReports = ImmutableList.builder(); in generateAndSaveObservations() 186 ReportKey reportKey = in generateAndSaveObservations() 187 ReportKey.create( in generateAndSaveObservations()
|
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/observations/ |
D | ObservationGeneratorFactory.java | 25 import com.android.cobalt.data.ReportKey; 101 ReportKey.create( in getNonPrivateObservationGenerator()
|
/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/observations/ |
D | ObservationGeneratorFactoryTest.java | 29 import com.android.cobalt.data.ReportKey; 134 ReportKey reportKey = ReportKey.create(CUSTOMER_ID, PROJECT_ID, METRIC_ID, REPORT_ID); in getObservationGenerator_nonPrivateStringsCounts_queriesStringHashList()
|