summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/message_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/include/application_manager/message_helper.h')
-rw-r--r--src/components/application_manager/include/application_manager/message_helper.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/application_manager/include/application_manager/message_helper.h b/src/components/application_manager/include/application_manager/message_helper.h
index 7b390d7adf..480694e18d 100644
--- a/src/components/application_manager/include/application_manager/message_helper.h
+++ b/src/components/application_manager/include/application_manager/message_helper.h
@@ -90,6 +90,17 @@ class MessageHelper {
hmi_apis::FunctionID::eType function_id);
/**
+ * @brief CreateOnSystemRequestNotificationToMobile creates mobile
+ * OnSystemRequestNotification
+ * @param policy_data pt snapshot data
+ * @param connection_key connection key of application
+ * @return OnSystemRequest notification smart object
+ */
+ static smart_objects::SmartObjectSPtr
+ CreateOnSystemRequestNotificationToMobile(
+ const std::vector<uint8_t>& policy_data, const uint32_t connection_key);
+
+ /**
* @brief ServiceStatusUpdateNotificationBuilder small utility class used for
* more flexible construction of OnServiceUpdateNotification
*/