Searched refs:map_single_sync_err (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/ |
H A D | cloud_extension.rs | 164 Err(e) => map_single_sync_err(&e), in OhCloudExtCloudAssetLoaderUpload() 209 Err(e) => map_single_sync_err(&e), in OhCloudExtCloudAssetLoaderDownload() 229 Err(e) => map_single_sync_err(&e), in OhCloudExtCloudAssetLoaderRemoveLocalAssets() 308 Err(e) => map_single_sync_err(&e), in OhCloudExtCloudDbExecuteSql() 353 Err(e) => map_single_sync_err(&e), in OhCloudExtCloudDbBatchInsert() 397 Err(e) => map_single_sync_err(&e), in OhCloudExtCloudDbBatchUpdate() 432 Err(e) => map_single_sync_err(&e), in OhCloudExtCloudDbBatchDelete() 473 Err(e) => map_single_sync_err(&e), in OhCloudExtCloudDbBatchQuery() 495 Err(e) => map_single_sync_err(&e), in OhCloudExtCloudDbLock() 511 Err(e) => map_single_sync_err(&e), in OhCloudExtCloudDbUnlock() [all …]
|