summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/app_service_rpc_plugin/include/app_service_rpc_plugin/commands
Commit message (Collapse)AuthorAgeFilesLines
* App Service Activation Logic (#2809)Jacob Keeler2019-02-234-0/+320
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add AS.AppServiceActivation and AS.GetAppServiceRecords RPCs * Initialize AppServiceManager in Application manager tests * Moved create notification functions to message helper class * Fix style * Removed setServiceActive function * Add OnSystemCapabilityUpdated triggers to AppServiceManager Includes refactoring of OnSystemCapabilityUpdated notification classes. * Remove servicesSupported parameter * Update SystemCapability structs with new revisions * Include additional cases for activation 1. Services are activated if their publishing app is in the foreground. 2. If a service is deactivated without another being activated, the embedded service becomes active if available. * Fixed error from previous commit and addressed style comments * Addressed review comments * Address review comments * Fix LastState usage in app service manager * Addressed review comments and removed extra debug statements * Fix style
* Fix Stylejacobkeeler2019-01-233-15/+13
|
* Add validation of app service manifestjacobkeeler2019-01-232-0/+4
|
* Add AppServiceRPCPlugin to app service commandsjacobkeeler2019-01-228-0/+16
|
* Add basic handling of app service producer RPCsjacobkeeler2019-01-208-0/+629