Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp126 std::vector<std::string> tablesVector; in SetDistributedTables() local
128 tablesVector.push_back(std::string(tables[i])); in SetDistributedTables()
130 rdbStore_->SetDistributedTables(tablesVector); in SetDistributedTables()
135 std::vector<std::string> tablesVector; in SetDistributedTables() local
137 tablesVector.push_back(std::string(tables[i])); in SetDistributedTables()
139 rdbStore_->SetDistributedTables(tablesVector, type); in SetDistributedTables()
145 std::vector<std::string> tablesVector; in SetDistributedTables() local
147 tablesVector.push_back(std::string(tables[i])); in SetDistributedTables()
149 rdbStore_->SetDistributedTables(tablesVector, type, distributedConfig); in SetDistributedTables()