Searched defs:SyncResult (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | i_sync_completed_callback.h | 25 using SyncResult = std::map<std::string, SyncStatus>; variable
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/ |
H A D | iprofile_event_notifier.h | 25 using SyncResult = std::map<std::string, SyncStatus>; variable
|
H A D | iprofile_event_callback.h | 29 using SyncResult = std::map<std::string, SyncStatus>; variable
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ |
H A D | lib.rs | 40 pub type SyncResult<T> = Result<T, SyncError>; typedef
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/ |
H A D | cloud_db.rs | 51 ) -> SyncResult<()> { in execute() 201 pub fn unlock(&mut self) -> SyncResult<()> { in unlock() 215 pub fn heartbeat(&mut self) -> SyncResult<()> { in heartbeat()
|
H A D | asset_loader.rs | 82 pub fn remove_local_assets(asset: &CloudAsset) -> SyncResult<()> { in remove_local_assets()
|
H A D | cloud_service.rs | 102 pub fn unsubscribe(&mut self, relations: &HashMap<String, Vec<String>>) -> SyncResult<()> { in unsubscribe()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.h | 112 using SyncResult = std::pair<std::vector<std::string>, std::map<std::string, DBStatus>>; variable
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_service_impl.h | 143 using SyncResult = std::pair<std::vector<std::string>, std::map<std::string, DBStatus>>; variable
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_types.h | 156 using SyncResult = Briefs; variable
|