| /kernel/linux/linux-6.6/tools/lib/perf/Documentation/examples/ |
| H A D | sampling.c | 38 union perf_event *event; in main() local
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| H A D | virtio_console.h | 28 __virtio16 event; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| H A D | virtio_console.h | 37 __virtio16 event; member
|
| /kernel/linux/linux-6.6/samples/fanotify/ |
| H A D | fs-monitor.c | 57 struct fanotify_event_metadata *event = in handle_notifications() local [all...] |
| /kernel/linux/linux-6.6/samples/uhid/ |
| H A D | uhid-example.c | 225 static int event(int fd) in event() function
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| H A D | virtio_console.h | 37 __virtio16 event; member
|
| /kernel/liteos_a/apps/perf/src/ |
| H A D | option.c | 148 const PerfEvent *event = NULL; in ParseEvents() local
|
| /base/hiviewdfx/hiview/base/ |
| H A D | plugin.cpp | 54 bool Plugin::OnEventProxy(std::shared_ptr<Event> event)
in OnEventProxy() argument 86 void Plugin::DelayProcessEvent(std::shared_ptr<Event> event, uint64_t delay)
in DelayProcessEvent() argument [all...] |
| H A D | hiview_global.cpp | 63 void HiviewGlobal::PostAsyncEventToTarget(const std::string &targetPlugin, std::shared_ptr<Event> event)
in PostAsyncEventToTarget() argument 68 bool HiviewGlobal::PostSyncEventToTarget(const std::string &targetPlugin, std::shared_ptr<Event> event)
in PostSyncEventToTarget() argument 73 void HiviewGlobal::PostUnorderedEvent(std::shared_ptr<Event> event)
in PostUnorderedEvent() argument
|
| /base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/ |
| H A D | mock_function_jumble.cpp | 61 uint64_t EventLoop::AddTimerEvent(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event> event, in AddTimerEvent() argument
|
| /base/hiviewdfx/hiview/test/plugins/examples/event_source_example/ |
| H A D | event_source_example.cpp | 93 struct inotify_event *event = nullptr; in OnFileDescriptorEvent() local 173 auto event = std::make_shared<EventSourceExampleEvent>(file, static_cast<PipelineEventProducer *>(this)); CreateAndPublishEvent() local 208 Recycle(PipelineEvent *event) Recycle() argument [all...] |
| /base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/ |
| H A D | bundle_event_source_example.cpp | 89 struct inotify_event *event = nullptr; in OnFileDescriptorEvent() local 169 auto event = std::make_shared<BundleEventSourceExampleEvent>(file, static_cast<PipelineEventProducer *>(this)); CreateAndPublishEvent() local 184 Recycle(PipelineEvent *event) Recycle() argument [all...] |
| /base/hiviewdfx/hiview/base/include/ |
| H A D | pipeline.h | 37 PipelineEvent(const Event& event) : Event(event), handler_(nullptr), startDeliver_(false), pipelineName_("")
in PipelineEvent() argument 86 RepackPipelineEvent(std::shared_ptr<Plugin> caller, const std::string& pipelineName, std::shared_ptr<Event>& event, bool deliverFromCurrent) RepackPipelineEvent() argument [all...] |
| /base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/ |
| H A D | freeze_detector_unittest.cpp | 567 auto event = std::make_shared<Event>("sender", "event"); in HWTEST_F() local 600 auto event = std::make_shared<Event>("sender", "event"); in HWTEST_F() local
|
| H A D | freeze_detector_test.cpp | 196 std::shared_ptr<OHOS::HiviewDFX::Event> event = std::static_pointer_cast<Event>(sysEvent); in HWTEST_F() local 243 std::shared_ptr<OHOS::HiviewDFX::Event> event = std::static_pointer_cast<Event>(sysEvent); in HWTEST_F() local 294 std::shared_ptr<OHOS::HiviewDFX::Event> event in HWTEST_F() local 330 std::shared_ptr<OHOS::HiviewDFX::Event> event = std::static_pointer_cast<Event>(sysEvent); HWTEST_F() local 369 std::shared_ptr<OHOS::HiviewDFX::Event> event = std::static_pointer_cast<Event>(sysEvent); HWTEST_F() local [all...] |
| /base/hiviewdfx/hiview/plugins/privacy_controller/test/unittest/common/ |
| H A D | privacy_controller_test.cpp | 56 auto event = std::make_shared<SysEvent>("", nullptr, sysEventCreator);
in CreateEvent() local 65 auto event = CreateEvent(domain, name, type);
in CreateSysEvent() local 79 std::shared_ptr<Event> event = nullptr;
in HWTEST_F() local 127 auto event = CreateSysEvent(TEST_DOMAIN, TEST_NAME, SysEventCreator::FAULT);
in HWTEST_F() local 153 auto event = CreateSysEvent(TEST_DOMAIN, TEST_NAME, SysEventCreator::FAULT); HWTEST_F() local 199 auto event = CreateSysEvent(testUeDomain, TEST_NAME, SysEventCreator::BEHAVIOR); HWTEST_F() local [all...] |
| /base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/ |
| H A D | bbox_detector_unit_test.cpp | 85 shared_ptr<Event> event = dynamic_pointer_cast<Event>(sysEvent); in HWTEST_F() local
|
| /base/hiviewdfx/hiview/plugins/sysevent_source/control/ |
| H A D | daily_controller.cpp | 35 bool DailyController::CheckThreshold(std::shared_ptr<SysEvent> event)
in CheckThreshold() argument [all...] |
| /base/location/services/location_locator/locator/source/ |
| H A D | locator_event_manager.cpp | 44 void DftHandler::ProcessEvent(const AppExecFwk::InnerEvent::Pointer& event) in ProcessEvent() argument
|
| /base/hiviewdfx/hievent_lite/frameworks/ |
| H A D | hiview_event.c | 78 HiEvent *event = (HiEvent *)HIVIEW_MemAlloc(MEM_POOL_HIVIEW_ID, sizeof(HiEvent)); in HiEventCreate() local 97 HiEventPutInteger(HiEvent *event, int8 key, int32 value) HiEventPutInteger() argument 114 HiEventReport(HiEvent *event) HiEventReport() argument [all...] |
| /base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/ |
| H A D | event_logger_catcher_test.cpp | 278 std::shared_ptr<SysEvent> event = std::make_shared<SysEvent>("DmesgCatcherTest_001", in HWTEST_F() local 447 std::shared_ptr<SysEvent> event in HWTEST_F() local 661 std::shared_ptr<SysEvent> event = std::make_shared<SysEvent>("ShellCatcherTest", nullptr, jsonStr); HWTEST_F() local [all...] |
| /base/hiviewdfx/hiview/plugins/usage_event_report/test/unittest/ |
| H A D | fold_app_usage_test.cpp | 293 std::shared_ptr<LoggerEvent> event = nullptr;
in HWTEST_F() local 315 std::shared_ptr<LoggerEvent> event = nullptr;
in HWTEST_F() local
|
| /base/location/frameworks/location_common/common/source/ |
| H A D | hook_utils.cpp | 95 ExecuteHookWhenReportInnerInfo( int32_t event, std::vector<std::string>& names, std::vector<std::string>& values) ExecuteHookWhenReportInnerInfo() argument
|
| /base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/ |
| H A D | app_usage_event_factory.cpp | 70 std::unique_ptr<LoggerEvent> event = Create();
in Create() local
|
| /base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/ |
| H A D | event_logger_test.cpp | 70 std::shared_ptr<Event> event = nullptr;
in HWTEST_F() local 115 std::shared_ptr<OHOS::HiviewDFX::Event> event = std::static_pointer_cast<Event>(sysEvent);
in HWTEST_F() local 258 auto event = std::make_shared<Event>("sender", "event");
in HWTEST_F() local [all...] |