Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhiappevent-watcher-app-events-arkts.md76 Button("writeTest").onClick(()=>{
97 5. 点击DevEco Studio界面中的运行按钮,运行应用工程,然后在应用界面中点击按钮“writeTest”,触发一次按钮点击事件打点。
H A Dhiappevent-event-reporting.md112 Button("writeTest").onClick(()=>{
142 6. 点击IDE界面中的运行按钮,运行应用工程,然后在应用界面中依次点击按钮“addProcessorTest”、“userIdTest”、“userPropertyTest”、“writeTest
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/napi/
H A Dnapi_hiappevent_processor.test.js62 function writeTest() { function
76 writeTest();
H A Dnapi_hiappevent.test.js96 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 Dnapi_set_event_param.test.js73 function writeTest(params) { function
/ohos5.0/docs/en/application-dev/dfx/
H A Dhiappevent-event-reporting.md109 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 Dhiappevent-watcher-app-events-arkts.md73 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…