RDKEMW-999 : Add COM-RPC support to ResourceManager plugin#718
Open
naveen-0206 wants to merge 2 commits intodevelopfrom
Open
RDKEMW-999 : Add COM-RPC support to ResourceManager plugin#718naveen-0206 wants to merge 2 commits intodevelopfrom
naveen-0206 wants to merge 2 commits intodevelopfrom
Conversation
Documentation Auto-GeneratedDocumentation has been automatically generated for the changed plugins and committed to this PR branch. The generated documentation files have been added to the PR for review. |
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request adds COM-RPC support to the ResourceManager plugin by introducing a new interface header file (IResourceManager.h) and registering the necessary interface IDs in Ids.h.
Changes:
- Added IResourceManager interface with methods for AV blocking management and TTS resource reservation
- Defined TTSResult struct for TTS operation results
- Added custom iterator types for client and app ID lists
- Registered interface IDs (ID_RESOURCEMANAGER, ID_RESOURCEMANAGER_CLIENT_ITERATOR, ID_RESOURCEMANAGER_APPID_ITERATOR) in Ids.h
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 9 comments.
| File | Description |
|---|---|
| apis/ResourceManager/IResourceManager.h | New interface header defining ResourceManager COM-RPC interface with AV blocking and TTS resource management methods |
| apis/Ids.h | Added three new ID constants for ResourceManager interface and its iterators at offset 0x470 |
Reason For Change: Adding ResourceManager interface header Changes Test procedure : Test ResourceManager Priority: P1 Signed-off-by: naveen-0206 <naveenkumar.t@ltts.com>
5cc3500 to
6ca3c4c
Compare
Documentation Auto-GeneratedDocumentation has been automatically generated for the changed plugins and committed to this PR branch. The generated documentation files have been added to the PR for review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reason For Change: Adding ResourceManager interface header Changes
Test procedure : Test ResourceManager
Priority: P1