Home
last modified time | relevance | path

Searched defs:GetSchema (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelationaldb_properties.cpp37 RelationalSchemaObject RelationalDBProperties::GetSchema() const in GetSchema() function in DistributedDB::RelationalDBProperties
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_properties.cpp78 SchemaObject KvDBProperties::GetSchema() const in GetSchema() function in DistributedDB::KvDBProperties
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_reference_sync_test.cpp143 DataBaseSchema DistributedDBCloudReferenceSyncTest::GetSchema() in GetSchema() function in __anon789e90cf0110::DistributedDBCloudReferenceSyncTest
165 DataBaseSchema DistributedDBCloudReferenceSyncTest::GetSchema(const std::vector<std::string> &table… in GetSchema() function in __anon789e90cf0110::DistributedDBCloudReferenceSyncTest
H A Ddistributeddb_cloud_task_merge_test.cpp182 DataBaseSchema DistributedDBCloudTaskMergeTest::GetSchema() in GetSchema() function in __anonb94ae3c60110::DistributedDBCloudTaskMergeTest
H A Ddistributeddb_cloud_assets_operation_sync_test.cpp183 DataBaseSchema DistributedDBCloudAssetsOperationSyncTest::GetSchema() in GetSchema() function in __anond35eef630110::DistributedDBCloudAssetsOperationSyncTest
H A Ddistributeddb_cloud_check_sync_test.cpp268 DataBaseSchema DistributedDBCloudCheckSyncTest::GetSchema() in GetSchema() function in __anonc8f560be0110::DistributedDBCloudCheckSyncTest
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_schema.cpp88 JsSchema* JsSchema::GetSchema(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase>& … in GetSchema() function in OHOS::DistributedData::JsSchema
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_schema.cpp90 JsSchema* JsSchema::GetSchema(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase>& … in GetSchema() function in OHOS::DistributedKVStore::JsSchema
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dability_sync.cpp84 std::string AbilitySyncRequestPacket::GetSchema() const in GetSchema() function in DistributedDB::AbilitySyncRequestPacket
229 std::string AbilitySyncAckPacket::GetSchema() const in GetSchema() function in DistributedDB::AbilitySyncAckPacket
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp476 const reflection::Schema *SchemaObject::FlatBufferSchema::GetSchema() const in GetSchema() function in DistributedDB::SchemaObject::FlatBufferSchema
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp142 RelationalSchemaObject SQLiteSingleRelationalStorageEngine::GetSchema() const in GetSchema() function in DistributedDB::SQLiteSingleRelationalStorageEngine
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp946 void CloudServiceImpl::GetSchema(const Event &event) in GetSchema() function in OHOS::CloudData::CloudServiceImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp1669 int SQLiteSingleVerNaturalStore::GetSchema(SchemaObject &schema) const in GetSchema() function in DistributedDB::SQLiteSingleVerNaturalStore
H A Dsqlite_utils.cpp1250 int SQLiteUtils::GetSchema(sqlite3 *db, std::string &strSchema) in GetSchema() function in DistributedDB::SQLiteUtils