Searched refs:writeTest (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | hiappevent-watcher-app-events-arkts.md | 76 Button("writeTest").onClick(()=>{ 97 5. 点击DevEco Studio界面中的运行按钮,运行应用工程,然后在应用界面中点击按钮“writeTest”,触发一次按钮点击事件打点。
|
H A D | hiappevent-event-reporting.md | 112 Button("writeTest").onClick(()=>{ 142 6. 点击IDE界面中的运行按钮,运行应用工程,然后在应用界面中依次点击按钮“addProcessorTest”、“userIdTest”、“userPropertyTest”、“writeTest…
|
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/napi/ |
H A D | napi_hiappevent_processor.test.js | 62 function writeTest() { function 76 writeTest();
|
H A D | napi_hiappevent.test.js | 96 function writeTest(name, type, params, code, done) { function 106 writeTest(TEST_NAME, TEST_TYPE, params, code, done); 110 writeTest(name, TEST_TYPE, TEST_PARAMS, code, done); 569 writeTest(null, TEST_TYPE, TEST_PARAMS, -2, done); 581 writeTest(TEST_NAME, "invalid", TEST_PARAMS, -2, done); 876 writeTest(hiAppEvent.Event.USER_LOGIN, hiAppEvent.EventType.FAULT, { 890 writeTest(hiAppEvent.Event.USER_LOGOUT, hiAppEvent.EventType.STATISTIC, {
|
H A D | napi_set_event_param.test.js | 73 function writeTest(params) { function
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hiappevent-event-reporting.md | 109 4. In the **entry/src/main/ets/pages/index.ets** file, add the **writeTest** button with **onClick(… 112 Button("writeTest").onClick(()=>{ 142 …click the **addProcessorTest**, **userIdTest**, **userPropertyTest**, **writeTest**, and **removeP…
|
H A D | hiappevent-watcher-app-events-arkts.md | 73 4. In the **entry/src/main/ets/pages/index.ets** file, add the **writeTest** button with **onClick(… 76 Button("writeTest").onClick(()=>{ 97 5. In DevEco Studio, click the **Run** button to run the project. Then, click the **writeTest** but…
|