Home
last modified time | relevance | path

Searched refs:pSchema (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp142 auto pSchema = std::shared_ptr<OhCloudExtSchemaMeta>(schema, [](auto *schema) { in GetAppSchema() local
145 OhCloudExtSchemaMetaGetVersion(pSchema.get(), &dbSchema.version); in GetAppSchema()
147 status = OhCloudExtSchemaMetaGetDatabases(pSchema.get(), &databases); in GetAppSchema()