Home
last modified time | relevance | path

Searched defs:SyncResult (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_sync_completed_callback.h25 using SyncResult = std::map<std::string, SyncStatus>; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H A Diprofile_event_notifier.h25 using SyncResult = std::map<std::string, SyncStatus>; variable
H A Diprofile_event_callback.h29 using SyncResult = std::map<std::string, SyncStatus>; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/
H A Dlib.rs40 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 Dcloud_db.rs51 ) -> SyncResult<()> { in execute()
201 pub fn unlock(&mut self) -> SyncResult<()> { in unlock()
215 pub fn heartbeat(&mut self) -> SyncResult<()> { in heartbeat()
H A Dasset_loader.rs82 pub fn remove_local_assets(asset: &CloudAsset) -> SyncResult<()> { in remove_local_assets()
H A Dcloud_service.rs102 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 Drdb_service_impl.h112 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 Dkvdb_service_impl.h143 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 Drdb_types.h156 using SyncResult = Briefs; variable