Home
last modified time | relevance | path

Searched refs:TAG (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/foundation/distributeddatamgr/udmf/framework/jskitsimpl/unittest/
DUdmfPromiseJsTest.js46 const TAG = 'UdmfInsertPromiseInvalidOptionsTest:';
47 console.info(TAG, 'start');
50 console.info(TAG, 'Unreachable code!');
54 console.info(TAG, 'Unreachable code!');
59 console.error(TAG, `get e. code is ${e.code},message is ${e.message} `);
63 console.info(TAG, 'end');
73 const TAG = 'UdmfInsertPromiseInvalidDataTest:';
74 console.info(TAG, 'start');
77 console.info(TAG, 'Unreachable code!');
81 console.error(TAG, `get fail. code is ${err.code},message is ${err.message} `);
[all …]
DUdmfCallbackJsTest.js46 const TAG = 'UdmfInsertCallbackInvalidOptionsTest:';
47 console.info(TAG, 'start');
50 console.info(TAG, 'Unreachable code!');
55 console.error(TAG, `get e. code is ${e.code},message is ${e.message} `);
59 console.info(TAG, 'end');
69 const TAG = 'UdmfInsertCallbackInvalidDataTest:';
70 console.info(TAG, 'start');
74 console.error(TAG, `get fail. code is ${err.code},message is ${err.message} `);
79 console.error(TAG, 'Unreachable code!');
83 console.info(TAG, 'end');
[all …]
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
DRdbStoreDistributedJsunit.test.js20 const TAG = "[RELATIONAL_STORE_JSKITS_TEST]" constant
28 console.info(TAG + 'beforeAll')
35 console.log(TAG + "create rdb store success")
43 console.log(TAG + "create table employee success")
45 console.log(TAG + "create table employee failed")
57 console.log(TAG + "create table product success")
60 console.log(TAG + "create table product failed")
64 console.log(TAG + "create rdb store failed")
71 console.info(TAG + 'beforeEach')
75 console.info(TAG + 'afterEach')
[all …]
DRdbStoreCloud.test.js20 const TAG = "[RELATIONAL_STORE_JSKITS_TEST]" constant
27 console.info(TAG + 'beforeAll')
34 console.log(TAG + "create rdb store success")
40 console.log(TAG + "create table employee success")
49 console.log(TAG + "create table product success")
58 console.log(TAG + "create table local success")
60 …console.log(TAG + "create rdb store failed" + `, error code is ${err.code}, message is ${err.messa…
66 console.info(TAG + 'beforeEach')
70 console.info(TAG + 'afterEach')
74 console.info(TAG + 'afterAll')
[all …]
DRdbStoreCloudSync.test.js20 const TAG = "[RELATIONAL_STORE_JSKITS_TEST]" constant
27 console.info(TAG + 'beforeAll')
34 console.log(TAG + "create rdb store success")
53 console.log(TAG + "create table cloud_text cloud_int cloud_integer success");
84 console.log(TAG + `failed, err: ${JSON.stringify(err)}`)
90 console.info(TAG + 'beforeEach')
94 console.info(TAG + 'afterEach')
98 console.info(TAG + 'afterAll')
103 console.log(TAG + "*************Unit Test Begin*************");
111 console.log(TAG + "************* testRdbStoreCloudSync0001 start *************");
[all …]
DRdbstorePredicatesJsunit.test.js20 const TAG = "[RELATIONAL_STORE_JSKITS_TEST]" constant
39 console.info(TAG + 'beforeAll')
48 console.info(TAG + 'beforeEach')
52 console.info(TAG + 'afterEach')
56 console.info(TAG + 'afterAll')
62 console.log(TAG + "buildAllDataType1 start");
82 console.log(TAG + "buildAllDataType2 start");
102 console.log(TAG + "buildAllDataType3 start");
121 console.log(TAG + "*************Unit Test Begin*************");
129 console.log(TAG + "************* testEqualTo0001 start *************");
[all …]
DRdbstoreRdbstoreJsunit.test.js21 const TAG = "[RELATIONAL_STORE_JSKITS_TEST]" constant
31 console.info(TAG + 'beforeAll')
35 console.info(TAG + 'beforeEach')
39 console.info(TAG + 'afterEach')
44 console.info(TAG + 'afterAll')
47 console.log(TAG + "*************Unit Test Begin*************");
55 console.log(TAG + "************* testRdbStore0001 start *************");
58 console.log(TAG + "getRdbStore done: " + store);
63 console.log(TAG + "************* testRdbStore0001 end *************");
72 console.log(TAG + "************* testRdbStore0002 start *************");
[all …]
DRdbStoreResultSetJsunit.test.js21 const TAG = "[RELATIONAL_STORE_JSKITS_TEST]" constant
33 console.info(TAG + 'beforeAll')
40 console.info(TAG + 'beforeEach')
44 console.info(TAG + 'afterEach')
48 console.info(TAG + 'afterAll')
55 console.log(TAG + "createTest data start");
86 console.log(TAG + "createTest data end");
130 console.log(TAG + "************* testGetBlob0001 start *************");
137 console.log(TAG + "id=" + id + ", data4=" + data4);
149 console.log(TAG + "************* testGetBlob0001 end *************");
[all …]
DRdbstoreDeleteJsunit.test.js20 const TAG = "[RELATIONAL_STORE_JSKITS_TEST]" constant
33 console.info(TAG + 'beforeAll')
37 console.info(TAG + 'beforeEach')
43 console.info(TAG + 'afterEach')
49 console.info(TAG + 'afterAll')
52 console.log(TAG + "*************Unit Test Begin*************");
59 console.log(TAG + "************* testRdbStoreDelete0001 start *************");
93 console.log(TAG + "Delete done: " + ret)
100 console.log(TAG + "************* testRdbStoreDelete0001 end *************");
109 console.log(TAG + "************* testRdbStoreDelete0002 start *************");
[all …]
/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/
DRdbStoreDistributedJsunit.test.js19 const TAG = "[RDB_JSKITS_TEST_Distributed]" constant
25 console.info(TAG + 'beforeAll')
31 console.log(TAG + "create rdb store success")
39 console.log(TAG + "create table employee success")
41 console.log(TAG + "create table employee failed")
53 console.log(TAG + "create table product success")
56 console.log(TAG + "create table product failed")
60 console.log(TAG + "create rdb store failed")
67 console.info(TAG + 'beforeEach')
71 console.info(TAG + 'afterEach')
[all …]
DRdbstorePredicatesJsunit.test.js18 const TAG = "[RDB_JSKITS _TEST]" constant
35 console.info(TAG + 'beforeAll')
44 console.info(TAG + 'beforeEach')
48 console.info(TAG + 'afterEach')
52 console.info(TAG + 'afterAll')
58 console.log(TAG + "buildAllDataType1 start");
78 console.log(TAG + "buildAllDataType2 start");
98 console.log(TAG + "buildAllDataType3 start");
117 console.log(TAG + "*************Unit Test Begin*************");
125 console.log(TAG + "************* testEqualTo0001 start *************");
[all …]
DRdbstoreRdbstoreJsunit.test.js19 const TAG = "[RDB_JSKITS_TEST]" constant
29 console.info(TAG + 'beforeAll')
33 console.info(TAG + 'beforeEach')
37 console.info(TAG + 'afterEach')
42 console.info(TAG + 'afterAll')
45 console.log(TAG + "*************Unit Test Begin*************");
53 console.log(TAG + "************* testRdbStore0001 start *************");
59 console.log(TAG + "************* testRdbStore0001 end *************");
68 console.log(TAG + "************* testRdbStore0002 start *************");
73 console.log(TAG + `failed, errcode:${JSON.stringify(err)}.`);
[all …]
DRdbStoreResultSetJsunit.test.js18 const TAG = "[RDB_JSKITS_TEST]" constant
29 console.info(TAG + 'beforeAll')
36 console.info(TAG + 'beforeEach')
40 console.info(TAG + 'afterEach')
44 console.info(TAG + 'afterAll')
50 console.log(TAG + "createTest data start");
81 console.log(TAG + "createTest data end");
125 console.log(TAG + "************* testGetBlob0001 start *************");
132 console.log(TAG + "id=" + id + ", data4=" + data4);
144 console.log(TAG + "************* testGetBlob0001 end *************");
[all …]
DRdbstoreTransactionJsunit.test.js19 const TAG = "[RDB_JSKITS_TEST]" constant
31 console.info(TAG + 'beforeAll')
37 console.info(TAG + 'beforeEach')
42 console.info(TAG + 'afterEach')
47 console.info(TAG + 'afterAll')
52 console.log(TAG + "*************Unit Test Begin*************");
60 console.log(TAG + "************* testRdbStoreInsert0001 start *************");
76 console.log(TAG + "testRdbTransactionInsert0001 result count " + resultSet.rowCount)
80 console.log(TAG + e);
82 console.log(TAG + "testRdbTransactionInsert0001 failed");
[all …]
/foundation/multimodalinput/input/patch/prebuild_eudev/rules.d/
D85-brltty.rules13 ATTRS{idVendor}=="06b0", ATTRS{idProduct}=="0001", TAG+="systemd", ENV{SYSTEMD_WANTS}+="brltty-udev…
14 ATTRS{idVendor}=="0798", ATTRS{idProduct}=="0624", TAG+="systemd", ENV{SYSTEMD_WANTS}+="brltty-udev…
15 ATTRS{idVendor}=="0798", ATTRS{idProduct}=="0640", TAG+="systemd", ENV{SYSTEMD_WANTS}+="brltty-udev…
16 ATTRS{idVendor}=="0798", ATTRS{idProduct}=="0680", TAG+="systemd", ENV{SYSTEMD_WANTS}+="brltty-udev…
19 ATTRS{idVendor}=="0403", ATTRS{idProduct}=="fe70", TAG+="systemd", ENV{SYSTEMD_WANTS}+="brltty-udev…
20 ATTRS{idVendor}=="0403", ATTRS{idProduct}=="fe71", TAG+="systemd", ENV{SYSTEMD_WANTS}+="brltty-udev…
21 ATTRS{idVendor}=="0403", ATTRS{idProduct}=="fe72", TAG+="systemd", ENV{SYSTEMD_WANTS}+="brltty-udev…
22 ATTRS{idVendor}=="0403", ATTRS{idProduct}=="fe73", TAG+="systemd", ENV{SYSTEMD_WANTS}+="brltty-udev…
23 ATTRS{idVendor}=="0403", ATTRS{idProduct}=="fe74", TAG+="systemd", ENV{SYSTEMD_WANTS}+="brltty-udev…
24 ATTRS{idVendor}=="0403", ATTRS{idProduct}=="fe75", TAG+="systemd", ENV{SYSTEMD_WANTS}+="brltty-udev…
[all …]
D70-uaccess.rules14 SUBSYSTEM=="usb", ENV{ID_USB_INTERFACES}=="*:060101:*", TAG+="uaccess"
17 ENV{ID_GPHOTO2}=="?*", TAG+="uaccess"
20 ENV{libsane_matched}=="yes", TAG+="uaccess"
23 ENV{ID_HPLIP}=="1", TAG+="uaccess"
26 SUBSYSTEM=="block", ENV{ID_CDROM}=="1", TAG+="uaccess"
27 SUBSYSTEM=="scsi_generic", SUBSYSTEMS=="scsi", ATTRS{type}=="4|5", TAG+="uaccess"
30 SUBSYSTEM=="sound", TAG+="uaccess", \
34 SUBSYSTEM=="firewire", ENV{ID_FFADO}=="1", TAG+="uaccess"
37 SUBSYSTEM=="video4linux", TAG+="uaccess"
38 SUBSYSTEM=="dvb", TAG+="uaccess"
[all …]
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/napi/avsession_controller_jsunittest/
DAVSessionControllerJSTest.js21 const TAG = "[AVSessionControllerJSTest]"; constant
65 console.error(TAG + "Create AVSession error " + JSON.stringify(err));
70 console.error(TAG + "Create controller error " + JSON.stringify(err));
73 console.info(TAG + "Create session and controller finished, beforeAll called");
79 console.info(TAG + 'afterAll called');
83 console.info(TAG + 'beforeEach called');
87 console.info(TAG + 'afterEach called');
95 console.log(TAG + "Callback1 received event: " + JSON.stringify(sessionEvent));
96 console.log(TAG + "Callback1 received args: " + JSON.stringify(args));
98 console.error(TAG + "Callback1 lyrics event unmatch");
[all …]
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/test/unittest/src/
DObjectStoreJsunitV9.test.js21 const TAG = "OBJECTSTORE_TEST"; constant
24 console.info(TAG + "sessionId:" + " " + sessionId);
27 console.info(TAG + "data changed !" + element);
34 console.info(TAG + "statusCallback1" + " " + sessionId);
39 console.info(TAG + "statusCallback2" + " " + sessionId);
64 console.info(TAG + 'beforeEach');
69 console.info(TAG + 'afterEach')
73 console.info(TAG + 'afterAll')
76 console.log(TAG + "*************Unit Test Begin*************");
85 console.log(TAG + "************* V9testcreate001 start *************");
[all …]
DObjectStoreJsunit.test.js21 const TAG = "OBJECTSTORE_TEST"; constant
27 console.info(TAG + "data changed !" + element);
37 console.info(TAG + "data changed !");
44 console.info(TAG + "statusCallback1" + " " + sessionId);
49 console.info(TAG + "statusCallback2" + " " + sessionId);
54 console.info(TAG + "statusCallback3" + " " + sessionId);
59 console.info(TAG + "statusCallback4" + " " + sessionId);
85 console.info(TAG + 'beforeEach')
89 console.info(TAG + 'afterEach')
93 console.info(TAG + 'afterAll')
[all …]
/foundation/distributeddatamgr/relational_store/test/js/dataability/unittest/src/
DDataAbilityPredicatesJsunit.test.js19 const TAG = "[RDB_JSKITS _TEST]" constant
37 console.info(TAG + 'beforeAll')
46 console.info(TAG + 'beforeEach')
50 console.info(TAG + 'afterEach')
54 console.info(TAG + 'afterAll')
71 console.log(TAG + "buildAllDataType1 start");
91 console.log(TAG + "buildAllDataType2 start");
111 console.log(TAG + "buildAllDataType3 start");
130 console.log(TAG + "*************Unit Test Begin*************");
138 … console.log(TAG + "************* testDataAbilityDataAbilityEqualTo0001 start *************");
[all …]
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
Dnstackx_common.c48 #define TAG "nStackXDFinder" macro
49 #define DFINDER_THREAD_NAME TAG
144 DFINDER_LOGE(TAG, "data is not end with 0 and new buf calloc error"); in GetServiceDiscoverInfo()
148 DFINDER_LOGE(TAG, "data is not end with 0 and memcpy data error"); in GetServiceDiscoverInfo()
151 DFINDER_LOGI(TAG, "data is not end with 0"); in GetServiceDiscoverInfo()
155 DFINDER_LOGE(TAG, "parse service discover error"); in GetServiceDiscoverInfo()
178 DFINDER_LOGI(TAG, "in this busy interval: main epoll task count %llu", task->count); in ResetMainEpollTaskCount()
214 …DFINDER_LOGI(TAG, "main loop seems to be busy in the past interval. Timeout count %u, event count … in CalculateEventProcessRate()
218 … DFINDER_LOGE(TAG, "main loop seems to be busy in the past %u intervals. notify user to restart", in CalculateEventProcessRate()
249 DFINDER_LOGE(TAG, "epoll loop failed"); in NstackMainLoop()
[all …]
/foundation/systemabilitymgr/safwk/services/safwk/include/
Dsafwk_log.h48 #define SAFWK_LOG(level, TAG, fmt, ...) \ argument
49 …HiviewDFX::HiLog::level(SAFWK_LABEL, "%{public}s::%{public}s " fmt, TAG.c_str(), __FUNCTION__, ##_…
51 #define HILOGF(TAG, fmt, ...) SAFWK_LOG(Fatal, TAG, fmt, ##__VA_ARGS__) argument
52 #define HILOGE(TAG, fmt, ...) SAFWK_LOG(Error, TAG, fmt, ##__VA_ARGS__) argument
53 #define HILOGW(TAG, fmt, ...) SAFWK_LOG(Warn, TAG, fmt, ##__VA_ARGS__) argument
54 #define HILOGI(TAG, fmt, ...) SAFWK_LOG(Info, TAG, fmt, ##__VA_ARGS__) argument
55 #define HILOGD(TAG, fmt, ...) SAFWK_LOG(Debug, TAG, fmt, ##__VA_ARGS__) argument
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/model/
DCameraService.ts39 const TAG: string = 'CameraService'; constant
113 Logger.debug(TAG, `createImageReceiver value: ${this.mReceiver}`);
115 Logger.debug(TAG, 'imageArrival start');
117 Logger.info(TAG, 'readNextImage start');
118 Logger.info(TAG, `err: ${JSON.stringify(errCode)}`);
120 Logger.error(TAG, 'readNextImage failed');
124 Logger.debug(TAG, 'getComponent start');
125 Logger.info(TAG, `err: ${JSON.stringify(errCode)}`);
127 Logger.info(TAG, 'getComponent failed');
134 Logger.error(TAG, 'component byteBuffer is undefined');
[all …]
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/napi/avsession_manager_jsunittest/
DAVSessionManagerJSTest.js21 const TAG = "[AVSessionManagerJSTest]"; constant
37 console.info(TAG + "beforeAll called");
41 console.info(TAG + 'afterAll called');
45 console.info(TAG + 'beforeEach called');
49 console.info(TAG + 'afterEach called');
58 console.error(TAG + "Create AVSession error " + JSON.stringify(err));
61 console.info(TAG + "Create session finished");
66 console.info(TAG + 'Destroy session finished');
71 console.error(TAG + "Create controller error " + JSON.stringify(err));
74 console.info(TAG + "Create controller finished");
[all …]
/foundation/multimedia/audio_framework/frameworks/js/napi/audio_manager/test/unittest/routing_manager_test/
DAudioRoutingManagerJsTest.js19 const TAG = "[AudioRoutingManagerJsTest]"; constant
29 console.info(TAG + "beforeAll called");
33 console.info(TAG + 'afterAll called')
37 console.info(TAG + 'beforeEach called')
41 console.info(TAG + 'afterEach called')
63 console.info(`${TAG} getPreferredOutputDeviceForRendererInfo SUCCESS`+JSON.stringify(data));
67 console.error(`${TAG} getPreferredOutputDeviceForRendererInfo ERROR: ${e.message}`);
83 …console.error(`${TAG} getPreferredOutputDeviceForRendererInfo parameter check ERROR: ${JSON.string…
87 console.error(`${TAG} getPreferredOutputDeviceForRendererInfo ERROR: ${e.message}`);
91 console.info(`${TAG} getPreferredOutputDeviceForRendererInfo check no parameter PASS`);
[all …]

12345678910>>...21