Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/
H A Drelational_store_delegate.h47 return CreateDistributedTableInner(tableName, type);
117 …virtual DBStatus CreateDistributedTableInner(const std::string &tableName, TableSyncType type) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_delegate_impl.h39 DBStatus CreateDistributedTableInner(const std::string &tableName, TableSyncType type) override;
H A Drelational_store_delegate_impl.cpp79 DBStatus RelationalStoreDelegateImpl::CreateDistributedTableInner(const std::string &tableName, Tab… in CreateDistributedTableInner() function in DistributedDB::RelationalStoreDelegateImpl
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_general_store_test.cpp225 DBStatus CreateDistributedTableInner(const std::string &tableName, TableSyncType type) override in CreateDistributedTableInner() function in OHOS::Test::DistributedRDBTest::MockRelationalStoreDelegate