-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[servicemanager] Return desired services/layers statuses #249
Conversation
99caf11
to
23b1867
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #249 +/- ##
===========================================
+ Coverage 83.72% 83.75% +0.02%
===========================================
Files 157 157
Lines 14041 14242 +201
Branches 1739 1756 +17
===========================================
+ Hits 11756 11928 +172
- Misses 2285 2314 +29 ☔ View full report in Codecov by Sentry. |
eb52d70
to
47bfc54
Compare
@@ -330,6 +292,87 @@ Error ServiceManager::RemoveItem(const String& id) | |||
* Private | |||
**********************************************************************************************************************/ | |||
|
|||
RetWithError<UniquePtr<ServiceInfoStaticArray>> ServiceManager::ProcessAlreadyInstalledServices( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not so good API, unclear what is returned without looking inside function. I recommend either return it through named param, Or even better to divide into two separate funcitons.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refactored to accept via param
a5ad8ca
to
1ec7511
Compare
Signed-off-by: Mykhailo Lohvynenko <Mykhailo_Lohvynenko@epam.com>
Signed-off-by: Mykhailo Lohvynenko <Mykhailo_Lohvynenko@epam.com>
Signed-off-by: Mykhailo Lohvynenko <Mykhailo_Lohvynenko@epam.com>
Signed-off-by: Mykhailo Lohvynenko <Mykhailo_Lohvynenko@epam.com>
Signed-off-by: Mykhailo Lohvynenko <Mykhailo_Lohvynenko@epam.com>
1ec7511
to
02bb015
Compare
|
No description provided.