From 3f87454d964438967cc5055cd5eb0255a6de517b Mon Sep 17 00:00:00 2001 From: wangyb0625 Date: Fri, 22 Jul 2022 15:12:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A3=80=E8=A7=86=E6=84=8F?= =?UTF-8?q?=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyb0625 --- .../napi/ohos_distributedHardware_deviceManager.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/main/extend/systemplugin/napi/ohos_distributedHardware_deviceManager.js b/runtime/main/extend/systemplugin/napi/ohos_distributedHardware_deviceManager.js index 2a3dba73..3547881e 100644 --- a/runtime/main/extend/systemplugin/napi/ohos_distributedHardware_deviceManager.js +++ b/runtime/main/extend/systemplugin/napi/ohos_distributedHardware_deviceManager.js @@ -61,7 +61,7 @@ export function mockDeviceManager() { action: 0, device: deviceInfoMock } - const subscribeInfo = { + const SubscribeInfo = { subscribeId: "[PC Preview] unknow mSubscribeId", mode: DiscoverMode, medium: ExchangeMedium, @@ -70,11 +70,11 @@ export function mockDeviceManager() { isWakeRemote: "[PC Preview] unknow mIsWakeRemote", capability: SubscribeCap } - const authParam = { + const AuthParam = { authType: "[PC Preview] unknow mAuthType", extraInfo: {"key":"unknow any"} } - const authInfo = { + const AuthInfo = { authType: "[PC Preview] unknow mAuthType", token: "[PC Preview] unknow mToken", extraInfo: {"key":"unknow any"}