Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.h49 void SetSchemaInfo(const RelationalSchemaObject &schema);
H A Dvirtual_single_ver_sync_db_Interface.h99 void SetSchemaInfo(const std::string& schema);
H A Dvirtual_relational_ver_sync_db_interface.cpp164 void VirtualRelationalVerSyncDBInterface::SetSchemaInfo(const RelationalSchemaObject &schema) in SetSchemaInfo() function in DistributedDB::VirtualRelationalVerSyncDBInterface
H A Ddistributeddb_ability_sync_test.cpp76 g_syncInterface->SetSchemaInfo(TEST_SCHEMA); in SetUp()
H A Dvirtual_single_ver_sync_db_Interface.cpp352 void VirtualSingleVerSyncDBInterface::SetSchemaInfo(const std::string& schema) in SetSchemaInfo() function in DistributedDB::VirtualSingleVerSyncDBInterface
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_kv_store.h43 void SetSchemaInfo(bool isSchemaStore);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_single_kv_store.h44 void SetSchemaInfo(bool isSchemaStore);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_manager.cpp149 ctxt->kvStore->SetSchemaInfo(!ctxt->options.schema.empty()); in GetKVStore()
H A Djs_kv_store.cpp641 void JsKVStore::SetSchemaInfo(bool isSchemaStore) in SetSchemaInfo() function in OHOS::DistributedData::JsKVStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_kv_manager.cpp158 ctxt->kvStore->SetSchemaInfo(!ctxt->options.schema.empty()); in GetKVStore()
H A Djs_single_kv_store.cpp96 void JsSingleKVStore::SetSchemaInfo(bool isSchemaStore) in SetSchemaInfo() function in OHOS::DistributedKVStore::JsSingleKVStore