Home
last modified time | relevance | path

Searched refs:dataType (Results 1 – 25 of 26) sorted by relevance

12

/appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/metadata/
DAppFunctionParameterMetadata.kt29 public val dataType: AppFunctionDataTypeMetadata, constant in androidx.appfunctions.metadata.AppFunctionParameterMetadata
39 if (dataType != other.dataType) return false in equals()
47 result = 31 * result + dataType.hashCode() in hashCode()
55 "dataType=$dataType" + in toString()
64 dataTypeMetadata = dataType.toAppFunctionDataTypeMetadataDocument() in toAppFunctionParameterMetadataDocument()
83 dataType = dataTypeMetadata.toAppFunctionDataTypeMetadata()
DAppFunctionComponentsMetadata.kt65 dataTypes.map { (name, dataType) -> in <lambda>() method
68 dataTypeMetadata = dataType.toAppFunctionDataTypeMetadataDocument() in <lambda>()
DAppFunctionDataTypeMetadata.kt353 properties.map { (name, dataType) -> in toAppFunctionDataTypeMetadataDocument() method
356 dataTypeMetadata = dataType.toAppFunctionDataTypeMetadataDocument() in toAppFunctionDataTypeMetadataDocument()
DREADME.md22 type (`dataType`) of a function parameter, similar to how OpenAPI describes request parameters.
/appfunctions/appfunctions-compiler/src/test/test-data/output/
D$FakeAllPrimitiveParamsImpl_AppFunctionInventory.KT43 dataType = PARAMETER_METADATA_ARG1_PRIMITIVE_DATA_TYPE
56 dataType = PARAMETER_METADATA_ARG2_PRIMITIVE_DATA_TYPE
69 dataType = PARAMETER_METADATA_ARG3_PRIMITIVE_DATA_TYPE
82 dataType = PARAMETER_METADATA_ARG4_PRIMITIVE_DATA_TYPE
95 dataType = PARAMETER_METADATA_ARG5_PRIMITIVE_DATA_TYPE
108 dataType = PARAMETER_METADATA_ARG6_PRIMITIVE_DATA_TYPE
169 dataType = PARAMETER_METADATA_ARG1_ARRAY_DATA_TYPE
188 dataType = PARAMETER_METADATA_ARG2_ARRAY_DATA_TYPE
207 dataType = PARAMETER_METADATA_ARG3_ARRAY_DATA_TYPE
226 dataType = PARAMETER_METADATA_ARG4_ARRAY_DATA_TYPE
[all …]
D$AllPrimitiveInputFunctions_AppFunctionInventory.KT63 dataType = PARAMETER_METADATA_INTPARAM_PRIMITIVE_DATA_TYPE
112 dataType = PARAMETER_METADATA_LONGPARAM_PRIMITIVE_DATA_TYPE
161 dataType = PARAMETER_METADATA_FLOATPARAM_PRIMITIVE_DATA_TYPE
210 dataType = PARAMETER_METADATA_DOUBLEPARAM_PRIMITIVE_DATA_TYPE
259 dataType = PARAMETER_METADATA_BOOLEANPARAM_PRIMITIVE_DATA_TYPE
308 dataType = PARAMETER_METADATA_STRINGPARAM_PRIMITIVE_DATA_TYPE
357 dataType = PARAMETER_METADATA_INTPARAM_PRIMITIVE_DATA_TYPE
406 dataType = PARAMETER_METADATA_LONGPARAM_PRIMITIVE_DATA_TYPE
455 dataType = PARAMETER_METADATA_FLOATPARAM_PRIMITIVE_DATA_TYPE
504 dataType = PARAMETER_METADATA_DOUBLEPARAM_PRIMITIVE_DATA_TYPE
[all …]
D$RecursiveSerializableInputFunctions_AppFunctionInventory.KT46 dataType = PARAMETER_METADATA_SERIALIZABLE_REFERENCE_DATA_TYPE
126 dataType = PARAMETER_METADATA_SERIALIZABLE_ARRAY_DATA_TYPE
206 dataType = PARAMETER_METADATA_SERIALIZABLE_ARRAY_DATA_TYPE
280 dataType = PARAMETER_METADATA_SERIALIZABLE_REFERENCE_DATA_TYPE
D$SerializableInputFunctions_AppFunctionInventory.KT47 dataType = PARAMETER_METADATA_SERIALIZABLE_REFERENCE_DATA_TYPE
141 dataType = PARAMETER_METADATA_SERIALIZABLE_ARRAY_DATA_TYPE
235 dataType = PARAMETER_METADATA_SERIALIZABLE_ARRAY_DATA_TYPE
323 dataType = PARAMETER_METADATA_SERIALIZABLE_REFERENCE_DATA_TYPE
417 dataType = PARAMETER_METADATA_SERIALIZABLE_ARRAY_DATA_TYPE
511 dataType = PARAMETER_METADATA_SERIALIZABLE_ARRAY_DATA_TYPE
D$AppFunctionWithInputFromDifferentPackage_AppFunctionInventory.KT46 dataType = PARAMETER_METADATA_INPUT_REFERENCE_DATA_TYPE
65 dataType = PARAMETER_METADATA_INPUTLIST_ARRAY_DATA_TYPE
D$DerivedSerializableInputFunctions_AppFunctionInventory.KT49 dataType = PARAMETER_METADATA_SERIALIZABLE_REFERENCE_DATA_TYPE
185 dataType = PARAMETER_METADATA_SERIALIZABLE_ARRAY_DATA_TYPE
321 dataType = PARAMETER_METADATA_SERIALIZABLE_ARRAY_DATA_TYPE
451 dataType = PARAMETER_METADATA_SERIALIZABLE_REFERENCE_DATA_TYPE
587 dataType = PARAMETER_METADATA_SERIALIZABLE_ARRAY_DATA_TYPE
723 dataType = PARAMETER_METADATA_SERIALIZABLE_ARRAY_DATA_TYPE
D$FunctionWithGenericSerializable_AppFunctionInventory.KT42 dataType = PARAMETER_METADATA_PARAMS_REFERENCE_DATA_TYPE
55 dataType = PARAMETER_METADATA_TOPLEVELGENERICPARAM_REFERENCE_DATA_TYPE
D$ParcelablePrimitiveFunctions_AppFunctionInventory.KT40 dataType = PARAMETER_METADATA_PENDINGINTENT_PRIMITIVE_DATA_TYPE
D$FunctionWithSerializableProxyInput_AppFunctionInventory.KT44 dataType = PARAMETER_METADATA_LOCALDATETIME_REFERENCE_DATA_TYPE
166 dataType = PARAMETER_METADATA_SERIALIZABLEWITHPROXYTYPE_REFERENCE_DATA_TYPE
D$NestedDerivedSerializableInputFunctions_AppFunctionInventory.KT45 dataType = PARAMETER_METADATA_SERIALIZABLE_REFERENCE_DATA_TYPE
204 dataType = PARAMETER_METADATA_SERIALIZABLE_ARRAY_DATA_TYPE
/appfunctions/appfunctions-common/src/test/java/androidx/appfunctions/metadata/
DAppFunctionParameterMetadataTest.kt30 dataType = in appFunctionParameterMetadata_equalsAndHashCode()
40 dataType = in appFunctionParameterMetadata_equalsAndHashCode()
50 dataType = in appFunctionParameterMetadata_equalsAndHashCode()
71 dataType = in appFunctionParameterMetadata_toAppFunctionParameterMetadataDocument_returnsCorrectDocument()
114 dataType = in appFunctionParameterMetadataDocument_toAppFunctionParameterMetadata_returnsCorrectMetadata()
DAppFunctionMetadataTest.kt83 dataType = primitiveTypeInt in appFunctionMetadata_toAppFunctionMetadataDocument_returnsCorrectDocument()
88 dataType = primitiveTypeLong in appFunctionMetadata_toAppFunctionMetadataDocument_returnsCorrectDocument()
/appfunctions/appfunctions-runtime/src/androidTest/java/androidx/appfunctions/internal/
DAppFunctionDataParameterExtractorTest.kt61 dataType = in testAppFunctionData_extractRequiredSingleParameters_exist()
81 dataType = in testAppFunctionData_extractRequiredSingleParameters_notExist()
101 dataType = in testAppFunctionData_extractNotRequiredSingleParameters_exist()
121 dataType = in testAppFunctionData_extractNotRequiredSingleParameters_notExist()
142 dataType = in testAppFunctionData_extractSingleParameters_wrongType()
162 dataType = in testAppFunctionData_extractRequiredCollectionParameters_exist()
187 dataType = in testAppFunctionData_extractRequiredCollectionParameters_notExist()
211 dataType = in testAppFunctionData_extractNotRequiredCollectionParameters_exist()
236 dataType = in testAppFunctionData_extractNotRequiredCollectionParameters_notExist()
261 dataType = in testAppFunctionData_extractCollectionParameters_wrongType()
D$AggregatedAppFunctionInventory_Impl.kt67 dataType =
/appfunctions/appfunctions-common/src/androidTest/java/androidx/appfunctions/
DAppFunctionDataTest.kt989 dataType =
998 dataType =
1007 dataType =
1016 dataType =
1025 dataType =
1034 dataType =
1043 dataType =
1052 dataType =
1065 dataType =
1078 dataType =
[all …]
/appfunctions/appfunctions-runtime/src/test/java/androidx/appfunctions/
DAppFunctionServiceDelegateTest.kt104 dataType = in <lambda>()
215 dataType = in <lambda>()
/appfunctions/appfunctions-runtime/src/main/java/androidx/appfunctions/internal/
DAppFunctionDataParameterExtractor.kt52 when (val castDataType = parameterMetadata.dataType) { in unsafeGetParameterValue()
/appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/
DAppFunctionDataSpec.kt175 return parameterMetadataList.firstOrNull { it.name == key }?.dataType in getDataType()
/appfunctions/appfunctions-common/api/
Drestricted_current.txt257 …ing name, boolean isRequired, androidx.appfunctions.metadata.AppFunctionDataTypeMetadata dataType);
261 property public androidx.appfunctions.metadata.AppFunctionDataTypeMetadata dataType;
Dcurrent.txt257 …ing name, boolean isRequired, androidx.appfunctions.metadata.AppFunctionDataTypeMetadata dataType);
261 property public androidx.appfunctions.metadata.AppFunctionDataTypeMetadata dataType;
/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/
DAnnotatedAppFunctions.kt278 dataType = dataTypeMetadata, in <lambda>()

12