Home
last modified time | relevance | path

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

/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/db_ido/
H A Ddbconnection.hpp35 String GetConfigHash(const DbObject::Ptr& dbobj) const;
36 String GetConfigHash(const DbType::Ptr& type, const DbReference& objid) const;
H A Ddbconnection.cpp310 String DbConnection::GetConfigHash(const DbObject::Ptr& dbobj) const in GetConfigHash() function in DbConnection
312 return GetConfigHash(dbobj->GetType(), GetObjectID(dbobj)); in GetConfigHash()
315 String DbConnection::GetConfigHash(const DbType::Ptr& type, const DbReference& objid) const in GetConfigHash() function in DbConnection
470 String cachedHash = GetConfigHash(dbobj); in UpdateObject()