Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1312 std::vector<std::string> notifyTableList; in CleanCloudData() local
1313 …Code = transactionHandle_->DoCleanInner(mode, tableNameList, localSchema, assets, notifyTableList); in CleanCloudData()
1314 if (!notifyTableList.empty()) { in CleanCloudData()
1315 for (auto notifyTableName : notifyTableList) { in CleanCloudData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp296 std::vector<Asset> &assets, std::vector<std::string> &notifyTableList) in DoCleanInner() argument
309 notifyTableList = tableNameList; in DoCleanInner()
316 notifyTableList = tableNameList; in DoCleanInner()
H A Dsqlite_single_ver_relational_storage_executor.h140 std::vector<std::string> &notifyTableList);