Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions system/org.deepin.dde.power1/Power.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
<property name="IsBalanceSupported" type="b" access="read"></property>
<property name="IsPowerSaveSupported" type="b" access="read"></property>
<property name="Mode" type="s" access="read"></property>
<property name="TlpMode" type="s" access="read"></property>
<property name="ShortIdleState" type="b" access="read"></property>
<method name="SetCpuGovernor">
<arg name="governor" type="s" direction="in"></arg>
</method>
Expand All @@ -53,6 +55,12 @@
<method name="SetMode">
<arg name="mode" type="s" direction="in"></arg>
</method>
<method name="SetTlpMode">
<arg name="mode" type="s" direction="in"></arg>
</method>
<method name="SetShortIdleState">
<arg name="state" type="b" direction="in"></arg>
</method>
<method name="LockCpuFreq">
<arg name="governor" type="s" direction="in"></arg>
<arg name="lockTime" type="i" direction="in"></arg>
Expand Down
46 changes: 45 additions & 1 deletion system/org.deepin.dde.power1/auto.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 65 additions & 1 deletion system/org.deepin.dde.power1/auto_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading