summaryrefslogtreecommitdiff
path: root/src/components/include/test/application_manager/policies/mock_policy_handler_interface.h
diff options
context:
space:
mode:
authorAlexander <akutsan@luxoft.com>2018-12-17 17:54:58 +0000
committerigapchuck <igapchuck@luxoft.com>2019-07-24 10:26:36 +0300
commit4f46c006c75c79adefa6071bbca8d8b3eeb6135a (patch)
tree4d0908f6e0f3fdfb3e96fc24df5f1a588b36aceb /src/components/include/test/application_manager/policies/mock_policy_handler_interface.h
parentcba71653afd3ee68ae97b47505391db821aaac8d (diff)
downloadsdl_core-4f46c006c75c79adefa6071bbca8d8b3eeb6135a.tar.gz
Add lock_screen_dismissal_enabled to Policy Interface
Removed redundant comments of overridden functions
Diffstat (limited to 'src/components/include/test/application_manager/policies/mock_policy_handler_interface.h')
-rw-r--r--src/components/include/test/application_manager/policies/mock_policy_handler_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/include/test/application_manager/policies/mock_policy_handler_interface.h b/src/components/include/test/application_manager/policies/mock_policy_handler_interface.h
index 059442f424..7ba29a625d 100644
--- a/src/components/include/test/application_manager/policies/mock_policy_handler_interface.h
+++ b/src/components/include/test/application_manager/policies/mock_policy_handler_interface.h
@@ -109,6 +109,8 @@ class MockPolicyHandlerInterface : public policy::PolicyHandlerInterface {
MOCK_CONST_METHOD0(TimeoutExchangeMSec, uint32_t());
MOCK_METHOD0(OnExceededTimeout, void());
MOCK_METHOD0(OnSystemReady, void());
+ MOCK_CONST_METHOD0(LockScreenDismissalEnabledState,
+ const boost::optional<bool>());
MOCK_METHOD2(PTUpdatedAt, void(policy::Counters counter, int value));
MOCK_METHOD1(add_listener, void(policy::PolicyHandlerObserver* listener));
MOCK_METHOD1(remove_listener, void(policy::PolicyHandlerObserver* listener));