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 D | hiview.h | 58 * @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 D | database_fault_impl.cpp | 22 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 D | ace_view_preview.cpp | 57 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 D | ui_test_message.h | 39 TestEventID eventID; member 72 const std::string JSON_VALUE_EVENT_ID = "eventID";
|
/foundation/arkui/ui_lite/test/autotest/src/ |
H A D | tcp_socket_manager.cpp | 107 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 D | ui_auto_test.cpp | 180 if (step.eventID == TestEventID::TEST_CLICK_EVENT) { in OnTestOneStep() 182 } else if (step.eventID == TestEventID::TEST_MOVE_EVENT) { in OnTestOneStep()
|
Completed in 3 milliseconds