Searched refs:OhCloudExtSchemaMeta (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/ |
H A D | cloud_ext_types.h | 491 } OhCloudExtSchemaMeta; typedef 496 int OhCloudExtSchemaMetaGetVersion(const OhCloudExtSchemaMeta *schema, int *version); 501 int OhCloudExtSchemaMetaGetBundleName(const OhCloudExtSchemaMeta *schema, unsigned char **name, uns… 510 const OhCloudExtSchemaMeta *schema, 518 void OhCloudExtSchemaMetaFree(OhCloudExtSchemaMeta *ptr);
|
H A D | cloud_extension.h | 318 OhCloudExtSchemaMeta **schema
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/ |
H A D | cloud_ext_types.rs | 78 pub type OhCloudExtSchemaMeta = SafeCffiWrapper<cloud_service::SchemaMeta>; typedef 957 schema: *mut OhCloudExtSchemaMeta, in OhCloudExtSchemaMetaGetVersion() argument 964 let schema_struct = match OhCloudExtSchemaMeta::get_inner_ref(schema, SafetyCheckId::SchemaMeta) in OhCloudExtSchemaMetaGetVersion() 976 schema: *mut OhCloudExtSchemaMeta, in OhCloudExtSchemaMetaGetBundleName() argument 984 let schema_struct = match OhCloudExtSchemaMeta::get_inner_ref(schema, SafetyCheckId::SchemaMeta) in OhCloudExtSchemaMetaGetBundleName() 998 schema: *mut OhCloudExtSchemaMeta, in OhCloudExtSchemaMetaGetDatabases() argument 1005 let schema_struct = match OhCloudExtSchemaMeta::get_inner_ref(schema, SafetyCheckId::SchemaMeta) in OhCloudExtSchemaMetaGetDatabases() 1018 pub unsafe extern "C" fn OhCloudExtSchemaMetaFree(schema: *mut OhCloudExtSchemaMeta) { in OhCloudExtSchemaMetaFree() argument 1019 let _ = OhCloudExtSchemaMeta::from_ptr(schema, SafetyCheckId::SchemaMeta); in OhCloudExtSchemaMetaFree()
|
H A D | cloud_extension.rs | 576 schema: *mut *const OhCloudExtSchemaMeta, in OhCloudExtCloudSyncGetAppSchema() argument 591 *schema = OhCloudExtSchemaMeta::new(schema_meta, SafetyCheckId::SchemaMeta).into_ptr(); in OhCloudExtCloudSyncGetAppSchema()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | cloud_server_impl.cpp | 133 OhCloudExtSchemaMeta *schema = nullptr; in GetAppSchema() 142 auto pSchema = std::shared_ptr<OhCloudExtSchemaMeta>(schema, [](auto *schema) { in GetAppSchema()
|