Home
last modified time | relevance | path

Searched defs:event (Results 251 - 275 of 6725) sorted by relevance

1...<<11121314151617181920>>...269

/third_party/json/docs/examples/
H A Dsax_parse__binary.cpp109 std::cout << event << "\n"; in main() local
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/
H A Dperf_event_open.h15 static int perf_event_open(struct perf_event_attr *event, pid_t pid, in perf_event_open() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_fence.h37 HANDLE event; member
/third_party/skia/third_party/externals/libwebp/extras/
H A Dvwebp_sdl.c38 SDL_Event event; in ProcessEvents() local
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dpanic_error_info_handle.h33 char event[EVENT_MAX_LEN]; member
/base/location/services/location_gnss/gnss/source/
H A Dgeofence_event_callback.cpp29 ReportGeofenceEvent(int32_t fenceIndex, const HDI::Location::Geofence::V2_0::LocationInfo& location, GeofenceEvent event, int64_t timestamp) ReportGeofenceEvent() argument
/base/hiviewdfx/hiview/base/test/unittest/common/
H A Devent_base_test.cpp48 bool TestEventHandler::OnEvent(std::shared_ptr<OHOS::HiviewDFX::Event>& event) in OnEvent() argument
56 void TestEventListener::OnUnorderedEvent(const Event& event) in OnUnorderedEvent() argument
[all...]
/base/hiviewdfx/hiview/plugins/performance/reporter/event_poster/
H A DEventsPoster.cpp40 AppStartInfo EventsPoster::ConvertToAppStartInfo(const AppStartEventInfo& event) in ConvertToAppStartInfo() argument
74 ConvertToScrollJankInfo(const ScrollJankEventInfo& event) ConvertToScrollJankInfo() argument
[all...]
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/moduletest/
H A Dbbox_detector_module_test.cpp75 shared_ptr<Event> event = dynamic_pointer_cast<Event>(sysEvent); in HWTEST_F() local
115 shared_ptr<Event> event = dynamic_pointer_cast<Event>(sysEvent); in HWTEST_F() local
155 shared_ptr<Event> event = dynamic_pointer_cast<Event>(sysEvent); in HWTEST_F() local
194 shared_ptr<Event> event = dynamic_pointer_cast<Event>(sysEvent); HWTEST_F() local
[all...]
/base/hiviewdfx/hiview/plugins/usage_event_report/test/unittest/
H A Dusage_event_report_test.cpp67 std::shared_ptr<Event> event = nullptr; in HWTEST_F() local
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/
H A Dsys_event_service_adapter.cpp33 void SysEventServiceAdapter::OnSysEvent(std::shared_ptr<SysEvent> &event) in OnSysEvent() argument
/base/hiviewdfx/hiview/base/
H A Devent_dispatch_queue.cpp34 void EventDispatchQueue::ProcessUnorderedEvent(const Event& event) in ProcessUnorderedEvent() argument
67 void EventDispatchQueue::Enqueue(std::shared_ptr<Event> event) in Enqueue() argument
[all...]
/base/hiviewdfx/hiview/base/event_report/cache/
H A Dhiview_event_cacher.cpp50 auto event = pluginStatsEvents_.find(name)->second; in UpdatePluginStatsEvent() local
54 auto event = std::make_unique<PluginStatsEventFactory>()->Create(); in UpdatePluginStatsEvent() local
[all...]
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dusage_event_cacher.cpp38 std::shared_ptr<LoggerEvent> event = nullptr; in GetSysUsageEvent() local
56 std::shared_ptr<LoggerEvent> event = nullptr; in DeleteSysUsageEventFromDb() local
72 SaveSysUsageEventToDb(const std::shared_ptr<LoggerEvent>& event, const std::string& table) const SaveSysUsageEventToDb() argument
[all...]
/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/
H A Dsys_usage_event_factory.cpp35 std::unique_ptr<LoggerEvent> event = in Create() local
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example2/
H A Devent_processor_example2.cpp39 bool EventProcessorExample2::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() argument
44 bool EventProcessorExample2::OnEvent(std::shared_ptr<Event>& event) in OnEvent() argument
[all...]
/base/hiviewdfx/hiview/test/plugins/examples/dynamic_load_plugin_example/
H A Ddynamic_load_plugin_example.cpp25 bool DynamicLoadPluginExample::OnEvent(std::shared_ptr<Event>& event) in OnEvent() argument
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_plugin_example3/
H A Dbundle_plugin_example3.cpp39 bool BundlePluginExample3::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() argument
44 bool BundlePluginExample3::OnEvent(std::shared_ptr<Event>& event) in OnEvent() argument
/base/location/services/location_locator/locator/source/
H A Dlocator_event_subscriber.cpp31 void LocatorEventSubscriber::OnReceiveEvent(const OHOS::EventFwk::CommonEventData& event) in OnReceiveEvent() argument
/base/hiviewdfx/hiview/plugins/event_store/
H A Dsys_event_store.cpp82 std::shared_ptr<SysEvent> SysEventStore::Convert2SysEvent(std::shared_ptr<Event>& event) in Convert2SysEvent() argument
99 bool SysEventStore::OnEvent(std::shared_ptr<Event>& event) in OnEvent() argument
[all...]
/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H A DJankAnimatorReporterAdapter.cpp30 void JankAnimatorReporterAdapter::ReportNormal(const JankAnimatorReportEvent& event) in ReportNormal() argument
53 void JankAnimatorReporterAdapter::ReportCritical(const JankAnimatorReportEvent& event) in ReportCritical() argument
69 JankAnimatorReportData JankAnimatorReporterAdapter::ConvertReporterEventToData(const JankAnimatorReportEvent& event) in ConvertReporterEventToData() argument
102 ConvertReportEventToEventInfo(const JankAnimatorReportEvent& event) ConvertReportEventToEventInfo() argument
135 IsScrollJankEvent(const JankAnimatorReportEvent& event) IsScrollJankEvent() argument
[all...]
H A DAppStartReporterAdapter.cpp28 void AppStartReporterAdapter::ReportNormal(const AppStartReportEvent& event) in ReportNormal() argument
43 AppStartEventInfo AppStartReporterAdapter::ConvertReportEventToEventInfo(const AppStartReportEvent& event) in ConvertReportEventToEventInfo() argument
[all...]
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example4/
H A Devent_processor_example4.cpp39 bool EventProcessorExample4::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() argument
54 bool EventProcessorExample4::OnEvent(std::shared_ptr<Event>& event) in OnEvent() argument
67 GetHiviewContext()->PostUnorderedEvent(shared_from_this(), event); OnEvent() local
[all...]
/base/hiviewdfx/hiview/core/test/unittest/common/
H A Dplugin_platform_test.cpp135 auto event = plugin->GetEvent(Event::MessageType::FAULT_EVENT); in HWTEST_F() local
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H A Devent_logger_plugin_test.cpp70 std::shared_ptr<Event> event = nullptr; in HWTEST_F() local
85 std::shared_ptr<Event> event = std::make_shared<Event>("Eventlogger002"); in HWTEST_F() local
100 std::shared_ptr<Event> event = std::make_shared<Event>("Eventlogger003"); in HWTEST_F() local
118 std::shared_ptr<SysEvent> event = std::make_shared<SysEvent>("Eventlogger004", nullptr, jsonStr); HWTEST_F() local
137 std::shared_ptr<SysEvent> event = std::make_shared<SysEvent>("Eventlogger005", nullptr, jsonStr); HWTEST_F() local
152 std::shared_ptr<Event> event = nullptr; HWTEST_F() local
[all...]

Completed in 7 milliseconds

1...<<11121314151617181920>>...269