Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h89 int32_t AddTables(const std::vector<std::string> &tables);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h165 int32_t AddTables(const std::vector<std::string> &tables);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp322 cloudInfo_->AddTables(tables); in SetDistributedTables()
2371 int32_t RdbStoreImpl::CloudTables::AddTables(const std::vector<std::string> &tables) in AddTables() function in OHOS::NativeRdb::RdbStoreImpl::CloudTables