提交 8467739e 编写于 作者: Q q00569459

Fix reviewer

Signed-off-by: Nq00569459 <qinchang2@huawei.com>
上级 2871c9ab
...@@ -32,7 +32,7 @@ subscribeThermalLevel(callback: AsyncCallback&lt;ThermalLevel&gt;): void ...@@ -32,7 +32,7 @@ subscribeThermalLevel(callback: AsyncCallback&lt;ThermalLevel&gt;): void
订阅热档位变化时的回调提醒。 订阅热档位变化时的回调提醒。
## 系统能力: **系统能力:**
SystemCapability.PowerManager.ThermalManager SystemCapability.PowerManager.ThermalManager
...@@ -54,9 +54,9 @@ thermal.subscribeThermalLevel((lev) => { ...@@ -54,9 +54,9 @@ thermal.subscribeThermalLevel((lev) => {
unsubscribeThermalLevel(callback?: AsyncCallback<void>): void unsubscribeThermalLevel(callback?: AsyncCallback<void>): void
订阅热档位变化时的回调提醒。 取消订阅热档位变化时的回调提醒。
## 系统能力: **系统能力:**
SystemCapability.PowerManager.ThermalManager SystemCapability.PowerManager.ThermalManager
...@@ -80,7 +80,7 @@ getThermalLevel(): ThermalLevel ...@@ -80,7 +80,7 @@ getThermalLevel(): ThermalLevel
获取当前热档位信息。 获取当前热档位信息。
## 系统能力: **系统能力:**
SystemCapability.PowerManager.ThermalManager SystemCapability.PowerManager.ThermalManager
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册