Lines Matching refs:sync

29 | [Rdb_ChangeInfo](_rdb___change_info.md) | Defines the details about the device-cloud sync process…
32 | [Rdb_Statistic](_rdb___statistic.md) | Defines the device-cloud sync statistics of a database tab…
35 …ssObserver](_rdb___progress_observer.md) | Defines the observer of the device-cloud sync progress.|
59 …nfo](_r_d_b.md#rdb_changeinfo) | Defines a struct for details about the device-cloud sync process.|
65 | [Rdb_SyncMode](_r_d_b.md#rdb_syncmode) | Defines an enum for RDB sync modes.|
66 | [Rdb_Statistic](_r_d_b.md#rdb_statistic) | Defines a struct for device-cloud sync statistics of a…
68 | [Rdb_Progress](_r_d_b.md#rdb_progress) | Defines an enum for device-cloud sync progresses.|
69 …ssCode](_r_d_b.md#rdb_progresscode) | Defines an enum for states in the device-cloud sync process.|
71 …r_d_b.md#rdb_progresscallback) | Defines a callback used to return the device-cloud sync progress.|
72 …SyncCallback](_r_d_b.md#rdb_synccallback) | Defines a callback to be invoked in device-cloud sync.|
73 …_b.md#rdb_progressobserver) | Defines a struct for the observer of the device-cloud sync progress.|
86 …ME_FIRST, RDB_SYNC_MODE_NATIVE_FIRST, RDB_SYNC_MODE_CLOUD_FIRST } | Enumerates the RDB sync modes.|
87 …SYNC_BEGIN, RDB_SYNC_IN_PROGRESS, RDB_SYNC_FINISH } | Enumerates the device-cloud sync progresses.|
88 …IT_EXCEEDED, RDB_NO_SPACE_FOR_ASSET<br>} | Enumerates the states in the device-cloud sync process.|
135 …gress_details.md) \*progress, int32_t version) | Obtains the device-cloud sync statistics of a tab…
136 …onst [Rdb_ProgressObserver](_rdb___progress_observer.md) \*observer) | Performs device-cloud sync.|
137 …ubscribes to the automatic sync progress of an RDB store. The registered callback will be invoked …
138 …rdb___progress_observer.md) \*observer) | Unsubscribes from the automatic sync process of an RDB s…
139 …B store based on specified conditions. The locked data will be blocked from the device-cloud sync.|