Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Drelationaldb_properties.cpp37 RelationalSchemaObject RelationalDBProperties::GetSchema() const in GetSchema() function in DistributedDB::RelationalDBProperties
Dkvdb_properties.cpp72 SchemaObject KvDBProperties::GetSchema() const in GetSchema() function in DistributedDB::KvDBProperties
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
Ddistributeddb_cloud_check_sync_test.cpp141 DataBaseSchema DistributedDBCloudCheckSyncTest::GetSchema() in GetSchema() function in __anon06c51c050111::DistributedDBCloudCheckSyncTest
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_single_relational_storage_engine.cpp130 RelationalSchemaObject SQLiteSingleRelationalStorageEngine::GetSchema() const in GetSchema() function in DistributedDB::SQLiteSingleRelationalStorageEngine
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
Djs_schema.cpp90 JsSchema* JsSchema::GetSchema(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase>& … in GetSchema() function in OHOS::DistributedKVStore::JsSchema
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
Djs_schema.cpp88 JsSchema* JsSchema::GetSchema(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase>& … in GetSchema() function in OHOS::DistributedData::JsSchema
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
Dcloud_service_impl.cpp472 void CloudServiceImpl::GetSchema(const Event &event) in GetSchema() function in OHOS::CloudData::CloudServiceImpl
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_service_proxy.cpp351 int32_t RdbServiceProxy::GetSchema(const RdbSyncerParam &param) in GetSchema() function in OHOS::DistributedRdb::RdbServiceProxy
Drdb_store_impl.cpp83 void RdbStoreImpl::GetSchema(const RdbStoreConfig &config) in GetSchema() function in OHOS::NativeRdb::RdbStoreImpl
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
Dability_sync.cpp83 std::string AbilitySyncRequestPacket::GetSchema() const in GetSchema() function in DistributedDB::AbilitySyncRequestPacket
216 std::string AbilitySyncAckPacket::GetSchema() const in GetSchema() function in DistributedDB::AbilitySyncAckPacket
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_service_impl.cpp453 int32_t RdbServiceImpl::GetSchema(const RdbSyncerParam &param) in GetSchema() function in OHOS::DistributedRdb::RdbServiceImpl
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dflatbuffer_schema.cpp476 const reflection::Schema *SchemaObject::FlatBufferSchema::GetSchema() const in GetSchema() function in DistributedDB::SchemaObject::FlatBufferSchema
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_natural_store.cpp1685 int SQLiteSingleVerNaturalStore::GetSchema(SchemaObject &schema) const in GetSchema() function in DistributedDB::SQLiteSingleVerNaturalStore
Dsqlite_utils.cpp1202 int SQLiteUtils::GetSchema(sqlite3 *db, std::string &strSchema) in GetSchema() function in DistributedDB::SQLiteUtils