Home
last modified time | relevance | path

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 Dhiview.h64 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 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()
/ohos5.0/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()
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-mini-basic-ipc-event.md61eventID,eventMask(事件掩码),mode(事件读取模式),检查用户期待的事件是否发生。<br/>&nbsp;![icon-notice.gif](public_sys-resour…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-emitter.md228 // 取消eventID为1的所有事件回调处理函数
251 // 取消eventID为"eventId"的所有事件回调处理函数
275 // 取消eventID为1的事件回调处理函数
302 // 取消eventID为"eventId"的事件回调处理函数
344 // 取消eventID为"eventId"的事件回调处理函数
/ohos5.0/base/telephony/cellular_data/services/src/
H A Ddata_connection_monitor.cpp319 uint32_t eventID = event->GetInnerEventId(); 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 Dkernel-mini-basic-ipc-event.md71eventID**, **eventMask**, and **mode**.<br>**NOTE**<br>If **mode** contains **LOS_WAITMODE_CLR** a…
/ohos5.0/foundation/arkui/ui_lite/test/autotest/include/
H A Dui_test_message.h39 TestEventID eventID; member
/ohos5.0/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()
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-emitter.md228 // 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.