Home
last modified time | relevance | path

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

/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/db_ido/
H A Ddbconnection.cpp305 m_ConfigHashes[std::make_pair(type, objid)] = hash; in SetConfigHash()
307 m_ConfigHashes.erase(std::make_pair(type, objid)); in SetConfigHash()
320 auto it = m_ConfigHashes.find(std::make_pair(type, objid)); in GetConfigHash()
322 if (it == m_ConfigHashes.end()) in GetConfigHash()
402 m_ConfigHashes.clear(); in ClearIDCache()
H A Ddbconnection.hpp103 std::map<std::pair<DbType::Ptr, DbReference>, String> m_ConfigHashes; member in icinga::DbConnection