Skip to content

Commit 735b7a1

Browse files
committed
RDKEMW-1061: RDK-E Add COMRPC
Reason for change: Create the interface file for HdmiCecSource Test Procedure: Risks: low Priority: P1 Signed-off-by:Hayden Gfeller [email protected]
1 parent 162c2bf commit 735b7a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HdmiCecSource/HdmiCecSource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ namespace WPEFramework {
117117
{
118118
LOGINFO("OnActiveSourceStatusUpdated");
119119
JsonObject params;
120-
params["isActiveSource"] = isActiveSource;
120+
params["isActiveSource"] = status;
121121
_parent.Notify(_T("onActiveSourceStatusUpdated"), params);
122122
}
123123
void StandbyMessageReceived(const int8_t logicalAddress) override
@@ -183,8 +183,8 @@ namespace WPEFramework {
183183

184184
private:
185185
PluginHost::IShell* _service{};
186-
Exchange::IHdmiCecSource* _hdmiCecSource;
187186
Core::Sink<Notification> _notification;
187+
Exchange::IHdmiCecSource* _hdmiCecSource;
188188
uint32_t _connectionId;
189189
};
190190
} // namespace Plugin

0 commit comments

Comments
 (0)