Searched refs:notifyTableList (Results 1 – 3 of 3) sorted by relevance
1312 std::vector<std::string> notifyTableList; in CleanCloudData() local1313 …Code = transactionHandle_->DoCleanInner(mode, tableNameList, localSchema, assets, notifyTableList); in CleanCloudData()1314 if (!notifyTableList.empty()) { in CleanCloudData()1315 for (auto notifyTableName : notifyTableList) { in CleanCloudData()
296 std::vector<Asset> &assets, std::vector<std::string> ¬ifyTableList) in DoCleanInner() argument309 notifyTableList = tableNameList; in DoCleanInner()316 notifyTableList = tableNameList; in DoCleanInner()
140 std::vector<std::string> ¬ifyTableList);