1| Change Type | Old Version | New Version | d.ts File | 2| ---- | ------ | ------ | -------- | 3|Deleted|Class name: DistributedObject;<br>Method or attribute name: on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|NA|@ohos.data.distributedDataObject.d.ts| 4|Deleted|Class name: DataObject;<br>Method or attribute name: on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|NA|@ohos.data.distributedDataObject.d.ts| 5|Deleted|Class name: DistributedObject;<br>Method or attribute name: on(<br><br> type: 'status',<br><br> callback: Callback\<{ sessionId: string, networkId: string, status: 'online' \| 'offline' }><br><br> ): void;|NA|@ohos.data.distributedDataObject.d.ts| 6|Deleted|Class name: DataObject;<br>Method or attribute name: on(<br><br> type: 'status',<br><br> callback: Callback\<{ sessionId: string, networkId: string, status: 'online' \| 'offline' }><br><br> ): void;|NA|@ohos.data.distributedDataObject.d.ts| 7|Deleted|Class name: DistributedObject;<br>Method or attribute name: off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|NA|@ohos.data.distributedDataObject.d.ts| 8|Deleted|Class name: DataObject;<br>Method or attribute name: off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|NA|@ohos.data.distributedDataObject.d.ts| 9|Deleted|Class name: DistributedObject;<br>Method or attribute name: off(<br><br> type: 'status',<br><br> callback?: Callback\<{ sessionId: string, deviceId: string, status: 'online' \| 'offline' }><br><br> ): void;|NA|@ohos.data.distributedDataObject.d.ts| 10|Deleted|Class name: DataObject;<br>Method or attribute name: off(<br><br> type: 'status',<br><br> callback?: Callback\<{ sessionId: string, deviceId: string, status: 'online' \| 'offline' }><br><br> ): void;|NA|@ohos.data.distributedDataObject.d.ts| 11|Deleted|Class name: Preferences;<br>Method or attribute name: on(type: 'change', callback: Callback\<{ key: string }>): void;|NA|@ohos.data.preferences.d.ts| 12|Deleted|Class name: Preferences;<br>Method or attribute name: on(type: 'multiProcessChange', callback: Callback\<{ key: string }>): void;|NA|@ohos.data.preferences.d.ts| 13|Deleted|Class name: Preferences;<br>Method or attribute name: off(type: 'change', callback?: Callback\<{ key: string }>): void;|NA|@ohos.data.preferences.d.ts| 14|Deleted|Class name: Preferences;<br>Method or attribute name: off(type: 'multiProcessChange', callback?: Callback\<{ key: string }>): void;|NA|@ohos.data.preferences.d.ts| 15|Deleted|Class name: UDMF;<br>Method or attribute name: type Options = {<br> /**<br> * indicates the target Intention<br> *<br> * @syscap SystemCapability.DistributedDataManager.UDMF.Core<br> * @since 10<br> */<br> intention?: Intention;<br><br> /**<br> * indicates the unique identifier of target UnifiedData<br> *<br> * @syscap SystemCapability.DistributedDataManager.UDMF.Core<br> * @since 10<br> */<br> key?: string;<br> };|NA|@ohos.data.UDMF.d.ts| 16|Deleted|Class name: UDMF;<br>Method or attribute name: function insertData(options: Options, data: UnifiedData, callback: AsyncCallback\<string>): void;|NA|@ohos.data.UDMF.d.ts| 17|Deleted|Class name: UDMF;<br>Method or attribute name: function insertData(options: Options, data: UnifiedData): Promise\<string>;|NA|@ohos.data.UDMF.d.ts| 18|Deleted|Class name: UDMF;<br>Method or attribute name: function updateData(options: Options, data: UnifiedData, callback: AsyncCallback\<void>): void;|NA|@ohos.data.UDMF.d.ts| 19|Deleted|Class name: UDMF;<br>Method or attribute name: function updateData(options: Options, data: UnifiedData): Promise\<void>;|NA|@ohos.data.UDMF.d.ts| 20|Deleted|Class name: UDMF;<br>Method or attribute name: function queryData(options: Options, callback: AsyncCallback\<Array\<UnifiedData>>): void;|NA|@ohos.data.UDMF.d.ts| 21|Deleted|Class name: UDMF;<br>Method or attribute name: function queryData(options: Options): Promise\<Array\<UnifiedData>>;|NA|@ohos.data.UDMF.d.ts| 22|Deleted|Class name: UDMF;<br>Method or attribute name: function deleteData(options: Options, callback: AsyncCallback\<Array\<UnifiedData>>): void;|NA|@ohos.data.UDMF.d.ts| 23|Deleted|Class name: UDMF;<br>Method or attribute name: function deleteData(options: Options): Promise\<Array\<UnifiedData>>;|NA|@ohos.data.UDMF.d.ts| 24|Deleted|Class name: UnifiedDataType;<br>Method or attribute name: TEXT = 'Text'|NA|@ohos.data.UDMF.d.ts| 25|Deleted|Class name: UnifiedDataType;<br>Method or attribute name: PLAIN_TEXT = 'Text.PlainText'|NA|@ohos.data.UDMF.d.ts| 26|Deleted|Class name: UnifiedDataType;<br>Method or attribute name: HYPERLINK = 'Text.Hyperlink'|NA|@ohos.data.UDMF.d.ts| 27|Deleted|Class name: UnifiedDataType;<br>Method or attribute name: HTML = 'Text.HTML'|NA|@ohos.data.UDMF.d.ts| 28|Deleted|Class name: UnifiedDataType;<br>Method or attribute name: FILE = 'File'|NA|@ohos.data.UDMF.d.ts| 29|Deleted|Class name: UnifiedDataType;<br>Method or attribute name: IMAGE = 'File.Media.Image'|NA|@ohos.data.UDMF.d.ts| 30|Deleted|Class name: UnifiedDataType;<br>Method or attribute name: VIDEO = 'File.Media.Video'|NA|@ohos.data.UDMF.d.ts| 31|Deleted|Class name: UnifiedDataType;<br>Method or attribute name: AUDIO = 'File.Media.Audio'|NA|@ohos.data.UDMF.d.ts| 32|Deleted|Class name: UnifiedDataType;<br>Method or attribute name: FOLDER = 'File.Folder'|NA|@ohos.data.UDMF.d.ts| 33|Deleted|Class name: UnifiedDataType;<br>Method or attribute name: SYSTEM_DEFINED_RECORD = 'SystemDefinedType'|NA|@ohos.data.UDMF.d.ts| 34|Deleted|Class name: UnifiedDataType;<br>Method or attribute name: SYSTEM_DEFINED_FORM = 'SystemDefinedType.Form'|NA|@ohos.data.UDMF.d.ts| 35|Deleted|Class name: UnifiedDataType;<br>Method or attribute name: SYSTEM_DEFINED_APP_ITEM = 'SystemDefinedType.AppItem'|NA|@ohos.data.UDMF.d.ts| 36|Deleted|Class name: UnifiedDataType;<br>Method or attribute name: SYSTEM_DEFINED_PIXEL_MAP = 'SystemDefinedType.PixelMap'|NA|@ohos.data.UDMF.d.ts| 37|Deleted|Class name: UnifiedDataType;<br>Method or attribute name: APPLICATION_DEFINED_RECORD = 'ApplicationDefinedType'|NA|@ohos.data.UDMF.d.ts| 38|Deleted|Class name: UnifiedData;<br>Method or attribute name: constructor(record: UnifiedRecord);|NA|@ohos.data.UDMF.d.ts| 39|Deleted|Class name: UnifiedData;<br>Method or attribute name: addRecord(record: UnifiedRecord): void;|NA|@ohos.data.UDMF.d.ts| 40|Deleted|Class name: UnifiedData;<br>Method or attribute name: getRecords(): Array\<UnifiedRecord>;|NA|@ohos.data.UDMF.d.ts| 41|Deleted|Class name: Summary;<br>Method or attribute name: summary: { [key: string]: number };|NA|@ohos.data.UDMF.d.ts| 42|Deleted|Class name: Summary;<br>Method or attribute name: totalSize: number;|NA|@ohos.data.UDMF.d.ts| 43|Deleted|Class name: UnifiedRecord;<br>Method or attribute name: getType(): string;|NA|@ohos.data.UDMF.d.ts| 44|Deleted|Class name: Text;<br>Method or attribute name: details?: { [key: string]: string };|NA|@ohos.data.UDMF.d.ts| 45|Deleted|Class name: File;<br>Method or attribute name: details?: { [key: string]: string };|NA|@ohos.data.UDMF.d.ts| 46|Deleted|Class name: PlainText;<br>Method or attribute name: textContent: string;|NA|@ohos.data.UDMF.d.ts| 47|Deleted|Class name: PlainText;<br>Method or attribute name: abstract?: string;|NA|@ohos.data.UDMF.d.ts| 48|Deleted|Class name: Hyperlink;<br>Method or attribute name: url: string;|NA|@ohos.data.UDMF.d.ts| 49|Deleted|Class name: Hyperlink;<br>Method or attribute name: description?: string;|NA|@ohos.data.UDMF.d.ts| 50|Deleted|Class name: HTML;<br>Method or attribute name: htmlContent: string;|NA|@ohos.data.UDMF.d.ts| 51|Deleted|Class name: HTML;<br>Method or attribute name: plainContent?: string;|NA|@ohos.data.UDMF.d.ts| 52|Deleted|Class name: File;<br>Method or attribute name: uri: string;|NA|@ohos.data.UDMF.d.ts| 53|Deleted|Class name: Image;<br>Method or attribute name: imageUri: string;|NA|@ohos.data.UDMF.d.ts| 54|Deleted|Class name: Video;<br>Method or attribute name: videoUri: string;|NA|@ohos.data.UDMF.d.ts| 55|Deleted|Class name: Audio;<br>Method or attribute name: audioUri: string;|NA|@ohos.data.UDMF.d.ts| 56|Deleted|Class name: Folder;<br>Method or attribute name: folderUri: string;|NA|@ohos.data.UDMF.d.ts| 57|Deleted|Class name: SystemDefinedRecord;<br>Method or attribute name: details?: { [key: string]: number \| string \| Uint8Array };|NA|@ohos.data.UDMF.d.ts| 58|Deleted|Class name: SystemDefinedForm;<br>Method or attribute name: formId: number;|NA|@ohos.data.UDMF.d.ts| 59|Deleted|Class name: SystemDefinedForm;<br>Method or attribute name: formName: string;|NA|@ohos.data.UDMF.d.ts| 60|Deleted|Class name: SystemDefinedForm;<br>Method or attribute name: bundleName: string;|NA|@ohos.data.UDMF.d.ts| 61|Deleted|Class name: SystemDefinedAppItem;<br>Method or attribute name: bundleName: string;|NA|@ohos.data.UDMF.d.ts| 62|Deleted|Class name: SystemDefinedForm;<br>Method or attribute name: abilityName: string;|NA|@ohos.data.UDMF.d.ts| 63|Deleted|Class name: SystemDefinedAppItem;<br>Method or attribute name: abilityName: string;|NA|@ohos.data.UDMF.d.ts| 64|Deleted|Class name: SystemDefinedForm;<br>Method or attribute name: module: string;|NA|@ohos.data.UDMF.d.ts| 65|Deleted|Class name: SystemDefinedAppItem;<br>Method or attribute name: appId: string;|NA|@ohos.data.UDMF.d.ts| 66|Deleted|Class name: SystemDefinedAppItem;<br>Method or attribute name: appName: string;|NA|@ohos.data.UDMF.d.ts| 67|Deleted|Class name: SystemDefinedAppItem;<br>Method or attribute name: appIconId: string;|NA|@ohos.data.UDMF.d.ts| 68|Deleted|Class name: SystemDefinedAppItem;<br>Method or attribute name: appLabelId: string;|NA|@ohos.data.UDMF.d.ts| 69|Deleted|Class name: SystemDefinedPixelMap;<br>Method or attribute name: rawData: Uint8Array;|NA|@ohos.data.UDMF.d.ts| 70|Deleted|Class name: ApplicationDefinedRecord;<br>Method or attribute name: rawData: Uint8Array;|NA|@ohos.data.UDMF.d.ts| 71|Deleted|Class name: ApplicationDefinedRecord;<br>Method or attribute name: applicationDefinedType: string;|NA|@ohos.data.UDMF.d.ts| 72|Deleted|Class name: Intention;<br>Method or attribute name: DATA_HUB = 'DataHub'|NA|@ohos.data.UDMF.d.ts| 73|Added|NA|Class name: DistributedObject;<br>Method or attribute name: on(type: 'change', callback: (sessionId: string, fields: Array\<string>) => void): void;|@ohos.data.distributedDataObject.d.ts| 74|Added|NA|Class name: DataObject;<br>Method or attribute name: on(type: 'change', callback: (sessionId: string, fields: Array\<string>) => void ): void;|@ohos.data.distributedDataObject.d.ts| 75|Added|NA|Class name: DistributedObject;<br>Method or attribute name: on(<br><br> type: 'status',<br><br> callback: (sessionId: string, networkId: string, status: 'online' \| 'offline' ) => void<br><br> ): void;|@ohos.data.distributedDataObject.d.ts| 76|Added|NA|Class name: DataObject;<br>Method or attribute name: on(<br><br> type: 'status',<br><br> callback: (sessionId: string, networkId: string, status: 'online' \| 'offline' ) => void<br><br> ): void;|@ohos.data.distributedDataObject.d.ts| 77|Added|NA|Class name: DistributedObject;<br>Method or attribute name: off(type: 'change', callback?: (sessionId: string, fields: Array\<string>) => void): void;|@ohos.data.distributedDataObject.d.ts| 78|Added|NA|Class name: DataObject;<br>Method or attribute name: off(type: 'change', callback?: (sessionId: string, fields: Array\<string>) => void ): void;|@ohos.data.distributedDataObject.d.ts| 79|Added|NA|Class name: DistributedObject;<br>Method or attribute name: off(<br><br> type: 'status',<br><br> callback?: (sessionId: string, networkId: string, status: 'online' \| 'offline' ) => void<br><br> ): void;|@ohos.data.distributedDataObject.d.ts| 80|Added|NA|Class name: DataObject;<br>Method or attribute name: off(<br><br> type: 'status',<br><br> callback?: (sessionId: string, networkId: string, status: 'online' \| 'offline' ) => void<br><br> ): void;|@ohos.data.distributedDataObject.d.ts| 81|Added|NA|Class name: preferences;<br>Method or attribute name: function getPreferencesSync(context: Context, options: Options): Preferences;|@ohos.data.preferences.d.ts| 82|Added|NA|Class name: preferences;<br>Method or attribute name: function removePreferencesFromCacheSync(context: Context, options: Options): void;|@ohos.data.preferences.d.ts| 83|Added|NA|Class name: Preferences;<br>Method or attribute name: on(type: 'change', callback: (key: string) => void): void;|@ohos.data.preferences.d.ts| 84|Added|NA|Class name: Preferences;<br>Method or attribute name: on(type: 'multiProcessChange', callback: (key: string) => void): void;|@ohos.data.preferences.d.ts| 85|Added|NA|Class name: Preferences;<br>Method or attribute name: off(type: 'change', callback?: (key: string) => void): void;|@ohos.data.preferences.d.ts| 86|Added|NA|Class name: Preferences;<br>Method or attribute name: off(type: 'multiProcessChange', callback?: (key: string) => void): void;|@ohos.data.preferences.d.ts| 87|Added|NA|Class name: unifiedDataChannel;<br>Method or attribute name: type Options = {<br> /**<br> * Indicates the target Intention<br> *<br> * @syscap SystemCapability.DistributedDataManager.UDMF.Core<br> * @since 10<br> */<br> intention?: Intention;<br><br> /**<br> * Indicates the unique identifier of target UnifiedData<br> *<br> * @syscap SystemCapability.DistributedDataManager.UDMF.Core<br> * @since 10<br> */<br> key?: string;<br> };|@ohos.data.unifiedDataChannel.d.ts| 88|Added|NA|Class name: unifiedDataChannel;<br>Method or attribute name: function insertData(options: Options, data: UnifiedData, callback: AsyncCallback\<string>): void;|@ohos.data.unifiedDataChannel.d.ts| 89|Added|NA|Class name: unifiedDataChannel;<br>Method or attribute name: function insertData(options: Options, data: UnifiedData): Promise\<string>;|@ohos.data.unifiedDataChannel.d.ts| 90|Added|NA|Class name: unifiedDataChannel;<br>Method or attribute name: function updateData(options: Options, data: UnifiedData, callback: AsyncCallback\<void>): void;|@ohos.data.unifiedDataChannel.d.ts| 91|Added|NA|Class name: unifiedDataChannel;<br>Method or attribute name: function updateData(options: Options, data: UnifiedData): Promise\<void>;|@ohos.data.unifiedDataChannel.d.ts| 92|Added|NA|Class name: unifiedDataChannel;<br>Method or attribute name: function queryData(options: Options, callback: AsyncCallback\<Array\<UnifiedData>>): void;|@ohos.data.unifiedDataChannel.d.ts| 93|Added|NA|Class name: unifiedDataChannel;<br>Method or attribute name: function queryData(options: Options): Promise\<Array\<UnifiedData>>;|@ohos.data.unifiedDataChannel.d.ts| 94|Added|NA|Class name: unifiedDataChannel;<br>Method or attribute name: function deleteData(options: Options, callback: AsyncCallback\<Array\<UnifiedData>>): void;|@ohos.data.unifiedDataChannel.d.ts| 95|Added|NA|Class name: unifiedDataChannel;<br>Method or attribute name: function deleteData(options: Options): Promise\<Array\<UnifiedData>>;|@ohos.data.unifiedDataChannel.d.ts| 96|Added|NA|Class name: UnifiedData;<br>Method or attribute name: constructor(record: UnifiedRecord);|@ohos.data.unifiedDataChannel.d.ts| 97|Added|NA|Class name: UnifiedData;<br>Method or attribute name: addRecord(record: UnifiedRecord): void;|@ohos.data.unifiedDataChannel.d.ts| 98|Added|NA|Class name: UnifiedData;<br>Method or attribute name: getRecords(): Array\<UnifiedRecord>;|@ohos.data.unifiedDataChannel.d.ts| 99|Added|NA|Class name: Summary;<br>Method or attribute name: summary: { [key: string]: number };|@ohos.data.unifiedDataChannel.d.ts| 100|Added|NA|Class name: Summary;<br>Method or attribute name: totalSize: number;|@ohos.data.unifiedDataChannel.d.ts| 101|Added|NA|Class name: UnifiedRecord;<br>Method or attribute name: getType(): string;|@ohos.data.unifiedDataChannel.d.ts| 102|Added|NA|Class name: Text;<br>Method or attribute name: details?: { [key: string]: string };|@ohos.data.unifiedDataChannel.d.ts| 103|Added|NA|Class name: File;<br>Method or attribute name: details?: { [key: string]: string };|@ohos.data.unifiedDataChannel.d.ts| 104|Added|NA|Class name: PlainText;<br>Method or attribute name: textContent: string;|@ohos.data.unifiedDataChannel.d.ts| 105|Added|NA|Class name: PlainText;<br>Method or attribute name: abstract?: string;|@ohos.data.unifiedDataChannel.d.ts| 106|Added|NA|Class name: Hyperlink;<br>Method or attribute name: url: string;|@ohos.data.unifiedDataChannel.d.ts| 107|Added|NA|Class name: Hyperlink;<br>Method or attribute name: description?: string;|@ohos.data.unifiedDataChannel.d.ts| 108|Added|NA|Class name: HTML;<br>Method or attribute name: htmlContent: string;|@ohos.data.unifiedDataChannel.d.ts| 109|Added|NA|Class name: HTML;<br>Method or attribute name: plainContent?: string;|@ohos.data.unifiedDataChannel.d.ts| 110|Added|NA|Class name: File;<br>Method or attribute name: uri: string;|@ohos.data.unifiedDataChannel.d.ts| 111|Added|NA|Class name: Image;<br>Method or attribute name: imageUri: string;|@ohos.data.unifiedDataChannel.d.ts| 112|Added|NA|Class name: Video;<br>Method or attribute name: videoUri: string;|@ohos.data.unifiedDataChannel.d.ts| 113|Added|NA|Class name: Audio;<br>Method or attribute name: audioUri: string;|@ohos.data.unifiedDataChannel.d.ts| 114|Added|NA|Class name: Folder;<br>Method or attribute name: folderUri: string;|@ohos.data.unifiedDataChannel.d.ts| 115|Added|NA|Class name: SystemDefinedRecord;<br>Method or attribute name: details?: { [key: string]: number \| string \| Uint8Array };|@ohos.data.unifiedDataChannel.d.ts| 116|Added|NA|Class name: SystemDefinedForm;<br>Method or attribute name: formId: number;|@ohos.data.unifiedDataChannel.d.ts| 117|Added|NA|Class name: SystemDefinedForm;<br>Method or attribute name: formName: string;|@ohos.data.unifiedDataChannel.d.ts| 118|Added|NA|Class name: SystemDefinedForm;<br>Method or attribute name: bundleName: string;|@ohos.data.unifiedDataChannel.d.ts| 119|Added|NA|Class name: SystemDefinedAppItem;<br>Method or attribute name: bundleName: string;|@ohos.data.unifiedDataChannel.d.ts| 120|Added|NA|Class name: SystemDefinedForm;<br>Method or attribute name: abilityName: string;|@ohos.data.unifiedDataChannel.d.ts| 121|Added|NA|Class name: SystemDefinedAppItem;<br>Method or attribute name: abilityName: string;|@ohos.data.unifiedDataChannel.d.ts| 122|Added|NA|Class name: SystemDefinedForm;<br>Method or attribute name: module: string;|@ohos.data.unifiedDataChannel.d.ts| 123|Added|NA|Class name: SystemDefinedAppItem;<br>Method or attribute name: appId: string;|@ohos.data.unifiedDataChannel.d.ts| 124|Added|NA|Class name: SystemDefinedAppItem;<br>Method or attribute name: appName: string;|@ohos.data.unifiedDataChannel.d.ts| 125|Added|NA|Class name: SystemDefinedAppItem;<br>Method or attribute name: appIconId: string;|@ohos.data.unifiedDataChannel.d.ts| 126|Added|NA|Class name: SystemDefinedAppItem;<br>Method or attribute name: appLabelId: string;|@ohos.data.unifiedDataChannel.d.ts| 127|Added|NA|Class name: SystemDefinedPixelMap;<br>Method or attribute name: rawData: Uint8Array;|@ohos.data.unifiedDataChannel.d.ts| 128|Added|NA|Class name: ApplicationDefinedRecord;<br>Method or attribute name: rawData: Uint8Array;|@ohos.data.unifiedDataChannel.d.ts| 129|Added|NA|Class name: ApplicationDefinedRecord;<br>Method or attribute name: applicationDefinedType: string;|@ohos.data.unifiedDataChannel.d.ts| 130|Added|NA|Class name: Intention;<br>Method or attribute name: DATA_HUB = 'DataHub'|@ohos.data.unifiedDataChannel.d.ts| 131|Added|NA|Class name: UniformDataType;<br>Method or attribute name: TEXT = 'general.text'|@ohos.data.uniformTypeDescriptor.d.ts| 132|Added|NA|Class name: UniformDataType;<br>Method or attribute name: PLAIN_TEXT = 'general.plain-text'|@ohos.data.uniformTypeDescriptor.d.ts| 133|Added|NA|Class name: UniformDataType;<br>Method or attribute name: HYPERLINK = 'general.hyperlink'|@ohos.data.uniformTypeDescriptor.d.ts| 134|Added|NA|Class name: UniformDataType;<br>Method or attribute name: HTML = 'general.html'|@ohos.data.uniformTypeDescriptor.d.ts| 135|Added|NA|Class name: UniformDataType;<br>Method or attribute name: FILE = 'general.file'|@ohos.data.uniformTypeDescriptor.d.ts| 136|Added|NA|Class name: UniformDataType;<br>Method or attribute name: IMAGE = 'general.image'|@ohos.data.uniformTypeDescriptor.d.ts| 137|Added|NA|Class name: UniformDataType;<br>Method or attribute name: VIDEO = 'general.video'|@ohos.data.uniformTypeDescriptor.d.ts| 138|Added|NA|Class name: UniformDataType;<br>Method or attribute name: AUDIO = 'general.audio'|@ohos.data.uniformTypeDescriptor.d.ts| 139|Added|NA|Class name: UniformDataType;<br>Method or attribute name: FOLDER = 'general.folder'|@ohos.data.uniformTypeDescriptor.d.ts| 140|Added|NA|Class name: UniformDataType;<br>Method or attribute name: OPENHARMONY_FORM = 'openharmony.form'|@ohos.data.uniformTypeDescriptor.d.ts| 141|Added|NA|Class name: UniformDataType;<br>Method or attribute name: OPENHARMONY_APP_ITEM = 'openharmony.app-item'|@ohos.data.uniformTypeDescriptor.d.ts| 142|Added|NA|Class name: UniformDataType;<br>Method or attribute name: OPENHARMONY_PIXEL_MAP = 'openharmony.pixel-map'|@ohos.data.uniformTypeDescriptor.d.ts| 143