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
55 static SystemProfileEntity create(long systemProfileHash, SystemProfile systemProfile) { in create()
59 static long getSystemProfileHash(SystemProfile systemProfile) { in getSystemProfileHash()
DEventRecordAndSystemProfile.java40 public abstract SystemProfile systemProfile(); in systemProfile() method in EventRecordAndSystemProfile
60 SystemProfile systemProfile, EventVector eventVector, AggregateValue aggregateValue) { in create()
DDataService.java197 SystemProfile systemProfile, in aggregateCount()
236 SystemProfile systemProfile, in aggregateString()
303 SystemProfile systemProfile, in aggregateCountSync()
320 SystemProfile systemProfile, in aggregateStringSync()
367 SystemProfile systemProfile, in aggregateValueReportAll()
DTestOnlyDao.java82 SystemProfile systemProfile, in create()
109 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.java142 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.java92 SystemProfile systemProfile = eventData.getKey(); in generateObservations() local
DPrivateObservationGenerator.java132 SystemProfile systemProfile, in generateObservations()