Home
last modified time | relevance | path

Searched refs:isDpmsSupported (Results 1 – 8 of 8) sorted by relevance

/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/autotests/client/
H A Dtest_wayland_output.cpp79 QCOMPARE(m_serverOutput->isDpmsSupported(), false); in init()
418 QCOMPARE(m_serverOutput->isDpmsSupported(), false); in testDpms()
421 QCOMPARE(m_serverOutput->isDpmsSupported(), true); in testDpms()
515 QCOMPARE(m_serverOutput->isDpmsSupported(), false); in testDpmsRequestMode()
518 QCOMPARE(m_serverOutput->isDpmsSupported(), true); in testDpmsRequestMode()
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/src/server/
H A Ddpms_interface.cpp97 send_supported(output->isDpmsSupported() ? 1 : 0); in sendSupported()
H A Doutput_interface.h82 bool isDpmsSupported() const;
H A Doutput_interface.cpp367 bool OutputInterface::isDpmsSupported() const in isDpmsSupported() function in KWaylandServer::OutputInterface
/dports/x11/kf5-kwayland/kwayland-5.89.0/autotests/client/
H A Dtest_wayland_output.cpp86 QCOMPARE(m_serverOutput->isDpmsSupported(), false); in init()
486 QCOMPARE(m_serverOutput->isDpmsSupported(), false); in testDpms()
489 QCOMPARE(m_serverOutput->isDpmsSupported(), true); in testDpms()
583 QCOMPARE(m_serverOutput->isDpmsSupported(), false); in testDpmsRequestMode()
586 QCOMPARE(m_serverOutput->isDpmsSupported(), true); in testDpmsRequestMode()
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/server/
H A Doutput_interface.h88 bool isDpmsSupported() const;
H A Ddpms_interface.cpp111 org_kde_kwin_dpms_send_supported(d->resource, d->output->isDpmsSupported() ? 1 : 0); in sendSupported()
H A Doutput_interface.cpp500 bool OutputInterface::isDpmsSupported() const in isDpmsSupported() function in KWayland::Server::OutputInterface