Home
last modified time | relevance | path

Searched refs:SetConfigHash (Results 1 – 4 of 4) sorted by relevance

/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/db_ido/
H A Ddbconnection.hpp33 void SetConfigHash(const DbObject::Ptr& dbobj, const String& hash);
34 void SetConfigHash(const DbType::Ptr& type, const DbReference& objid, const String& hash);
H A Ddbconnection.cpp294 void DbConnection::SetConfigHash(const DbObject::Ptr& dbobj, const String& hash) in SetConfigHash() function in DbConnection
296 SetConfigHash(dbobj->GetType(), GetObjectID(dbobj), hash); in SetConfigHash()
299 void DbConnection::SetConfigHash(const DbType::Ptr& type, const DbReference& objid, const String& h… in SetConfigHash() function in DbConnection
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/db_ido_pgsql/
H A Didopgsqlconnection.cpp1021 SetConfigHash(type, dbref, row->Get("config_hash")); in FillIDCache()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/db_ido_mysql/
H A Didomysqlconnection.cpp1256 SetConfigHash(type, dbref, row->Get("config_hash")); in FillIDCache()