Home
last modified time | relevance | path

Searched defs:systemProfile (Results 1 – 11 of 11) sorted by relevance

/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/data/
DSystemProfileEntity.java48 abstract SystemProfile systemProfile(); in systemProfile() method in SystemProfileEntity
56 static SystemProfileEntity create(long systemProfileHash, SystemProfile systemProfile) { in create()
60 static long getSystemProfileHash(SystemProfile systemProfile) { in getSystemProfileHash()
DEventRecordAndSystemProfile.java40 public abstract SystemProfile systemProfile(); in systemProfile() method in EventRecordAndSystemProfile
61 SystemProfile systemProfile, EventVector eventVector, AggregateValue aggregateValue) { in create()
DDataService.java191 SystemProfile systemProfile, in aggregateCount()
230 SystemProfile systemProfile, in aggregateString()
297 SystemProfile systemProfile, in aggregateCountSync()
314 SystemProfile systemProfile, in aggregateStringSync()
359 SystemProfile systemProfile, in aggregateValueReportAll()
DTestOnlyDao.java83 SystemProfile systemProfile, in create()
110 public abstract SystemProfile systemProfile(); in systemProfile() method in TestOnlyDao.AggregateStoreTableRow
DConverters.java124 public static byte[] fromSystemProfile(SystemProfile systemProfile) { in fromSystemProfile()
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/system/
DSystemData.java46 SystemProfile.Builder systemProfile = in SystemData() local
/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/data/
DCobaltDatabaseMigrationTest.java57 SystemProfile systemProfile = SystemProfile.getDefaultInstance(); in migrate1To2() local
DDataServiceTest.java137 SystemProfile systemProfile, EventVector eventVector, int aggregateValue) { in createEventRecord()
DDaoBuildingBlocksTest.java93 SystemProfile systemProfile, in insertSystemProfileAndReport()
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/observations/
DNonPrivateObservationGenerator.java90 SystemProfile systemProfile = eventData.getKey(); in generateObservations() local
DPrivateObservationGenerator.java130 SystemProfile systemProfile, in generateObservations()