Searched refs:eventID (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/ |
H A D | hiview.h | 64 static HiEvent ByPair(int eventID, const std::string& key, bool value); 74 static HiEvent ByPair(int eventID, const std::string& key, unsigned char value); 84 static HiEvent ByPair(int eventID, const std::string& key, int value); 94 static HiEvent ByPair(int eventID, const std::string& key, long value); 104 static HiEvent ByPair(int eventID, const std::string& key, float value); 114 static HiEvent ByPair(int eventID, const std::string& key, const std::string& value); 124 static HiEvent ByJson(int eventID, const std::string& json);
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-mini-basic-ipc-event.md | 61 …eventID,eventMask(事件掩码),mode(事件读取模式),检查用户期待的事件是否发生。<br/> ; in ProcessEvent() local 320 switch (eventID) { in ProcessEvent() 344 …EPHONY_LOGI("Slot%{public}d: connection monitor ProcessEvent code = %{public}u", slotId_, eventID); in ProcessEvent()
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-mini-basic-ipc-event.md | 71 …eventID**, **eventMask**, and **mode**.<br>**NOTE**<br>If **mode** contains **LOS_WAITMODE_CLR** a…
|
/ohos5.0/foundation/arkui/ui_lite/test/autotest/include/ |
H A D | ui_test_message.h | 39 TestEventID eventID; member
|
/ohos5.0/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()
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-emitter.md | 228 // Unregister the callbacks of all events whose eventID is 1. 251 // Unregister the callbacks of all events whose eventID is eventId. 275 // Unregister the callbacks of all events whose eventID is 1. 302 // Unregister the callback of the event whose eventID is eventId. 344 // Unregister the callback of the event whose eventID is eventId.
|