Searched refs:GetExistsDevicesFromMeta (Results 1 – 11 of 11) sorted by relevance
34 static int GetExistsDevicesFromMeta(sqlite3 *dbHandle, MetaMode metaMode,
94 int SqliteMetaExecutor::GetExistsDevicesFromMeta(sqlite3 *dbHandle, MetaMode metaMode, in GetExistsDevicesFromMeta() function in DistributedDB::SqliteMetaExecutor
186 int GetExistsDevicesFromMeta(std::set<std::string> &devices);
85 int errCode = handle->GetExistsDevicesFromMeta(removeDevices); in GetRemoveDataDevices()
2135 int SQLiteSingleVerStorageExecutor::GetExistsDevicesFromMeta(std::set<std::string> &devices) in GetExistsDevicesFromMeta() function in DistributedDB::SQLiteSingleVerStorageExecutor2137 return SqliteMetaExecutor::GetExistsDevicesFromMeta(dbHandle_, in GetExistsDevicesFromMeta()
929 errCode = handle->GetExistsDevicesFromMeta(devices); in GetExistsDeviceList()
195 int GetExistsDevicesFromMeta(std::set<std::string> &devices);
700 int RdSingleVerStorageExecutor::GetExistsDevicesFromMeta(std::set<std::string> &devices) in GetExistsDevicesFromMeta() function in DistributedDB::RdSingleVerStorageExecutor
472 EXPECT_EQ(g_handle->GetExistsDevicesFromMeta(devices), -E_NOT_SUPPORT);
885 EXPECT_EQ(g_handle->GetExistsDevicesFromMeta(devices), SQL_STATE_ERR);
1601 … return SqliteMetaExecutor::GetExistsDevicesFromMeta(dbHandle_, SqliteMetaExecutor::MetaMode::RDB, in GetExistsDeviceList()