Searched refs:CreateDistributedTableInner (Results 1 – 4 of 4) sorted by relevance
47 return CreateDistributedTableInner(tableName, type);117 …virtual DBStatus CreateDistributedTableInner(const std::string &tableName, TableSyncType type) = 0;
39 DBStatus CreateDistributedTableInner(const std::string &tableName, TableSyncType type) override;
79 DBStatus RelationalStoreDelegateImpl::CreateDistributedTableInner(const std::string &tableName, Tab… in CreateDistributedTableInner() function in DistributedDB::RelationalStoreDelegateImpl
225 DBStatus CreateDistributedTableInner(const std::string &tableName, TableSyncType type) override in CreateDistributedTableInner() function in OHOS::Test::DistributedRDBTest::MockRelationalStoreDelegate