| /appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/metadata/ |
| D | AppFunctionParameterMetadata.kt | 29 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()
|
| D | AppFunctionComponentsMetadata.kt | 65 dataTypes.map { (name, dataType) -> in <lambda>() method 68 dataTypeMetadata = dataType.toAppFunctionDataTypeMetadataDocument() in <lambda>()
|
| D | AppFunctionDataTypeMetadata.kt | 353 properties.map { (name, dataType) -> in toAppFunctionDataTypeMetadataDocument() method 356 dataTypeMetadata = dataType.toAppFunctionDataTypeMetadataDocument() in toAppFunctionDataTypeMetadataDocument()
|
| D | README.md | 22 type (`dataType`) of a function parameter, similar to how OpenAPI describes request parameters.
|
| /appfunctions/appfunctions-compiler/src/test/test-data/output/ |
| D | $FakeAllPrimitiveParamsImpl_AppFunctionInventory.KT | 43 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.KT | 63 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.KT | 46 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.KT | 47 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.KT | 46 dataType = PARAMETER_METADATA_INPUT_REFERENCE_DATA_TYPE 65 dataType = PARAMETER_METADATA_INPUTLIST_ARRAY_DATA_TYPE
|
| D | $DerivedSerializableInputFunctions_AppFunctionInventory.KT | 49 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.KT | 42 dataType = PARAMETER_METADATA_PARAMS_REFERENCE_DATA_TYPE 55 dataType = PARAMETER_METADATA_TOPLEVELGENERICPARAM_REFERENCE_DATA_TYPE
|
| D | $ParcelablePrimitiveFunctions_AppFunctionInventory.KT | 40 dataType = PARAMETER_METADATA_PENDINGINTENT_PRIMITIVE_DATA_TYPE
|
| D | $FunctionWithSerializableProxyInput_AppFunctionInventory.KT | 44 dataType = PARAMETER_METADATA_LOCALDATETIME_REFERENCE_DATA_TYPE 166 dataType = PARAMETER_METADATA_SERIALIZABLEWITHPROXYTYPE_REFERENCE_DATA_TYPE
|
| D | $NestedDerivedSerializableInputFunctions_AppFunctionInventory.KT | 45 dataType = PARAMETER_METADATA_SERIALIZABLE_REFERENCE_DATA_TYPE 204 dataType = PARAMETER_METADATA_SERIALIZABLE_ARRAY_DATA_TYPE
|
| /appfunctions/appfunctions-common/src/test/java/androidx/appfunctions/metadata/ |
| D | AppFunctionParameterMetadataTest.kt | 30 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()
|
| D | AppFunctionMetadataTest.kt | 83 dataType = primitiveTypeInt in appFunctionMetadata_toAppFunctionMetadataDocument_returnsCorrectDocument() 88 dataType = primitiveTypeLong in appFunctionMetadata_toAppFunctionMetadataDocument_returnsCorrectDocument()
|
| /appfunctions/appfunctions-runtime/src/androidTest/java/androidx/appfunctions/internal/ |
| D | AppFunctionDataParameterExtractorTest.kt | 61 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.kt | 67 dataType =
|
| /appfunctions/appfunctions-common/src/androidTest/java/androidx/appfunctions/ |
| D | AppFunctionDataTest.kt | 989 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/ |
| D | AppFunctionServiceDelegateTest.kt | 104 dataType = in <lambda>() 215 dataType = in <lambda>()
|
| /appfunctions/appfunctions-runtime/src/main/java/androidx/appfunctions/internal/ |
| D | AppFunctionDataParameterExtractor.kt | 52 when (val castDataType = parameterMetadata.dataType) { in unsafeGetParameterValue()
|
| /appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/ |
| D | AppFunctionDataSpec.kt | 175 return parameterMetadataList.firstOrNull { it.name == key }?.dataType in getDataType()
|
| /appfunctions/appfunctions-common/api/ |
| D | restricted_current.txt | 257 …ing name, boolean isRequired, androidx.appfunctions.metadata.AppFunctionDataTypeMetadata dataType); 261 property public androidx.appfunctions.metadata.AppFunctionDataTypeMetadata dataType;
|
| D | current.txt | 257 …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/ |
| D | AnnotatedAppFunctions.kt | 278 dataType = dataTypeMetadata, in <lambda>()
|