Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/test/unittest/common/napi/
Dnapi_hiappevent.test.js1173 function domainTest(domain, expectErr) { function
1177 domainTest(null, expectErr)
1178 domainTest(123, expectErr)
1182 domainTest("**xx", expectErr)
1183 domainTest("123test", expectErr)
1184 domainTest("a".repeat(17), expectErr)
1185 domainTest("", expectErr)