/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/data/ |
D | ReportEntity.java | 42 abstract ReportKey reportKey(); in reportKey() method in ReportEntity 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 | DataService.java | 121 ReportKey reportKey, in generateObservations() 189 ReportKey reportKey, in aggregateCount() 228 ReportKey reportKey, in aggregateString() 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() 495 ReportKey reportKey, int mostRecentDayIndex, int dayIndexLoggerEnabled) { in nextDayIndexToAggregate()
|
D | StringHashEntity.java | 67 abstract ReportKey reportKey(); in reportKey() method in StringHashEntity 94 ReportKey reportKey, int dayIndex, int listIndex, HashCode stringHash) { in create() 103 ReportKey reportKey, int dayIndex, int listIndex, String string) { 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() method in TestOnlyDao.AggregateStoreTableRow 158 public Void insertLastSentDayIndex(ReportKey reportKey, int dayIndex) { in insertLastSentDayIndex() 197 public Optional<Integer> queryLastSentDayIndex(ReportKey reportKey) { in queryLastSentDayIndex()
|
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()
|
D | AggregateStoreEntity.java | 65 abstract ReportKey reportKey(); in reportKey() method in AggregateStoreEntity 98 ReportKey reportKey, in create()
|
/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/data/ |
D | DaoBuildingBlocksTest.java | 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() 184 ReportKey reportKey, in queryOneSystemProfileAndAggregateValue() 198 private int queryCountEventVectors(ReportKey reportKey, int dayIndex, long systemProfileHash) { in queryCountEventVectors() [all …]
|
D | CobaltDatabaseMigrationTest.java | 50 ReportKey reportKey = ReportKey.create(1, 2, 3, 4); in migrate1To2() local
|
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/impl/ |
D | CobaltLoggerImpl.java | 202 ReportKey reportKey = in logNumberToReports() local 239 ReportKey reportKey = in logStringToReports() local
|
D | CobaltPeriodicJobImpl.java | 186 ReportKey reportKey = in generateAndSaveObservations() local
|
/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/observations/ |
D | ObservationGeneratorFactoryTest.java | 134 ReportKey reportKey = ReportKey.create(CUSTOMER_ID, PROJECT_ID, METRIC_ID, REPORT_ID); in getObservationGenerator_nonPrivateStringsCounts_queriesStringHashList() local
|