source: azure_iot_hub_riscv/trunk/azure_iot_sdk/serializer/src/serializer.def@ 453

Last change on this file since 453 was 453, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 7.1 KB
Line 
1LIBRARY serializer
2EXPORTS
3 MethodReturn_Create
4 MethodReturn_Destroy
5 MethodReturn_GetReturn
6 SCHEMA_SERIALIZER_RESULTStringStorage
7 SCHEMA_SERIALIZER_RESULTStrings
8 SCHEMA_SERIALIZER_RESULT_FromString
9 SchemaSerializer_SerializeCommandMetadata
10 SERIALIZER_RESULTStringStorage
11 SERIALIZER_RESULTStrings
12 SERIALIZER_RESULT_FromString
13 serializer_init
14 serializer_deinit
15 serializer_setconfig
16 SCHEMA_RESULTStringStorage
17 SCHEMA_RESULTStrings
18 SCHEMA_RESULT_FromString
19 Schema_Create
20 Schema_GetMetadata
21 Schema_GetSchemaCount
22 Schema_GetSchemaByNamespace
23 Schema_GetSchemaForModel
24 Schema_GetSchemaNamespace
25 Schema_AddDeviceRef
26 Schema_ReleaseDeviceRef
27 Schema_CreateModelType
28 Schema_GetSchemaForModelType
29 Schema_GetModelName
30 Schema_CreateStructType
31 Schema_GetStructTypeName
32 Schema_AddStructTypeProperty
33 Schema_AddModelProperty
34 Schema_AddModelReportedProperty
35 Schema_AddModelDesiredProperty
36 Schema_AddModelModel
37 Schema_CreateModelAction
38 Schema_CreateModelMethod
39 Schema_AddModelActionArgument
40 Schema_AddModelMethodArgument
41 Schema_GetModelDesiredProperty_pfDesiredPropertyFromAGENT_DATA_TYPE
42 Schema_GetModelDesiredProperty_pfOnDesiredProperty
43 Schema_GetModelModelByName_Offset
44 Schema_GetModelModelByName_OnDesiredProperty
45 Schema_GetModelModelByIndex_Offset
46 Schema_GetModelDesiredProperty_offset
47 Schema_GetModelDesiredPropertyType
48 Schema_GetModelDesiredProperty_pfDesiredPropertyDeinitialize
49 Schema_GetModelDesiredProperty_pfDesiredPropertyInitialize
50 Schema_GetModelElementByName
51 Schema_GetModelCount
52 Schema_GetModelByName
53 Schema_GetModelByIndex
54 Schema_GetModelPropertyCount
55 Schema_GetModelPropertyByName
56 Schema_GetModelPropertyByIndex
57 Schema_GetModelReportedPropertyCount
58 Schema_GetModelReportedPropertyByName
59 Schema_GetModelReportedPropertyByIndex
60 Schema_GetModelDesiredPropertyCount
61 Schema_GetModelDesiredPropertyByName
62 Schema_GetModelDesiredPropertyByIndex
63 Schema_GetModelModelCount
64 Schema_GetModelModelByName
65 Schema_GetModelModelyByIndex
66 Schema_GetModelModelPropertyNameByIndex
67 Schema_ModelPropertyByPathExists
68 Schema_ModelReportedPropertyByPathExists
69 Schema_ModelDesiredPropertyByPathExists
70 Schema_GetModelActionCount
71 Schema_GetModelActionByName
72 Schema_GetModelMethodByName
73 Schema_GetModelActionByIndex
74 Schema_GetModelActionArgumentCount
75 Schema_GetModelMethodArgumentCount
76 Schema_GetModelActionName
77 Schema_GetModelActionArgumentByName
78 Schema_GetModelActionArgumentByIndex
79 Schema_GetModelMethodArgumentByIndex
80 Schema_GetActionArgumentName
81 Schema_GetMethodArgumentName
82 Schema_GetActionArgumentType
83 Schema_GetMethodArgumentType
84 Schema_GetStructTypeCount
85 Schema_GetStructTypeByName
86 Schema_GetStructTypeByIndex
87 Schema_GetStructTypePropertyCount
88 Schema_GetStructTypePropertyByName
89 Schema_GetStructTypePropertyByIndex
90 Schema_GetPropertyName
91 Schema_GetPropertyType
92 Schema_Destroy
93 Schema_DestroyIfUnused
94 MULTITREE_RESULTStringStorage
95 MULTITREE_RESULTStrings
96 MULTITREE_RESULT_FromString
97 MultiTree_Create
98 MultiTree_AddLeaf
99 MultiTree_AddChild
100 MultiTree_GetChildCount
101 MultiTree_GetChild
102 MultiTree_GetChildByName
103 MultiTree_GetName
104 MultiTree_GetValue
105 MultiTree_GetLeafValue
106 MultiTree_SetValue
107 MultiTree_Destroy
108 JSON_ENCODER_TOSTRING_RESULTStringStorage
109 JSON_ENCODER_RESULTStringStorage
110 JSON_ENCODER_RESULTStrings
111 JSON_ENCODER_RESULT_FromString
112 JSON_ENCODER_TOSTRING_RESULTStrings
113 JSON_ENCODER_TOSTRING_RESULT_FromString
114 JSONEncoder_CharPtr_ToString
115 JSONEncoder_EncodeTree
116 JSONDecoder_JSON_To_MultiTree
117 SkipWhiteSpaces
118 DEVICE_RESULTStringStorage
119 DEVICE_RESULTStrings
120 DEVICE_RESULT_FromString
121 Device_Create
122 Device_Destroy
123 Device_StartTransaction
124 Device_PublishTransacted
125 Device_EndTransaction
126 Device_CancelTransaction
127 Device_CreateTransaction_ReportedProperties
128 Device_PublishTransacted_ReportedProperty
129 Device_CommitTransaction_ReportedProperties
130 Device_DestroyTransaction_ReportedProperties
131 Device_ExecuteCommand
132 Device_ExecuteMethod
133 Device_IngestDesiredProperties
134 DATA_SERIALIZER_RESULTStringStorage
135 DATA_SERIALIZER_RESULTStrings
136 DATA_SERIALIZER_RESULT_FromString
137 DataSerializer_Encode
138 DataSerializer_Decode
139 DATA_PUBLISHER_RESULTStringStorage
140 DATA_PUBLISHER_RESULTStrings
141 DATA_PUBLISHER_RESULT_FromString
142 DataPublisher_Create
143 DataPublisher_Destroy
144 DataPublisher_StartTransaction
145 DataPublisher_PublishTransacted
146 DataPublisher_EndTransaction
147 DataPublisher_CancelTransaction
148 DataPublisher_SetMaxBufferSize
149 DataPublisher_GetMaxBufferSize
150 DataPublisher_CreateTransaction_ReportedProperties
151 DataPublisher_PublishTransacted_ReportedProperty
152 DataPublisher_CommitTransaction_ReportedProperties
153 DataPublisher_DestroyTransaction_ReportedProperties
154 DATA_MARSHALLER_RESULTStringStorage
155 DATA_MARSHALLER_RESULTStrings
156 DATA_MARSHALLER_RESULT_FromString
157 DataMarshaller_Create
158 DataMarshaller_Destroy
159 DataMarshaller_SendData
160 DataMarshaller_SendData_ReportedProperties
161 COMMANDDECODER_RESULTStringStorage
162 AGENT_DATA_TYPE_TYPEStringStorage
163 AGENT_DATA_TYPE_TYPEStrings
164 AGENT_DATA_TYPE_TYPE_FromString
165 COMMANDDECODER_RESULTStrings
166 COMMANDDECODER_RESULT_FromString
167 CommandDecoder_Create
168 CommandDecoder_ExecuteCommand
169 CommandDecoder_ExecuteMethod
170 CommandDecoder_Destroy
171 CommandDecoder_IngestDesiredProperties
172 CODEFIRST_RESULTStringStorage
173 EXECUTE_COMMAND_RESULTStringStorage
174 EXECUTE_COMMAND_RESULTStrings
175 EXECUTE_COMMAND_RESULT_FromString
176 CODEFIRST_RESULTStrings
177 CODEFIRST_RESULT_FromString
178 CodeFirst_Init
179 CodeFirst_Deinit
180 CodeFirst_RegisterSchema
181 CodeFirst_InvokeAction
182 CodeFirst_InvokeMethod
183 CodeFirst_ExecuteCommand
184 CodeFirst_ExecuteMethod
185 CodeFirst_CreateDevice
186 CodeFirst_DestroyDevice
187 CodeFirst_SendAsync
188 CodeFirst_SendAsyncReported
189 CodeFirst_IngestDesiredProperties
190 CodeFirst_GetPrimitiveType
191 hexToASCII
192 AGENT_DATA_TYPES_RESULTStringStorage
193 AGENT_DATA_TYPES_RESULTStrings
194 AGENT_DATA_TYPES_RESULT_FromString
195 AgentDataTypes_ToString
196 Create_EDM_BOOLEAN_from_int
197 Create_AGENT_DATA_TYPE_from_UINT8
198 Create_AGENT_DATA_TYPE_from_date
199 Create_EDM_DECIMAL_from_charz
200 Create_AGENT_DATA_TYPE_from_DOUBLE
201 Create_AGENT_DATA_TYPE_from_SINT16
202 Create_AGENT_DATA_TYPE_from_SINT32
203 Create_AGENT_DATA_TYPE_from_SINT64
204 Create_AGENT_DATA_TYPE_from_SINT8
205 Create_AGENT_DATA_TYPE_from_EDM_DATE_TIME_OFFSET
206 Create_AGENT_DATA_TYPE_from_EDM_GUID
207 Create_AGENT_DATA_TYPE_from_EDM_BINARY
208 Create_AGENT_DATA_TYPE_from_FLOAT
209 Create_AGENT_DATA_TYPE_from_charz
210 Create_AGENT_DATA_TYPE_from_charz_no_quotes
211 Create_NULL_AGENT_DATA_TYPE
212 Create_AGENT_DATA_TYPE_from_Members
213 Create_AGENT_DATA_TYPE_from_MemberPointers
214 Create_AGENT_DATA_TYPE_from_AGENT_DATA_TYPE
215 Destroy_AGENT_DATA_TYPE
216 CreateAgentDataType_From_String
217 AgentDataType_GetComplexTypeField
218
Note: See TracBrowser for help on using the repository browser.