/ohos5.0/base/security/asset/services/core_service/src/ |
H A D | sys_event.rs | 30 event_type: EventType, field 46 fn new(event_type: EventType) -> Self { in new() 47 Self { event_type, params: Vec::new() } in new() 56 let event_name = match self.event_type { in write() 61 write(Self::DOMAIN, event_name, self.event_type, self.params.as_slice()); in write()
|
/ohos5.0/foundation/multimodalinput/input/intention/services/test/unittest/src/ |
H A D | device_manager_test.cpp | 31 EpollEventType event_type { EPOLL_EVENT_BEGIN }; member 200 eventData->event_type = type; in AddEpoll() 201 FI_HILOGD("EventData:[fd:%{public}d, type:%{public}d]", eventData->fd, eventData->event_type); in AddEpoll() 388 if (epollEvent->event_type == EPOLL_EVENT_TIMER) { in OnThread() 390 } else if (epollEvent->event_type == EPOLL_EVENT_ETASK) { in OnThread() 392 } else if (epollEvent->event_type == EPOLL_EVENT_DEVICE_MGR) { in OnThread() 395 FI_HILOGW("Unknown epoll event type:%{public}d", epollEvent->event_type); in OnThread() 461 eventData->event_type = EPOLL_EVENT_BEGIN;
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/ |
H A D | lib.rs | 48 pub fn write(event_domain: &str, event_name: &str, event_type: EventType, in write() 50 sys_event::write(event_domain, event_name, event_type as std::ffi::c_int, event_params) in write() 113 pub event_type: EventType, field
|
H A D | sys_event_manager.rs | 55 pub event_type: c_int, field 100 event_type: c_int, field 155 match self.event_type { in get_event_type() 524 event_type: 0, in add_watcher() 530 watch_rules_wrapper[i].event_type = watch_rules[i].event_type as i32 as c_int; in add_watcher()
|
H A D | sys_event.rs | 234 pub(crate) fn write(event_domain: &str, event_name: &str, event_type: c_int, event_params: &[HiSysE… in write() 255 event_type, in write() 265 name: *const c_char, event_type: c_int, params: *const HiSysEventParamWrapper, in HiSysEventWriteWrapper()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_accessibility_event_callback_wrapper.cpp | 27 …essibilityEventCallbackWrapper::OnAccessibilityEvent(int64_t accessibility_id, uint32_t event_type) in OnAccessibilityEvent() argument 29 ark_web_accessibility_event_callback_->OnAccessibilityEvent(accessibility_id, event_type); in OnAccessibilityEvent()
|
H A D | ark_web_accessibility_event_callback_wrapper.h | 33 void OnAccessibilityEvent(int64_t accessibility_id, uint32_t event_type) override;
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/src/ |
H A D | device_manager_test.cpp | 31 EpollEventType event_type { EPOLL_EVENT_BEGIN }; member 200 eventData->event_type = type; in AddEpoll() 201 FI_HILOGD("EventData:[fd:%{public}d, type:%{public}d]", eventData->fd, eventData->event_type); in AddEpoll() 388 if (epollEvent->event_type == EPOLL_EVENT_TIMER) { in OnThread() 390 } else if (epollEvent->event_type == EPOLL_EVENT_ETASK) { in OnThread() 392 } else if (epollEvent->event_type == EPOLL_EVENT_DEVICE_MGR) { in OnThread() 395 FI_HILOGW("Unknown epoll event type:%{public}d", epollEvent->event_type); in OnThread() 461 eventData->event_type = EPOLL_EVENT_BEGIN;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_accessibility_event_callback_impl.cpp | 27 …AccessibilityEventCallbackImpl::OnAccessibilityEvent(int64_t accessibility_id, uint32_t event_type) in OnAccessibilityEvent() argument 29 nweb_accessibility_event_callback_->OnAccessibilityEvent(accessibility_id, event_type); in OnAccessibilityEvent()
|
H A D | ark_web_accessibility_event_callback_impl.h | 33 void OnAccessibilityEvent(int64_t accessibility_id, uint32_t event_type) override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/ |
H A D | netfirewall_types.h | 46 enum event_type { enum 122 enum event_type type;
|
H A D | netfirewall_event.h | 28 static __always_inline void output_to_user(enum event_type type, void *data, __u32 len) in output_to_user()
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/scheduler/src/ |
H A D | timer_manager_test.cpp | 31 EpollEventType event_type { EPOLL_EVENT_BEGIN }; member 191 eventData->event_type = type; in AddEpoll() 192 FI_HILOGD("EventData:[fd:%{public}d, type:%{public}d]", eventData->fd, eventData->event_type); in AddEpoll() 335 if (epollEvent->event_type == EPOLL_EVENT_TIMER) { in OnThread() 337 } else if (epollEvent->event_type == EPOLL_EVENT_ETASK) { in OnThread() 340 FI_HILOGW("Unknown epoll event type:%{public}d", epollEvent->event_type); in OnThread()
|
/ohos5.0/base/hiviewdfx/hisysevent/test/unittest/rust/src/ |
H A D | main.rs | 51 event_type: EventType::Behavior, in test_hisysevent_add_remove_watcher_001() 58 event_type: EventType::Behavior, in test_hisysevent_add_remove_watcher_001()
|
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/ |
H A D | stubhandleallocsocketfd_fuzzer.cpp | 30 EpollEventType event_type = EPOLL_EVENT_SIGNAL; variable 75 MMIService::GetInstance()->AddEpoll(event_type, tmpfd); in StubHandleAllocSocketFdFuzzTest() 76 MMIService::GetInstance()->DelEpoll(event_type, tmpfd); in StubHandleAllocSocketFdFuzzTest()
|
/ohos5.0/base/msdp/device_status/services/native/src/ |
H A D | devicestatus_service.cpp | 52 EpollEventType event_type { EPOLL_EVENT_BEGIN }; member 397 eventData->event_type = type; in AddEpoll() 398 FI_HILOGD("EventData:[fd:%{public}d, type:%{public}d]", eventData->fd, eventData->event_type); in AddEpoll() 480 if (epollEvent->event_type == EPOLL_EVENT_SOCKET) { in OnThread() 482 } else if (epollEvent->event_type == EPOLL_EVENT_ETASK) { in OnThread() 484 } else if (epollEvent->event_type == EPOLL_EVENT_TIMER) { in OnThread() 486 } else if (epollEvent->event_type == EPOLL_EVENT_DEVICE_MGR) { in OnThread() 489 FI_HILOGW("Unknown epoll event type:%{public}d", epollEvent->event_type); in OnThread()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_accessibility_event_callback.h | 28 virtual void OnAccessibilityEvent(int64_t accessibility_id, uint32_t event_type) = 0;
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/ |
H A D | _vibrator_types_8idl_v12.md | 34 | [EVENT_TYPE](_vibrator_v12.md#event_type) { CONTINUOUS = 0 , TRANSIENT = 1 } | 表示振动类型。 |
|
H A D | _vibrator_v12.md | 39 | [EVENT_TYPE](#event_type) { CONTINUOUS = 0 , TRANSIENT = 1 } | 表示振动类型。 |
|
H A D | _haptic_event_v12.md | 22 | enum [EVENT_TYPE](_vibrator_v12.md#event_type)[type](#type) | 振动类型。 |
|
/ohos5.0/base/security/asset/interfaces/inner_kits/rs/src/ |
H A D | plugin_interface.rs | 139 fn process_event(&self, event_type: EventType, params: &ExtDbMap) -> Result<(), u32>; in process_event()
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | uds_server.h | 44 EpollEventType event_type{ EPOLL_EVENT_BEGIN };
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/ |
H A D | bpf_netfirewall.h | 55 using EventType = enum event_type;
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 201 eventData->event_type = type; in AddEpoll() 202 MMI_HILOGI("userdata:[fd:%{public}d, type:%{public}d]", eventData->fd, eventData->event_type); in AddEpoll() 1846 if (mmiEd->event_type == EPOLL_EVENT_INPUT) { in OnThread() 1849 } else if (mmiEd->event_type == EPOLL_EVENT_SOCKET) { in OnThread() 1851 } else if (mmiEd->event_type == EPOLL_EVENT_SIGNAL) { in OnThread() 1853 } else if (mmiEd->event_type == EPOLL_EVENT_ETASK) { in OnThread() 1856 MMI_HILOGW("Unknown epoll event type:%{public}d", mmiEd->event_type); in OnThread()
|
/ohos5.0/build/hb/services/ |
H A D | menu.py | 418 if mouse_event.event_type == mouse_events.MouseEventTypes.MOUSE_DOWN:
|