/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/ |
H A D | util.test.js | 15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium' 207 it('testUtilPrintf001', 0, function () { 224 it('testUtilPrintf002', 0, function () { 239 it('testUtilPrintf003', 0, function () { 255 it('testUtilPrintf004', 0, function () { 271 it('testUtilPrintf005', 0, function () { 287 it('testUtilGetErrorString001', 0, async function () { 301 it('testUtilGetErrorString002', 0, async function () { 315 it('testUtilGetErrorString003', 0, async function () { 329 it('testUtilGetErrorString00 [all...] |
/test/ostest/wukong/component_event/src/ |
H A D | normal_scene.cpp | 46 for (auto it = componentList.begin(); it != componentList.end(); it++) { in SetInputComponentList() 47 TRACK_LOG_STR("component inputcount: %d", (*it)->GetInputCount()); in SetInputComponentList() 48 if ((*it)->GetInputCount() > MAXINPUTNUM || IsComponentBlock((*it), compIdBlock, compTypeBlock)) { in SetInputComponentList() 49 indexList.push_back((*it)->GetIndex()); in SetInputComponentList() 50 TRACK_LOG_STR("index0: %d", distance(componentList.begin(), it)); in SetInputComponentList() 54 for (auto it = componentList.begin(); it ! in SetInputComponentList() [all...] |
/test/xts/acts/commonlibrary/ets_utils/json_lib_standard/entry/src/ohosTest/js/test/ |
H A D | json.test.js | 16 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium' 37 it("testparse0001", 0, function () { 51 it("testparse0002", 0, function () { 71 it("testparse0003", 0, function () { 84 it("testparse0004", 0, function () { 97 it("testparse0005", 0, function () { 110 it("teststringify0006", 0, function () { 123 it("teststringify0007", 0, function () { 136 it("teststringify0008", 0, function () { 151 it("teststringify000 [all...] |
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RdbstorePredicatesJsunit.test.js | 15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
137 it('testEqualTo0001', 0, async function (done) {
155 it('testEqualTo0002', 0, async function (done) {
173 it('testEqualTo0003', 0, async function (done) {
191 it('testEqualTo0004', 0, async function (done) {
209 it('testEqualTo0005', 0, async function (done) {
227 it('testEqualTo0006', 0, async function (done) {
245 it('testEqualTo0007', 0, async function (done) {
263 it('testEqualTo0008', 0, async function (done) {
282 it('testNotEqualTo000 [all...] |
H A D | RdbStoreResultSetJsunit.test.js | 15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
128 it('testGetBlob0001', 0, async function (done) {
160 it('testGetBlob0002', 0, async function (done) {
193 it('testGetBlob0003', 0, async function (done) {
224 it('testIsStarted0001', 0, async function (done) {
246 it('testIsStarted0002', 0, async function (done) {
269 it('testIsStarted0003', 0, async function (done) {
295 it('testIsStarted0004', 0, async function (done) {
320 it('testIsEnded0001', 0, async function (done) {
343 it('testIsEnded000 [all...] |
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStorePredicatesJsunit.test.js | 15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
140 it('testEqualTo0001', 0, async function (done) {
158 it('testEqualTo0002', 0, async function (done) {
176 it('testEqualTo0003', 0, async function (done) {
194 it('testEqualTo0004', 0, async function (done) {
212 it('testEqualTo0005', 0, async function (done) {
230 it('testEqualTo0006', 0, async function (done) {
249 it('testEqualTo0007', 0, async function (done) {
268 it('testEqualTo0008', 0, async function (done) {
287 it('testNotEqualTo000 [all...] |
H A D | RelationalStoreResultSetJsunit.test.js | 15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
131 it('testGetBlob0001', 0, async function (done) {
163 it('testGetBlob0002', 0, async function (done) {
196 it('testGetBlob0003', 0, async function (done) {
227 it('testIsStarted0001', 0, async function (done) {
249 it('testIsStarted0002', 0, async function (done) {
272 it('testIsStarted0003', 0, async function (done) {
298 it('testIsStarted0004', 0, async function (done) {
323 it('testIsEnded0001', 0, async function (done) {
346 it('testIsEnded000 [all...] |
/test/xts/acts/distributeddatamgr/dataSharejstest/hap/entry/src/ohosTest/js/test/ |
H A D | DataAbilityPredicatesJsunit.test.js | 15 import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'
138 it('testEqualTo0001', 0, async function (done) {
158 it('testEqualTo0002', 0, async function (done) {
178 it('testEqualTo0003', 0, async function (done) {
198 it('testEqualTo0004', 0, async function (done) {
218 it('testEqualTo0005', 0, async function (done) {
238 it('testEqualTo0006', 0, async function (done) {
258 it('testEqualTo0007', 0, async function (done) {
278 it('testEqualTo0008', 0, async function (done) {
299 it('testNotEqualTo000 [all...] |
/test/xts/acts/security/access_token/AccessTokenTest_Normal_js/entry/src/ohosTest/js/test/ |
H A D | AccessToken.test.js | 17 import {describe, beforeAll, afterEach, it, expect} from '@ohos/hypium'
66 it('Test_verifyAccessToken_001', 0, async function(done){
81 it('Test_verifyAccessToken_002', 0, async function(done){
96 it('Test_verifyAccessToken_003', 0, async function(done){
111 it('Test_verifyAccessToken_004', 0, async function(done){
126 it('Test_verifyAccessToken_005', 0, async function(done){
144 it('Test_verifyAccessToken_006', 0, async function(done){
161 it('Test_verifyAccessToken_007', 0, async function(done){
178 it('Test_verifyAccessTokenSync_000', 0, function(){
191 it('Test_verifyAccessTokenSync_00 [all...] |
/test/xts/acts/distributeddatamgr/preferencesjstest/hap/entry/src/ohosTest/js/test/ |
H A D | StorageSyncJsunit.test.js | 15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
54 it('testClear001', 0, function () {
71 it('testConstructor002', 0, function () {
83 it('testHasKey003', 0, function () {
96 it('testHasKey004', 0, function () {
109 it('testHasKey005', 0, function () {
122 it('testHasKey006', 0, function () {
135 it('testHasKey007', 0, function () {
148 it('testGetBoolean005', 0, function () {
161 it('testGetDefValue00 [all...] |
H A D | StorageCallBackJsunit.test.js | 15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
53 it('testClear0012', 0, async function (done) {
70 it('testHasKey0032', 0, async function (done) {
86 it('testHasKey0033', 0, async function (done) {
102 it('testHasKey0034', 0, async function (done) {
118 it('testHasKey0035', 0, async function (done) {
134 it('testHasKey0036', 0, async function (done) {
150 it('testGetDefValue0062', 0, async function (done) {
166 it('testGetFloat0072', 0, async function (done) {
183 it('testGetInt008 [all...] |
H A D | PreferencesCallBackJsunit.test.js | 15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
62 it('testPreferencesClear0012', 0, async function (done) {
80 it('testPreferencesHasKey0032', 0, async function (done) {
96 it('testPreferencesHasKey0033', 0, async function (done) {
112 it('testPreferencesHasKey0034', 0, async function (done) {
128 it('testPreferencesHasKey0035', 0, async function (done) {
144 it('testPreferencesHasKey0036', 0, async function (done) {
160 it('testPreferencesGetDefValue0062', 0, async function (done) {
176 it('testPreferencesGetFloat0072', 0, async function (done) {
193 it('testPreferencesGetInt008 [all...] |
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | KvStoreResultSetJsunit.test.js | 15 import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' 140 it('testKvStoreResultSetGetCount001', 0, async function(done) { 157 it('testKvStoreResultSetGetCount002', 0, async function(done) { 186 it('testKvStoreResultSetGetCount003', 0, async function(done) { 202 it('testKvStoreResultSetGetCount004', 0, async function(done) { 218 it('testKvStoreResultSetGetPosition001', 0, async function(done) { 235 it('testKvStoreResultSetGetPosition002', 0, async function(done) { 256 it('testKvStoreResultSetGetPosition003', 0, async function(done) { 272 it('testKvStoreResultSetGetPosition004', 0, async function(done) { 288 it('testKvStoreResultSetMoveToFirst00 [all...] |
H A D | KvManagerPromiseJsunit.test.js | 15 import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'
99 it('testKVManagerGetKVStore001', 0, async function (done) {
119 it('testKVManagerGetKVStore002', 0, async function (done) {
139 it('testKVManagerGetKVStore003', 0, async function (done) {
166 it('testKVManagerGetKVStore004', 0, async function (done) {
191 it('testKVManagerGetKVStore005', 0, async function (done) {
218 it('testKVManagerGetKVStore006', 0, async function (done) {
245 it('testKVManagerGetKVStore007', 0, async function (done) {
272 it('testKVManagerGetKVStore008', 0, async function (done) {
299 it('testKVManagerGetKVStore00 [all...] |
H A D | SingleKvStoreCallbackJsunit.test.js | 15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium' 119 it('testSingleKvStorePutString101', 0, async function (done) { 143 it('testSingleKvStorePutString102', 0, async function (done) { 171 it('testSingleKvStoreGetString101', 0, async function (done) { 195 it('testSingleKvStoreGetString102', 0, async function (done) { 219 it('testSingleKvStorePutInt101', 0, async function (done) { 243 it('testSingleKvStorePutInt102', 0, async function (done) { 268 it('testSingleKvStorePutInt103', 0, async function (done) { 293 it('testSingleKvStorePutInt104', 0, async function (done) { 318 it('testSingleKvStoreGetInt10 [all...] |
H A D | DeviceKvStorePromiseJsunit.test.js | 15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium' 101 reject(new Error('not resolved in 2 second, reject it.')) 158 it('testDeviceKvStorePutString001', 0, async function (done) { 179 it('testDeviceKvStorePutString002', 0, async function (done) { 201 it('testDeviceKvStorePutString003', 0, async function (done) { 223 it('testDeviceKvStorePutString004', 0, async function (done) { 256 it('testDeviceKvStoreGetString001', 0, async function (done) { 285 it('testDeviceKvStoreGetString002', 0, async function (done) { 305 it('testDeviceKvStorePutInt001', 0, async function (done) { 327 it('testDeviceKvStorePutInt00 [all...] |
H A D | DeviceKvStoreCallbackJsunit.test.js | 15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium' 101 reject(new Error('not resolved in 2 second, reject it.')) 151 it('testDeviceKvStorePutString101', 0, async function (done) { 175 it('testDeviceKvStorePutString102', 0, async function (done) { 203 it('testDeviceKvStoreGetString101', 0, async function (done) { 227 it('testDeviceKvStoreGetString102', 0, async function (done) { 251 it('testDeviceKvStorePutInt101', 0, async function (done) { 275 it('testDeviceKvStorePutInt102', 0, async function (done) { 300 it('testDeviceKvStorePutInt103', 0, async function (done) { 325 it('testDeviceKvStorePutInt10 [all...] |
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | timendk32.cpp | 63 struct itimerspec it;
in Timer_getTime64_One() local 64 it.it_interval.tv_sec = PARAM_1;
in Timer_getTime64_One() 65 it.it_interval.tv_nsec = PARAM_0;
in Timer_getTime64_One() 66 it.it_value.tv_sec = PARAM_3;
in Timer_getTime64_One() 67 it.it_value.tv_nsec = PARAM_0;
in Timer_getTime64_One() 68 ret = __timer_settime64(timerid, PARAM_0, &it, nullptr);
in Timer_getTime64_One() 102 struct itimerspec it;
in Timer_setTime64_One() local 103 it.it_interval.tv_sec = PARAM_1;
in Timer_setTime64_One() 104 it.it_interval.tv_nsec = PARAM_0;
in Timer_setTime64_One() 105 it in Timer_setTime64_One() 123 struct itimerspec it; Timer_setTime64_Two() local [all...] |
/test/xts/acts/account/appaccount/actsaccountoperatetest/entry/src/ohosTest/js/test/ |
H A D | CreateAccount.test.js | 16 import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' 34 it('ActsAccountCreateAccount_0100', 0, async function (done) { 55 it('ActsAccountCreateAccount_0200', 0, async function (done) { 81 it('ActsAccountCreateAccount_0300', 0, async function (done) { 102 it('ActsAccountCreateAccount_0400', 0, async function (done) { 129 it('ActsAccountCreateAccount_0500', 0, async function (done) { 154 it('ActsAccountCreateAccount_0600', 0, async function (done) { 176 it('ActsAccountCreateAccount_0700', 0, async function (done) { 196 it('ActsAccountCreateAccount_0800', 0, async function (done) { 220 it('ActsAccountCreateAccount_090 [all...] |
/test/xts/acts/resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/test/ |
H A D | BundleState.test.js | 17 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
67 it('merge_024', 0, function(done) {
101 it('merge_025', 0, function(done) {
135 it('merge_026', 0, function(done) {
157 it('merge_027', 0, function(done) {
179 it('merge_028', 0, function(done) {
201 it('isIdleState_052', 0, async function(done) {
228 it('isIdleState_053', 0, async function(done) {
251 it('isIdleState_054', 0, async function(done) {
277 it('isIdleState_05 [all...] |
/test/xts/acts/communication/dsoftbus/rpc_request/entry/src/ohosTest/js/test/ |
H A D | ActsRpcRequestJsTest.test.js | 17 import {describe, expect, beforeAll, it} from '@ohos/hypium';
178 it("SUB_DSoftbus_IPC_API_OnRemoteRequest_0100", 0, async function(done){
209 it("SUB_DSoftbus_IPC_API_OnRemoteRequest_0200", 0, async function(done){
241 it("SUB_DSoftbus_IPC_API_OnRemoteRequest_0300", 0, async function(done){
273 it("SUB_DSoftbus_IPC_API_OnRemoteRequest_0400", 0, async function(done){
305 it("SUB_DSoftbus_IPC_API_OnRemoteRequest_0500", 0, async function(done){
338 it("SUB_DSoftbus_IPC_API_OnRemoteRequest_0600", 0, async function(done){
371 it("SUB_DSoftbus_IPC_API_OnRemoteRequest_0700", 0, async function(done){
405 it("SUB_DSoftbus_IPC_API_OnRemoteRequest_0800", 0, async function(done){
437 it("SUB_DSoftbus_IPC_API_OnRemoteRequest_090 [all...] |
/test/xts/acts/storage/storagefileiov9jstest/entry/src/ohosTest/js/test/members/ |
H A D | stat.test.js | 18 describe, it, expect, 39 it('fileIO_stat_sync_000', 0, async function () { 68 it('fileIO_stat_sync_001', 0, async function () { 89 it('fileIO_stat_sync_002', 0, async function () { 110 it('fileIO_stat_sync_ino_000', 0, async function () { 139 it('fileIO_stat_sync_mode_000', 0, async function () { 168 it('fileIO_stat_sync_uid_000', 0, async function () { 197 it('fileIO_stat_sync_gid_000', 0, async function () { 226 it('fileIO_stat_sync_size_000', 0, async function () { 255 it('fileIO_stat_sync_atime_00 [all...] |
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | KvStoreResultSetKVJsTest.js | 15 import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' 134 it('SUB_DDM_DKV_KVSTORERESULTSET_GETCOUNT_0100', 0, async function(done) { 152 it('SUB_DDM_DKV_KVSTORERESULTSET_GETCOUNT_0200', 0, async function(done) { 182 it('SUB_DDM_DKV_KVSTORERESULTSET_GETCOUNT_0300', 0, async function(done) { 199 it('SUB_DDM_DKV_KVSTORERESULTSET_GETCOUNT_0400', 0, async function(done) { 216 it('SUB_DDM_DKV_KVSTORERESULTSET_GETPOSITION_0100', 0, async function(done) { 234 it('SUB_DDM_DKV_KVSTORERESULTSET_GETPOSITION_0200', 0, async function(done) { 256 it('SUB_DDM_DKV_KVSTORERESULTSET_GETPOSITION_0300', 0, async function(done) { 273 it('SUB_DDM_DKV_KVSTORERESULTSET_GETPOSITION_0400', 0, async function(done) { 290 it('SUB_DDM_DKV_KVSTORERESULTSET_SETMOVETOFIRST_010 [all...] |
/test/xts/acts/communication/nfc_Controller/entry/src/ohosTest/js/test/ |
H A D | NDEFTag.test.js | 19 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium' 125 it('SUB_Communication_NFC_nfcNDEF_js_0100', 0, function () { 153 it('SUB_Communication_NFC_nfcNDEF_js_0200', 0, function () { 189 it('SUB_Communication_NFC_nfcNDEF_js_0300', 0, function () { 226 it('SUB_Communication_NFC_nfcNDEF_js_0400', 0, function () { 245 it('SUB_Communication_NFC_nfcNDEF_js_0500', 0, function () { 269 it('SUB_Communication_NFC_nfcNDEF_js_0600', 0, async function (done) { 311 it('SUB_Communication_NFC_nfcNDEF_js_0700', 0, async function (done) { 337 it('SUB_Communication_NFC_nfcNDEF_js_0800', 0, async function (done) { 365 it('SUB_Communication_NFC_nfcNDEF_js_090 [all...] |
H A D | TagABFV.test.js | 18 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium' 176 it('SUB_Communication_NFC_nfctage_js_0100', 0, function () { 201 it('SUB_Communication_NFC_nfctage_js_0200', 0, function () { 226 it('SUB_Communication_NFC_nfctage_js_0300', 0, function () { 251 it('SUB_Communication_NFC_nfctage_js_0400', 0, function () { 276 it('SUB_Communication_NFC_nfctage_js_0500', 0, function () { 301 it('SUB_Communication_NFC_nfctage_js_0600', 0, function () { 326 it('SUB_Communication_NFC_nfctage_js_0700', 0, function () { 351 it('SUB_Communication_NFC_nfctage_js_0800', 0, function () { 376 it('SUB_Communication_NFC_nfctage_js_090 [all...] |