Home
last modified time | relevance | path

Searched refs:eventID (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/
H A Dhiview.h58 * @param eventID ID of event.
64 static HiEvent ByPair(int eventID, const std::string& key, bool value);
68 * @param eventID ID of event.
74 static HiEvent ByPair(int eventID, const std::string& key, unsigned char value);
78 * @param eventID ID of event.
84 static HiEvent ByPair(int eventID, const std::string& key, int value);
88 * @param eventID ID of event.
94 static HiEvent ByPair(int eventID, const std::string& key, long value);
98 * @param eventID ID of event.
104 static HiEvent ByPair(int eventID, cons
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/fault/
H A Ddatabase_fault_impl.cpp22 int eventID; in Report() local
24 eventID = DfxCodeConstant::DATABASE_CORRUPTED_FAILED; in Report()
26 eventID = DfxCodeConstant::DATABASE_REKEY_FAILED; in Report()
28 eventID = DfxCodeConstant::DATABASE_FAULT; in Report()
33 HiViewAdapter::ReportDBFault(eventID, msg, executors_); in Report()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_view_preview.cpp57 int32_t eventID = mouseEvent.GetId(); in HandleMouseEvent() local
58 auto markProcess = [eventID]() {}; in HandleMouseEvent()
65 int32_t eventID = axisEvent.id; in HandleAxisEvent() local
66 auto markProcess = [eventID]() {}; in HandleAxisEvent()
/foundation/arkui/ui_lite/test/autotest/include/
H A Dui_test_message.h39 TestEventID eventID; member
72 const std::string JSON_VALUE_EVENT_ID = "eventID";
/foundation/arkui/ui_lite/test/autotest/src/
H A Dtcp_socket_manager.cpp107 testSteps.eventID = static_cast<TestEventID>(arrobj.value(JSON_VALUE_EVENT_ID.c_str()).toInt()); in OnGetTestSetps()
251 printf("steps---viewID=[%s], eventID=[%d]", it3.viewID.c_str(), it3.eventID); in OnPrintTestInfo()
H A Dui_auto_test.cpp180 if (step.eventID == TestEventID::TEST_CLICK_EVENT) { in OnTestOneStep()
182 } else if (step.eventID == TestEventID::TEST_MOVE_EVENT) { in OnTestOneStep()

Completed in 3 milliseconds