Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
2475722e
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
大约 1 年 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
2475722e
编写于
12月 07, 2022
作者:
O
openharmony_ci
提交者:
Gitee
12月 07, 2022
浏览文件
操作
浏览文件
下载
差异文件
!6824 【communication】修改WIFI,nfc,BT,LBS签名
Merge pull request !6824 from 权力/myfeature
上级
10c6e722
5887baef
变更
14
隐藏空白更改
内联
并排
Showing
14 changed file
with
110 addition
and
505 deletion
+110
-505
communication/bluetooth_ble/signature/openharmony_sx.p7b
communication/bluetooth_ble/signature/openharmony_sx.p7b
+0
-0
communication/bluetooth_on/signature/openharmony_sx.p7b
communication/bluetooth_on/signature/openharmony_sx.p7b
+0
-0
communication/bluetooth_on/src/main/js/test/BluetoothPair.test.js
...ation/bluetooth_on/src/main/js/test/BluetoothPair.test.js
+3
-3
communication/bluetooth_profile/signature/openharmony_sx.p7b
communication/bluetooth_profile/signature/openharmony_sx.p7b
+0
-0
communication/bluetooth_profile/src/main/js/test/BluetoothHid.test.js
...n/bluetooth_profile/src/main/js/test/BluetoothHid.test.js
+0
-249
communication/bluetooth_profile/src/main/js/test/List.test.js
...unication/bluetooth_profile/src/main/js/test/List.test.js
+0
-2
communication/bluetooth_standard/signature/openharmony_sx.p7b
...unication/bluetooth_standard/signature/openharmony_sx.p7b
+0
-0
communication/nfc_Controller/signature/openharmony_sx.p7b
communication/nfc_Controller/signature/openharmony_sx.p7b
+0
-0
communication/nfc_Controller/src/main/config.json
communication/nfc_Controller/src/main/config.json
+103
-221
communication/nfc_Controller/src/main/js/test/nfc.Controller.js
...ication/nfc_Controller/src/main/js/test/nfc.Controller.js
+2
-28
communication/wifi_p2p/signature/openharmony_sx.p7b
communication/wifi_p2p/signature/openharmony_sx.p7b
+0
-0
communication/wifi_p2p/src/main/js/test/WifiManagerP2PFunction.test.js
.../wifi_p2p/src/main/js/test/WifiManagerP2PFunction.test.js
+2
-2
communication/wifi_standard/signature/openharmony_sx.p7b
communication/wifi_standard/signature/openharmony_sx.p7b
+0
-0
location/geolocation_standard/signature/openharmony_sx.p7b
location/geolocation_standard/signature/openharmony_sx.p7b
+0
-0
未找到文件。
communication/bluetooth_ble/signature/openharmony_sx.p7b
浏览文件 @
2475722e
无法预览此类型文件
communication/bluetooth_on/signature/openharmony_sx.p7b
浏览文件 @
2475722e
无法预览此类型文件
communication/bluetooth_on/src/main/js/test/BluetoothPair.test.js
浏览文件 @
2475722e
...
...
@@ -75,7 +75,7 @@ describe('bluetoothhostTest2', function() {
*/
it
(
'
SUB_COMMUNICATION_BLUETOOTH_BR_Pair_0100
'
,
0
,
async
function
(
done
)
{
let
result
=
bluetooth
.
pairDevice
(
"
11:22:55:66:33:44
"
);
await
sleep
(
1
2000
);
await
sleep
(
3
2000
);
console
.
info
(
"
[bluetooth_js] onStartpair001 ->
"
+
JSON
.
stringify
(
result
));
expect
(
result
).
assertTrue
();
done
()
...
...
@@ -243,7 +243,7 @@ describe('bluetoothhostTest2', function() {
}
bluetooth
.
BLE
.
on
(
'
pinRequired
'
,
PinRequiredParam
);
let
result
=
bluetooth
.
pairDevice
(
"
11:22:55:66:33:44
"
);
await
sleep
(
1
2000
);
await
sleep
(
3
2000
);
console
.
info
(
"
[bluetooth_js] onStartpair007 ->
"
+
JSON
.
stringify
(
result
));
expect
(
result
).
assertTrue
();
bluetooth
.
BLE
.
off
(
'
pinRequired
'
,
PinRequiredParam
);
...
...
@@ -266,7 +266,7 @@ describe('bluetoothhostTest2', function() {
}
bluetooth
.
BLE
.
on
(
'
pinRequired
'
,
PinRequiredParam
);
let
result
=
bluetooth
.
pairDevice
(
"
11:22:55:66:33:44
"
);
await
sleep
(
1
2000
);
await
sleep
(
3
2000
);
console
.
info
(
"
[bluetooth_js] onStartpair008 ->
"
+
JSON
.
stringify
(
result
));
expect
(
result
).
assertTrue
();
bluetooth
.
BLE
.
off
(
'
pinRequired
'
,
PinRequiredParam
);
...
...
communication/bluetooth_profile/signature/openharmony_sx.p7b
浏览文件 @
2475722e
无法预览此类型文件
communication/bluetooth_profile/src/main/js/test/BluetoothHid.test.js
已删除
100644 → 0
浏览文件 @
10c6e722
/*
* Copyright (C) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import
bluetooth
from
'
@ohos.bluetooth
'
;
import
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'
@ohos/hypium
'
let
hidHostProfile
=
bluetooth
.
getProfileInst
(
6
);
function
on
(
ON_VALUE_TEST_ELEMENT
)
{
return
new
Promise
((
resolve
,
reject
)
=>
{
hidHostProfile
.
on
(
ON_VALUE_TEST_ELEMENT
,
function
(
err
,
data
)
{
if
(
err
!=
undefined
)
{
reject
(
err
);
}
else
{
resolve
(
data
);
}
})
});
}
function
off
(
OFF_VALUE_TEST_ELEMENT
)
{
return
new
Promise
((
resolve
,
reject
)
=>
{
hidHostProfile
.
off
(
OFF_VALUE_TEST_ELEMENT
,
function
(
err
,
data
)
{
if
(
err
!=
undefined
)
{
reject
(
err
);
}
else
{
resolve
(
data
);
}
})
});
}
let
ProfId
=
{
PROFILE_A2DP_SINK
:
0
,
PROFILE_A2DP_SOURCE
:
1
,
PROFILE_AVRCP_CT
:
2
,
PROFILE_AVRCP_TG
:
3
,
PROFILE_HANDS_FREE_AUDIO_GATEWAY
:
4
,
PROFILE_HANDS_FREE_UNIT
:
5
}
export
default
function
bluetoothhostTest_host_2
()
{
describe
(
'
bluetoothhostTest_host_2
'
,
function
()
{
beforeAll
(
function
()
{
console
.
info
(
'
beforeAll called
'
)
})
beforeEach
(
function
()
{
console
.
info
(
'
beforeEach called
'
)
})
afterEach
(
function
()
{
console
.
info
(
'
afterEach called
'
)
})
afterAll
(
function
()
{
console
.
info
(
'
afterAll called
'
)
})
function
sleep
(
delay
)
{
return
new
Promise
(
resovle
=>
setTimeout
(
resovle
,
delay
))
}
async
function
tryToEnableBt
()
{
let
sta
=
bluetooth
.
getState
();
switch
(
sta
){
case
0
:
console
.
info
(
'
[bluetooth_js] bt turn off:
'
+
JSON
.
stringify
(
sta
));
bluetooth
.
enableBluetooth
();
await
sleep
(
3000
);
break
;
case
1
:
console
.
info
(
'
[bluetooth_js] bt turning on:
'
+
JSON
.
stringify
(
sta
));
await
sleep
(
3000
);
break
;
case
2
:
console
.
info
(
'
[bluetooth_js] bt turn on:
'
+
JSON
.
stringify
(
sta
));
break
;
case
3
:
console
.
info
(
'
[bluetooth_js] bt turning off:
'
+
JSON
.
stringify
(
sta
));
bluetooth
.
enableBluetooth
();
await
sleep
(
3000
);
break
;
default
:
console
.
info
(
'
[bluetooth_js] enable success
'
);
}
}
/**
* @tc.number SUB_COMMUNACATION_bluetooth_DEVICE_JS_GET_PROFILE_LOOP_0001
* @tc.name looptestgetprofile(set parameterless)
* @tc.desc Test getProfile api 1000 times.
* @tc.author defu.zheng
* @tc.size SMALL
* @tc.type Function
* @tc.level Level 0
*/
it
(
'
SUB_COMMUNACATION_bluetooth_DEVICE_JS_GET_PROFILE_LOOP_0001
'
,
0
,
async
function
(
done
)
{
console
.
info
(
'
[bluetooth_js] loop get profile start
'
);
await
tryToEnableBt
();
let
proFile
=
bluetooth
.
getProfileInst
(
6
);
console
.
info
(
'
[bluetooth_js] loop get profile result:
'
+
JSON
.
stringify
(
proFile
));
expect
(
proFile
!=
null
).
assertEqual
(
true
);
done
();
})
/**
* @tc.number SUB_COMMUNACATION_bluetooth_DEVICE_JS_GET_CONN_DEV_LOOP_0001
* @tc.name looptestgetConnectionDevices(bluetooth mode is off)
* @tc.desc Test getConnectionDevices api 1000 times.
* @tc.author defu.zheng
* @tc.size SMALL
* @tc.type Function
* @tc.level Level 0
*/
it
(
'
SUB_COMMUNACATION_bluetooth_DEVICE_JS_GET_CONN_DEV_LOOP_0001
'
,
0
,
async
function
(
done
)
{
console
.
info
(
'
[bluetooth_js] loop get connection devices start
'
);
await
tryToEnableBt
();
let
arrDev
=
hidHostProfile
.
getConnectionDevices
();
console
.
info
(
'
[bluetooth_js] loop getconndev:
'
+
JSON
.
stringify
(
arrDev
)
+
'
length
'
+
arrDev
.
length
);
expect
(
arrDev
.
length
).
assertEqual
(
0
);
done
();
})
/**
* @tc.number SUB_COMMUNACATION_bluetooth_DEVICE_JS_GET_DEV_STATE_LOOP_0001
* @tc.name looptestgetDeviceState(set a null value)
* @tc.desc Test getDeviceState api 1000 times.
* @tc.author defu.zheng
* @tc.size SMALL
* @tc.type Function
* @tc.level Level 0
*/
it
(
'
SUB_COMMUNACATION_bluetooth_DEVICE_JS_GET_DEV_STATE_LOOP_0001
'
,
0
,
async
function
(
done
)
{
console
.
info
(
'
[bluetooth_js] loop get device state start
'
);
await
tryToEnableBt
();
let
devState
=
hidHostProfile
.
getDeviceState
(
''
);
console
.
info
(
'
[bluetooth_js] loop get device state result:
'
+
JSON
.
stringify
(
devState
));
expect
(
devState
).
assertEqual
(
0
);
done
();
})
/**
* @tc.number SUB_COMMUNACATION_bluetooth_DEVICE_JS_HID_HOST_PROFILE_CONN_LOOP_0001
* @tc.name looptesthidhostprofileconnect(set a null value)
* @tc.desc Test hidHostProfile connect api 1000 times.
* @tc.author defu.zheng
* @tc.size SMALL
* @tc.type Function
* @tc.level Level 0
*/
it
(
'
SUB_COMMUNACATION_bluetooth_DEVICE_JS_HID_HOST_PROFILE_CONN_LOOP_0001
'
,
0
,
async
function
(
done
)
{
console
.
info
(
'
[bluetooth_js] loop HidHostProfile the connect start
'
);
await
tryToEnableBt
();
let
conn
=
hidHostProfile
.
connect
(
''
);
console
.
info
(
'
[bluetooth_js] loop HidHostProfile the connect result:
'
+
JSON
.
stringify
(
conn
));
expect
(
conn
).
assertFalse
();
done
();
})
/**
* @tc.number SUB_COMMUNACATION_bluetooth_DEVICE_JS_HID_HOST_PROFILE_DISCONN_LOOP_0001
* @tc.name looptesthidhostprofiledisconnect(set a null value)
* @tc.desc Test hidHostProfile disconnect api 1000 times.
* @tc.author defu.zheng
* @tc.size SMALL
* @tc.type Function
* @tc.level Level 0
*/
it
(
'
SUB_COMMUNACATION_bluetooth_DEVICE_JS_HID_HOST_PROFILE_DISCONN_LOOP_0001
'
,
0
,
async
function
(
done
)
{
console
.
info
(
'
[bluetooth_js] loop HidHostProfile the disconnect start
'
);
await
tryToEnableBt
();
let
disConn
=
hidHostProfile
.
disconnect
(
''
);
console
.
info
(
'
[bluetooth_js] loop HidHostProfile the disconnect result:
'
+
JSON
.
stringify
(
disConn
));
expect
(
disConn
).
assertFalse
();
done
();
})
/**
* @tc.number SUB_COMMUNACATION_bluetooth_DEVICE_JS_HID_HOST_PROFILE_ON_LOOP_0001
* @tc.name looptesthidhostprofileon
* @tc.desc Test hidHostProfile on api 1000 times.
* @tc.author defu.zheng
* @tc.size SMALL
* @tc.type Function
* @tc.level Level 0
*/
it
(
'
SUB_COMMUNACATION_bluetooth_DEVICE_JS_HID_HOST_PROFILE_ON_LOOP_0001
'
,
0
,
async
function
(
done
)
{
try
{
await
tryToEnableBt
();
console
.
info
(
'
[bluetooth_js] loop HidHostProfile the on start
'
);
on
(
"
connectionStateChange
"
,
function
(
data
)
{
console
.
info
(
"
[bluetooth_js] HidHostProfile_on data
"
+
JSON
.
stringify
(
data
));
expect
(
true
).
assertEqual
(
data
!=
null
);
});
}
catch
(
e
)
{
expect
(
null
).
assertFail
();
}
try
{
console
.
info
(
'
[bluetooth_js] HidHostProfile the off test start
'
);
off
(
"
connectionStateChange
"
,
function
(
data
)
{
console
.
info
(
"
[bluetooth_js] HidHostProfile_off data->
"
+
JSON
.
stringify
(
data
));
expect
(
true
).
assertEqual
(
data
==
null
);
});
}
catch
(
e
)
{
expect
(
null
).
assertFail
();
}
done
();
})
/**
* @tc.number SUB_COMMUNACATION_bluetoothble_PANProfile_Tethering_0001
* @tc.name testonsppReadOn
* @tc.desc Test sppReadOn api .
* @tc.size MEDIUM
* @tc.type Function
* @tc.level Level 2
*/
it
(
'
SUB_COMMUNACATION_bluetoothble_PANProfile_Tethering_0001
'
,
0
,
async
function
(
done
)
{
await
tryToEnableBt
();
console
.
info
(
'
[bluetooth_js] tethering test start
'
);
let
panProfile
=
bluetooth
.
getProfileInst
(
bluetooth
.
ProfileId
.
PROFILE_PAN_NETWORK
);
let
ret
=
panProfile
.
setTethering
(
false
);
console
.
info
(
"
[bluetooth_js] setTethering false result
"
+
JSON
.
stringify
(
ret
));
let
result
=
panProfile
.
isTetheringOn
();
console
.
info
(
"
[bluetooth_js] setTethering getTetheringOn result1 false==
"
+
JSON
.
stringify
(
result
));
expect
(
result
).
assertFalse
();
done
();
})
})
}
communication/bluetooth_profile/src/main/js/test/List.test.js
浏览文件 @
2475722e
...
...
@@ -15,9 +15,7 @@
import
bluetoothhostTest_host_1
from
'
./BluetoothHfp.test.js
'
import
bluetoothhostTest_host_3
from
'
./BluetoothA2dp.test.js
'
import
bluetoothhostTest_host_2
from
'
./BluetoothHid.test.js
'
export
default
function
testsuite
()
{
bluetoothhostTest_host_1
()
bluetoothhostTest_host_3
()
bluetoothhostTest_host_2
()
}
communication/bluetooth_standard/signature/openharmony_sx.p7b
浏览文件 @
2475722e
无法预览此类型文件
communication/nfc_Controller/signature/openharmony_sx.p7b
浏览文件 @
2475722e
无法预览此类型文件
communication/nfc_Controller/src/main/config.json
浏览文件 @
2475722e
{
"app"
:
{
"bundleName"
:
"ohos.acts.communication.nfc.nfcdevice"
,
"vendor"
:
"acts"
,
"version"
:
{
"code"
:
1000000
,
"name"
:
"1.0.0"
},
"apiVersion"
:
{
"compatible"
:
4
,
"target"
:
5
}
},
"deviceConfig"
:
{},
"module"
:
{
"package"
:
"ohos.acts.communication.nfc.nfcdevice"
,
"name"
:
".entry"
,
"mainAbility"
:
".MainAbility"
,
"deviceType"
:
[
{
"app"
:
{
"bundleName"
:
"ohos.acts.communication.nfc.nfcdevice"
,
"vendor"
:
"acts"
,
"version"
:
{
"code"
:
1000000
,
"name"
:
"1.0.0"
},
"apiVersion"
:
{
"compatible"
:
4
,
"target"
:
5
}
},
"deviceConfig"
:
{},
"module"
:
{
"package"
:
"ohos.acts.communication.nfc.nfcdevice"
,
"name"
:
".entry"
,
"mainAbility"
:
".MainAbility"
,
"deviceType"
:
[
"tablet"
,
"default"
,
"phone"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
"moduleName"
:
"nfc_standard"
,
"moduleType"
:
"entry"
},
"abilities"
:
[
{
"skills"
:
[
{
"entities"
:
[
"entity.system.home"
],
"actions"
:
[
"action.system.home"
]
}
],
"orientation"
:
"unspecified"
,
"formsEnabled"
:
false
,
"name"
:
".MainAbility"
,
"srcLanguage"
:
"js"
,
"srcPath"
:
"MainAbility"
,
"icon"
:
"$media:icon"
,
"description"
:
"$string:MainAbility_desc"
,
"label"
:
"$string:MainAbility_label"
,
"type"
:
"page"
,
"visible"
:
true
,
"launchType"
:
"standard"
},
{
"orientation"
:
"unspecified"
,
"formsEnabled"
:
false
,
"name"
:
".TestAbility"
,
"srcLanguage"
:
"js"
,
"srcPath"
:
"TestAbility"
,
"icon"
:
"$media:icon"
,
"description"
:
"$string:TestAbility_desc"
,
"label"
:
"$string:TestAbility_label"
,
"type"
:
"page"
,
"visible"
:
true
,
"launchType"
:
"standard"
}
],
"js"
:
[
{
"pages"
:
[
"pages/index/index"
],
"name"
:
"default"
,
"window"
:
{
"designWidth"
:
720
,
"autoDesignWidth"
:
false
}
},
{
"pages"
:
[
"pages/index/index"
],
"name"
:
".TestAbility"
,
"window"
:
{
"designWidth"
:
720
,
"autoDesignWidth"
:
false
}
}
],
"defPermissions"
:
[
{
"availableScope"
:
[],
"grantMode"
:
"user_grant"
,
"name"
:
"ohos.permission.ACCESS_LOCATION"
,
"availableLevel"
:
"system_basic"
,
"provisionEnable"
:
true
,
"distributedSceneEnable"
:
true
,
"label"
:
"ACCESS_LOCATION label"
,
"description"
:
"ACCESS_LOCATION description"
},
{
"availableScope"
:
[],
"grantMode"
:
"system_grant"
,
"name"
:
"ohos.permission.MANAGE_SECURE_SETTINGS"
,
"availableLevel"
:
"system_basic"
,
"provisionEnable"
:
true
,
"distributedSceneEnable"
:
false
,
"label"
:
"MANAGE_SECURE_SETTINGS label"
,
"description"
:
"MANAGE_SECURE_SETTINGS description"
},
{
"availableScope"
:
[],
"grantMode"
:
"user_grant"
,
"name"
:
"ohos.permission.LOCATION"
,
"availableLevel"
:
"system_basic"
,
"provisionEnable"
:
true
,
"distributedSceneEnable"
:
true
,
"label"
:
"LOCATION label"
,
"description"
:
"LOCATION description"
}
],
"reqPermissions"
:
[
{
"name"
:
"ohos.permission.MANAGE_SECURE_SETTINGS"
,
"reason"
:
"need use ohos.permission.MANAGE_SECURE_SETTINGS"
},
{
"name"
:
"ohos.permission.NFC_CARD_EMULATION"
,
"reason"
:
"use ohos.permission.SET_nfc_INFO"
},
{
"name"
:
"ohos.permission.MANAGE_nfc_CONNECTION"
,
"reason"
:
"use ohos.permission.MANAGE_nfc_CONNECTION"
},
{
"name"
:
"ohos.permission.NFC_TAG"
,
"reason"
:
"use ohos.permission.NFC_TAG"
},
{
"name"
:
"ohos.permission.GET_nfc_CONFIG"
,
"reason"
:
"use ohos.permission.GET_nfc_CONFIG"
},
{
"name"
:
"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
,
"reason"
:
"use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
},
{
"name"
:
"ohos.permission.GET_nfc_LOCAL_MAC"
,
"reason"
:
"use ohos.permission.GET_nfc_LOCAL_MAC"
},
{
"name"
:
"ohos.permission.GET_nfc_PEERS_MAC"
,
"reason"
:
"use ohos.permission.GET_nfc_PEERS_MAC"
},
{
"name"
:
"ohos.permission.MANAGE_nfc_HOTSPOT"
,
"reason"
:
"use ohos.permission.MANAGE_nfc_HOTSPOT"
},
{
"name"
:
"ohos.permission.GET_nfc_INFO_INTERNAL"
,
"reason"
:
"use ohos.permission.GET_nfc_INFO_INTERNAL"
},
{
"name"
:
"ohos.permission.LOCATION"
,
"reason"
:
"need use ohos.permission.LOCATION"
,
"usedScene"
:
{
"ability"
:
[
"ohos.acts.communication.nfc.nfcdevice"
],
"when"
:
"inuse"
}
},
{
"name"
:
"ohos.permission.ACCESS_LOCATION"
,
"reason"
:
"need use ohos.permission.ACCESS_LOCATION"
,
"usedScene"
:
{
"ability"
:
[
"ohos.acts.communication.nfc.nfcdevice"
],
"when"
:
"inuse"
}
},
{
"name"
:
"ohos.permission.LOCATION_IN_BACKGROUND"
,
"reason"
:
"need use ohos.permission.LOCATION_IN_BACKGROUND"
,
"usedScene"
:
{
"ability"
:
[
"ohos.acts.communication.nfc.nfcdevice"
],
"when"
:
"inuse"
}
},
{
"name"
:
"ohos.permission.MANAGE_SECURE_SETTINGS"
,
"reason"
:
"need use ohos.permission.MANAGE_SECURE_SETTINGS"
,
"usedScene"
:
{
"ability"
:
[
"ohos.acts.communication.nfc.nfcdevice"
],
"when"
:
"inuse"
}
},
{
"name"
:
"ohos.permission.GRANT_SENSITIVE_PERMISSIONS"
,
"reason"
:
"use ohos.permission.GRANT_SENSITIVE_PERMISSIONS"
},
{
"name"
:
"ohos.permission.REVOKE_SENSITIVE_PERMISSIONS"
,
"reason"
:
"use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS"
},
{
"name"
:
"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
},
{
"name"
:
"ohos.permission.GET_BUNDLE_INFO"
}
],
"testRunner"
:
{
"name"
:
"OpenHarmonyTestRunner"
,
"srcPath"
:
"TestRunner"
},
"srcPath"
:
""
}
}
\ No newline at end of file
"phone"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
"moduleName"
:
"nfc_standard"
,
"moduleType"
:
"entry"
},
"abilities"
:
[
{
"skills"
:
[
{
"entities"
:
[
"entity.system.home"
],
"actions"
:
[
"action.system.home"
]
}
],
"orientation"
:
"unspecified"
,
"formsEnabled"
:
false
,
"name"
:
".MainAbility"
,
"srcLanguage"
:
"js"
,
"srcPath"
:
"MainAbility"
,
"icon"
:
"$media:icon"
,
"description"
:
"$string:MainAbility_desc"
,
"label"
:
"$string:MainAbility_label"
,
"type"
:
"page"
,
"visible"
:
true
,
"launchType"
:
"standard"
},
{
"orientation"
:
"unspecified"
,
"formsEnabled"
:
false
,
"name"
:
".TestAbility"
,
"srcLanguage"
:
"js"
,
"srcPath"
:
"TestAbility"
,
"icon"
:
"$media:icon"
,
"description"
:
"$string:TestAbility_desc"
,
"label"
:
"$string:TestAbility_label"
,
"type"
:
"page"
,
"visible"
:
true
,
"launchType"
:
"standard"
}
],
"js"
:
[
{
"pages"
:
[
"pages/index/index"
],
"name"
:
"default"
,
"window"
:
{
"designWidth"
:
720
,
"autoDesignWidth"
:
false
}
},
{
"pages"
:
[
"pages/index/index"
],
"name"
:
".TestAbility"
,
"window"
:
{
"designWidth"
:
720
,
"autoDesignWidth"
:
false
}
}
],
"reqPermissions"
:
[
{
"name"
:
"ohos.permission.NFC_CARD_EMULATION"
,
"reason"
:
"use ohos.permission.SET_nfc_INFO"
},
{
"name"
:
"ohos.permission.NFC_TAG"
,
"reason"
:
"use ohos.permission.NFC_TAG"
}
],
"testRunner"
:
{
"name"
:
"OpenHarmonyTestRunner"
,
"srcPath"
:
"TestRunner"
},
"srcPath"
:
""
}
}
communication/nfc_Controller/src/main/js/test/nfc.Controller.js
浏览文件 @
2475722e
...
...
@@ -56,15 +56,6 @@ export default function nfcControllerTest() {
expect
(
result
!=
null
).
assertTrue
();
}
controller
.
on
(
NFC_STATE_NOTIFY
,
recvNfcStateNotifyFunc
);
try
{
let
openNfcswitch
=
controller
.
openNfc
();
sleep
(
5000
);
console
.
info
(
'
[nfc_js] open Nfc switch ->
'
+
openNfcswitch
);
expect
(
openNfcswitch
).
assertTrue
();
}
catch
(
error
)
{
console
.
info
(
'
[nfc_js] Failed to enable the switch ->
'
+
error
);
expect
(
error
!=
null
).
assertTrue
();
}
controller
.
off
(
NFC_STATE_NOTIFY
,
recvNfcStateNotifyFunc
);
})
...
...
@@ -126,27 +117,10 @@ export default function nfcControllerTest() {
expect
(
checkopennfc
).
assertEqual
(
NfcState
.
STATE_ON
);
console
.
log
(
"
[nfc_test] checkopen the state of nfc->
"
+
JSON
.
stringify
(
checkopennfc
));
})
/**
* @tc.number SUB_COMMUNICATION_NFC_Cont_0600
* @tc.name Test closeNfcapi
* @tc.desc Deregister the NFC switch status event and disable the NFC.
* @tc.size since 7
* @tc.type Function
* @tc.level Level 2
*/
it
(
'
SUB_COMMUNICATION_NFC_Cont_0600
'
,
0
,
function
()
{
try
{
let
closeNfc
=
controller
.
closeNfc
();
console
.
info
(
'
[nfc_js] clocse Nfc switch ->
'
+
closeNfc
);
expect
(
closeNfc
).
assertTrue
();
}
catch
(
error
)
{
console
.
info
(
'
[nfc_js] Failed to disable the switch ->
'
+
error
);
expect
(
error
!=
null
).
assertTrue
();
}
})
console
.
log
(
"
*************[nfc_test] start nfc js unit test end*************
"
);
})
}
communication/wifi_p2p/signature/openharmony_sx.p7b
浏览文件 @
2475722e
无法预览此类型文件
communication/wifi_p2p/src/main/js/test/WifiManagerP2PFunction.test.js
浏览文件 @
2475722e
...
...
@@ -365,9 +365,9 @@ export default function actsWifiManagerFunctionTest() {
};
let
p2pConnectResult
=
wifiMg
.
p2pConnect
(
wifiP2PConfig
);
console
.
info
(
"
[wifi_test]test p2pConnect successful.
"
);
let
p2pCancelResult
=
wifiMg
.
p2p
Disc
onnect
();
let
p2pCancelResult
=
wifiMg
.
p2p
CancelC
onnect
();
await
sleep
(
2000
);
console
.
info
(
"
[wifi_test]test p2p
Disc
onnect successful.
"
);
console
.
info
(
"
[wifi_test]test p2p
CancelC
onnect successful.
"
);
let
removeGroupResult
=
wifiMg
.
removeGroup
();
console
.
info
(
"
[wifi_test]test removeGroup successful
"
);
await
wifiMg
.
getCurrentGroup
()
...
...
communication/wifi_standard/signature/openharmony_sx.p7b
浏览文件 @
2475722e
无法预览此类型文件
location/geolocation_standard/signature/openharmony_sx.p7b
浏览文件 @
2475722e
无法预览此类型文件
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录