Home
last modified time | relevance | path

Searched refs:watcherNameTest (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/napi/
H A Dnapi_hiappevent.test.js1127 function watcherNameTest(name, expectErr) { function
1137 watcherNameTest(null, expectErr);
1138 watcherNameTest(true, expectErr);
1139 watcherNameTest(123, expectErr);
1145 watcherNameTest("", expectErr);
1146 watcherNameTest("watcher_***", expectErr);
1147 watcherNameTest("Watcher_test", null);
1149 watcherNameTest("watcher_", expectErr);
1150 watcherNameTest("123watcher", expectErr);
1152 watcherNameTest("a", null);
[all …]