summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2019-03-05 18:45:53 -0500
committerjacobkeeler <jacob.keeler@livioradio.com>2019-03-05 18:45:53 -0500
commit00a12837cc8f2b334eeeed1fd033826fe772c362 (patch)
tree91cbee948a53f019c44c6294bb986d88228e059d /src/components/application_manager/include
parentc2f835cffa63fe1c5ac37c28a8c3e89acb30e086 (diff)
downloadsdl_core-00a12837cc8f2b334eeeed1fd033826fe772c362.tar.gz
Add logic for handling `allowAppConsumers`
Diffstat (limited to 'src/components/application_manager/include')
-rw-r--r--src/components/application_manager/include/application_manager/app_service_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/application_manager/include/application_manager/app_service_manager.h b/src/components/application_manager/include/application_manager/app_service_manager.h
index 80e6b5521f..d6d13a209a 100644
--- a/src/components/application_manager/include/application_manager/app_service_manager.h
+++ b/src/components/application_manager/include/application_manager/app_service_manager.h
@@ -126,10 +126,12 @@ class AppServiceManager {
std::vector<smart_objects::SmartObject> GetAllServices();
void GetProviderByType(const std::string& service_type,
+ bool mobile_consumer,
ApplicationSharedPtr& app,
bool& hmi_service);
void GetProviderByID(const std::string& service_id,
+ bool mobile_consumer,
ApplicationSharedPtr& app,
bool& hmi_service);
@@ -169,6 +171,7 @@ class AppServiceManager {
const mobile_apis::ServiceUpdateReason::eType update_reason,
smart_objects::SmartObject& msg_params);
void GetProviderFromService(const AppService& service,
+ bool mobile_consumer,
ApplicationSharedPtr& app,
bool& hmi_service);
AppService* FindServiceByPolicyAppID(std::string policy_app_id,