Home
last modified time | relevance | path

Searched refs:DbCallback (Results 1 – 14 of 14) sorted by relevance

/dports/net/kea/kea-2.0.1/src/lib/database/
H A Ddatabase_connection.h199 typedef std::function<bool (ReconnectCtlPtr db_reconnect_ctl)> DbCallback; typedef
241 DbCallback callback = DbCallback())
329 static DbCallback db_lost_callback_;
333 static DbCallback db_recovered_callback_;
337 static DbCallback db_failed_callback_;
370 DbCallback callback_;
H A Ddatabase_connection.cc305 DbCallback DatabaseConnection::db_lost_callback_ = 0;
306 DbCallback DatabaseConnection::db_recovered_callback_ = 0;
307 DbCallback DatabaseConnection::db_failed_callback_ = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/media_capabilities/
H A Dmedia_capabilities_test.cc432 DbCallback(const media::mojom::blink::PredictionFeatures& expected_features, in DbCallback() function
581 .WillOnce(DbCallback(kFeatures, /*smooth*/ true, /*power_eff*/ false)); in TEST()
593 .WillOnce(DbCallback(kFeatures, /*smooth*/ false, /*power_eff*/ true)); in TEST()
651 .WillOnce(DbCallback(kFeatures, /*smooth*/ false, /*power_eff*/ true)); in TEST()
691 .WillOnce(DbCallback(kFeatures, /*smooth*/ true, /*efficient*/ false)); in TEST()
705 .WillOnce(DbCallback(kFeatures, /*smooth*/ false, /*efficient*/ true)); in TEST()
718 .WillOnce(DbCallback(kFeatures, /*smooth*/ false, /*efficient*/ true)); in TEST()
753 .WillOnce(DbCallback(kFeatures, /*smooth*/ true, /*efficient*/ false)); in TEST()
768 .WillOnce(DbCallback(kFeatures, /*smooth*/ false, /*efficient*/ true)); in TEST()
782 .WillOnce(DbCallback(kFeatures, /*smooth*/ false, /*efficient*/ true)); in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/media_capabilities/
H A Dmedia_capabilities_test.cc383 DbCallback(const media::mojom::blink::PredictionFeatures& expected_features, in DbCallback() function
507 .WillOnce(DbCallback(kFeatures, /*smooth*/ true, /*power_eff*/ false)); in TEST()
519 .WillOnce(DbCallback(kFeatures, /*smooth*/ false, /*power_eff*/ true)); in TEST()
545 .WillOnce(DbCallback(kFeatures, /*smooth*/ true, /*efficient*/ false)); in TEST()
559 .WillOnce(DbCallback(kFeatures, /*smooth*/ false, /*efficient*/ true)); in TEST()
572 .WillOnce(DbCallback(kFeatures, /*smooth*/ false, /*efficient*/ true)); in TEST()
604 .WillOnce(DbCallback(kFeatures, /*smooth*/ true, /*efficient*/ false)); in TEST()
619 .WillOnce(DbCallback(kFeatures, /*smooth*/ false, /*efficient*/ true)); in TEST()
633 .WillOnce(DbCallback(kFeatures, /*smooth*/ false, /*efficient*/ true)); in TEST()
665 .WillOnce(DbCallback(kFeatures, /*smooth*/ true, /*efficient*/ false)); in TEST()
[all …]
/dports/net/kea/kea-2.0.1/src/lib/pgsql/
H A Dpgsql_connection.h314 DbCallback callback = DbCallback())
/dports/net/kea/kea-2.0.1/src/lib/mysql/
H A Dmysql_connection.h250 DbCallback callback = DbCallback())
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dpgsql_lease_mgr.h50 db::DbCallback db_reconnect_callback);
H A Dmysql_lease_mgr.h51 db::DbCallback db_reconnect_callback);
H A Dpgsql_host_data_source.cc1320 db::DbCallback db_reconnect_callback);
2176 db::DbCallback db_reconnect_callback) in PgSqlHostContext()
H A Dmysql_host_data_source.cc1946 db::DbCallback db_reconnect_callback);
2723 db::DbCallback db_reconnect_callback) in MySqlHostContext()
H A Dpgsql_lease_mgr.cc1175 DbCallback db_reconnect_callback) in PgSqlLeaseContext()
H A Dmysql_lease_mgr.cc1741 DbCallback db_reconnect_callback) in MySqlLeaseContext()
/dports/net/kea/kea-2.0.1/src/hooks/dhcp/mysql_cb/
H A Dmysql_cb_impl.h112 const db::DbCallback db_reconnect_callback);
H A Dmysql_cb_impl.cc49 const DbCallback db_reconnect_callback) in MySqlConfigBackendImpl()