Home
last modified time | relevance | path

Searched defs:events (Results 151 – 175 of 427) sorted by relevance

12345678910>>...18

/ohos5.0/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dscheduler.rs64 events: u32, field
71 events: u32, field
106 let events = self.events; in take_events() localVariable
220 let mut events: Vec<libc::epoll_event> = Vec::with_capacity(MAX_EPOLL_EVENTS as usize); in epoll_wait() localVariable
324 let events = handler.take_events() & LIBC_EPOLLALL; in dispatch_inner() localVariable
/ohos5.0/base/hiviewdfx/hiview/base/event_report/
H A Dhiview_event_report.cpp62 std::vector<std::shared_ptr<LoggerEvent>> events; in ReportPluginStats() local
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_app_event_watcher.h38 std::vector<std::shared_ptr<AppEventPack>> events; member
/ohos5.0/foundation/distributedhardware/distributed_input/services/state/src/
H A Dtouchpad_event_fragment_mgr.cpp41 …ool TouchPadEventFragmentMgr::IsWholeTouchFragments(const std::vector<TouchPadEventFragment> &even… in IsWholeTouchFragments()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_sink_controller.h50 int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) in DCameraNotify()
/ohos5.0/base/msdp/device_status/utils/ipc/src/
H A Dstream_socket.cpp63 int32_t StreamSocket::EpollWait(int32_t maxevents, int32_t timeout, struct epoll_event &events) in EpollWait()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dio_event_epoll.cpp83 ErrCode IOEventEpoll::ModifyEvents(int fd, REventId events) in ModifyEvents()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/
H A Dnetshare_module.cpp139 …std::initializer_list<std::string_view> events = {EVENT_SHARE_STATE_CHANGE, EVENT_IFACE_SHARE_STAT… in On() local
146 …std::initializer_list<std::string_view> events = {EVENT_SHARE_STATE_CHANGE, EVENT_IFACE_SHARE_STAT… in Off() local
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
H A Dhisysevent_c_wrapper_test.cpp51 void TestOnQueryWrapperCb(OnRustCb callback, HiSysEventRecordC* events, unsigned int size) in TestOnQueryWrapperCb()
230 auto events = std::make_shared<std::vector<OHOS::HiviewDFX::HiSysEventRecord>>(); variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_watcher.cpp43 …id DeleteEventMappingAsync(int64_t observerSeq, const std::vector<std::shared_ptr<AppEventPack>>& … in DeleteEventMappingAsync()
275 void NapiAppEventWatcher::OnEvents(const std::vector<std::shared_ptr<AppEventPack>>& events) in OnEvents()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/innerfullscreenlaunchcomponent/interfaces/
H A Dinnerfullscreenlaunchcomponent.js95 events: [commonEventManager.Support.COMMON_EVENT_DISTRIBUTED_ACCOUNT_LOGOUT], property in s
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_packageholder_impl.cpp77 std::vector<std::shared_ptr<AppEventPack>> events; in TakeNext() local
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_watcher_proxy.cpp75 std::vector<std::shared_ptr<AppEventPack>> events; in TakeWatcherData() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_source_dev.h78 int32_t CameraEventNotify(std::shared_ptr<DCameraEvent>& events) in CameraEventNotify()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dappevent_watcher_impl.h53 std::vector<std::shared_ptr<OHOS::HiviewDFX::AppEventPack>> events; member
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/include/
H A Dserver.h46 int events[100]; member
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_device.c344 int32_t PlatformDevicePostEvent(struct PlatformDevice *device, uint32_t events) in PlatformDevicePostEvent()
353 …atformDeviceWaitEvent(struct PlatformDevice *device, uint32_t mask, uint32_t tms, uint32_t *events) in PlatformDeviceWaitEvent()
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/
H A Danr_manager_test.cpp282 std::vector<UDSSession::EventTime> events { { 0, 0, -1 }, { 1, 1, 10 } }; variable
303 std::vector<UDSSession::EventTime> events { { 0, 0, -1 }, { 1, 1, 10 } }; variable
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_sticky_manager.cpp34 auto events = subscribeInfo->GetMatchingSkills().GetEvents(); in FindStickyEvents() local
173 const std::vector<std::string> &events, std::vector<CommonEventRecordPtr> &commonEventRecords) in FindStickyEventsLocked()
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_hisysevent_test.cpp163 std::vector<std::string> events = {"event1", "event2", "event3"}; in HWTEST_F() local
197 std::vector<std::string> events = {"event1_1", "event1_2", "event1_3"}; in HWTEST_F() local
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/transport/src/
H A Ddistributed_input_sink_transport.cpp236 const std::vector<struct RawEvent> &events) in SendKeyStateNodeMsgBatch()
261 …tSinkTransport::DoSendMsgBatch(const int32_t sessionId, const std::vector<struct RawEvent> &events) in DoSendMsgBatch()
287 void DistributedInputSinkTransport::RecordEventLog(const std::vector<struct RawEvent> &events) in RecordEventLog()
659 const std::shared_ptr<nlohmann::json> &events) in RecordEventLog()
/ohos5.0/foundation/multimodalinput/input/util/socket/src/
H A Duds_socket.cpp74 int32_t UDSSocket::EpollWait(struct epoll_event &events, int32_t maxevents, int32_t timeout, int32_… in EpollWait()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Danr_manager_test.cpp88 std::vector<EventStage::EventTime> events; variable
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.h28 uint32_t events; member
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/adminmanager_fuzzer/
H A Dadmin_manager_fuzzer.cpp72 std::vector<uint32_t> events = { fuzzEvent }; in DoSomethingInterestingWithMyAPI() local

12345678910>>...18