19 #ifndef MIR_TEST_DOUBLES_STUB_SESSION_AUTHORIZER_H_ 20 #define MIR_TEST_DOUBLES_STUB_SESSION_AUTHORIZER_H_ 22 #include "mir/frontend/session_authorizer.h" 23 #include <gmock/gmock.h> 34 bool connection_is_allowed(mir::frontend::SessionCredentials
const&)
override 38 bool configure_display_is_allowed(mir::frontend::SessionCredentials
const&)
override 42 bool set_base_display_configuration_is_allowed(mir::frontend::SessionCredentials
const&)
override 46 bool screencast_is_allowed(mir::frontend::SessionCredentials
const&)
override 50 bool prompt_session_is_allowed(mir::frontend::SessionCredentials
const&)
override 54 bool configure_input_is_allowed(mir::frontend::SessionCredentials
const&)
override 58 bool set_base_input_configuration_is_allowed(mir::frontend::SessionCredentials
const&)
override 66 MOCK_METHOD1(screencast_is_allowed,
bool(frontend::SessionCredentials
const&));
73 #endif // MIR_TEST_DOUBLES_STUB_SESSION_AUTHORIZER_H_ AutoUnblockThread is a helper thread class that can gracefully shutdown at destruction time...
Definition: sw_splash.h:26
Definition: stub_session_authorizer.h:64
Definition: stub_session_authorizer.h:32