Home
last modified time | relevance | path

Searched defs:SchemaMeta (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dcloud_service.rs63 pub fn get_app_schema(&mut self, bundle_name: &str) -> SyncResult<SchemaMeta> { in get_app_schema()
113 pub struct SchemaMeta { struct
119 impl Default for SchemaMeta { argument
129 impl SchemaMeta { impl
146 impl From<&ipc_conn::Schema> for SchemaMeta { implementation
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dauto_cache.h31 class SchemaMeta; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.h93 using SchemaMeta = DistributedData::SchemaMeta; variable
H A Dsync_manager.h41 using SchemaMeta = DistributedData::SchemaMeta; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dmod.rs86 SchemaMeta = 41, enumerator