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.h10
1 files changed, 10 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 609b240301..0487355056 100644
--- a/src/components/application_manager/include/application_manager/message_helper.h
+++ b/src/components/application_manager/include/application_manager/message_helper.h
@@ -878,6 +878,16 @@ class MessageHelper {
static smart_objects::SmartObjectSPtr CreateMessageForHMI(
hmi_apis::messageType::eType message_type, const uint32_t correlation_id);
+ static smart_objects::SmartObject CreateMobileSystemCapabilityNotification(
+ std::vector<smart_objects::SmartObject>& all_services,
+ const std::string service_id,
+ mobile_apis::ServiceUpdateReason::eType update_reason);
+
+ static smart_objects::SmartObject CreateHMISystemCapabilityNotification(
+ std::vector<smart_objects::SmartObject>& all_services,
+ const std::string service_id,
+ mobile_apis::ServiceUpdateReason::eType update_reason);
+
private:
/**
* @brief Allows to fill SO according to the current permissions.