Searched defs:systemProfileHash (Results 1 – 8 of 8) sorted by relevance
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/data/ |
D | SystemProfileAndAggregateValue.java | 39 abstract long systemProfileHash(); in systemProfileHash() method in SystemProfileAndAggregateValue 54 long systemProfileHash, AggregateValue aggregateValue) { in create()
|
D | SystemProfileEntity.java | 42 abstract long systemProfileHash(); in systemProfileHash() method in SystemProfileEntity 56 static SystemProfileEntity create(long systemProfileHash, SystemProfile systemProfile) { in create()
|
D | AggregateStoreEntity.java | 83 abstract long systemProfileHash(); in systemProfileHash() method in AggregateStoreEntity 101 long systemProfileHash, in create()
|
D | DaoBuildingBlocks.java | 153 long systemProfileHash, in updateAggregateValue() 195 long systemProfileHash, in updateAggregateValue() 347 int queryCountEventVectors(ReportKey reportKey, int dayIndex, long systemProfileHash) { in queryCountEventVectors() 494 long systemProfileHash); in queryCountEventVectors()
|
D | TestOnlyDao.java | 136 long systemProfileHash = in insertAggregateValue() local 147 systemProfileHash, in insertAggregateValue() local
|
D | DataService.java | 364 long systemProfileHash = SystemProfileEntity.getSystemProfileHash(systemProfile); in aggregateValueReportAll() local 421 long systemProfileHash, in insertAggregateRow() 436 ReportKey reportKey, int dayIndex, long systemProfileHash, long eventVectorBufferMax) { in canAddEventVectorToSystemProfile()
|
/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/data/ |
D | DaoBuildingBlocksTest.java | 92 long systemProfileHash, in insertSystemProfileAndReport() 105 long systemProfileHash, in insertAggregateValue() 134 long systemProfileHash, in updateAggregateValue() 143 systemProfileHash, in updateAggregateValue() local 198 private int queryCountEventVectors(ReportKey reportKey, int dayIndex, long systemProfileHash) { in queryCountEventVectors()
|
D | CobaltDatabaseMigrationTest.java | 52 long systemProfileHash = 6; in migrate1To2() local
|