Home
last modified time | relevance | path

Searched defs:schemaType (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
H A DSetSchemaRequest.java226 public Builder setSchemaTypeDisplayedBySystem( in setSchemaTypeDisplayedBySystem()
261 public Builder setSchemaTypeVisibilityForPackage( in setSchemaTypeVisibilityForPackage()
315 public Builder setMigrator(@NonNull String schemaType, @NonNull Migrator migrator) { in setMigrator()
H A DGetByDocumentIdRequest.java149 public Builder addProjection( in addProjection()
H A DSetSchemaResponse.java310 @NonNull String schemaType, in MigrationFailure()
H A DAppSearchSchema.java166 public Builder(@NonNull String schemaType) { in Builder()
859 public Builder(@NonNull String propertyName, @NonNull String schemaType) { in Builder()
H A DGenericDocument.java1005 public Builder(@NonNull String namespace, @NonNull String id, @NonNull String schemaType) { in Builder()
1077 public BuilderType setSchemaType(@NonNull String schemaType) { in setSchemaType()
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/visibilitystore/
H A DVisibleToPackagesDocument.java87 public Builder setAccessibleSchemaType(@NonNull String schemaType) { in setAccessibleSchemaType()
/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/util/
H A DSchemaMigrationUtil.java62 String schemaType = entry.getKey(); in getActiveMigrators() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dability_sync.cpp89 void AbilitySyncRequestPacket::SetSchemaType(uint32_t schemaType) in SetSchemaType()
234 void AbilitySyncAckPacket::SetSchemaType(uint32_t schemaType) in SetSchemaType()
430 uint8_t schemaType = packet->GetSchemaType(); in AckRecv() local
460 uint8_t schemaType = packet->GetSchemaType(); in RequestRecv() local
828 uint32_t schemaType = 0; in RequestPacketDeSerializationTailPart() local
865 uint32_t schemaType = 0; in AckPacketDeSerializationTailPart() local
973 uint32_t schemaType = 0; in SetAbilityRequestBodyInfo() local
/aosp12/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/
H A DAppSearchMigrationHelper.java94 public void queryAndTransform(@NonNull String schemaType, @NonNull Migrator migrator, in queryAndTransform()
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
H A DAppSearchImpl.java1785 String schemaType = existingSchema.getTypes(i).getSchemaType(); in rewriteSchema() local
2167 Map<String, Map<String, SchemaTypeConfigProto>> map, String prefix, String schemaType) { in removeFromMap() argument
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
H A DAppSearchImplTest.java1828 final String schemaType = prefix + "schema"; in testRewriteSearchResultProto() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp1988 auto schemaType = GetSchemaObject().GetSchemaType(); in CheckSchemaSupportForCloudSync() local