Home
last modified time | relevance | path

Searched refs:GetListenerName (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/
H A Devent.cpp83 context->AddListenerInfo(type, GetListenerName(), eventNames, domainRulesMap); in AddListenerInfo()
93 context->AddListenerInfo(type, GetListenerName(), eventNames, domainRulesMap); in AddListenerInfo()
102 context->AddListenerInfo(type, GetListenerName()); in AddListenerInfo()
H A Devent_dispatch_queue.cpp47 HiviewEventReport::UpdatePluginStats(ptr->GetListenerName(), event.eventName_, *timePtr); in ProcessUnorderedEvent()
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Devent_base_test.cpp61 std::string TestEventListener::GetListenerName() in GetListenerName() function in OHOS::HiviewDFX::TestEventListener
140 ASSERT_TRUE(listenerRef.GetListenerName() == "TestEventListener");
H A Devent_base_test.h40 std::string GetListenerName() override;
/ohos5.0/base/hiviewdfx/hiview/core/test/unittest/common/
H A Dplatform_test_result_listener.cpp26 std::string PlatformTestResultListener::GetListenerName() in GetListenerName() function in PlatformTestResultListener
H A Dplatform_test_result_listener.h26 std::string GetListenerName() override;
H A Devent_dispatch_queue_test.h51 std::string GetListenerName() override;
H A Devent_dispatch_queue_test.cpp56 std::string ExtendEventListener::GetListenerName() in GetListenerName() function in ExtendEventListener
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/dynamic_load_plugin_example/
H A Ddynamic_load_plugin_example.h28 std::string GetListenerName() override;
H A Ddynamic_load_plugin_example.cpp61 string DynamicLoadPluginExample::GetListenerName() in GetListenerName() function in OHOS::HiviewDFX::DynamicLoadPluginExample
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example2/
H A Devent_processor_example2.h30 std::string GetListenerName() override;
H A Devent_processor_example2.cpp96 std::string EventProcessorExample2::GetListenerName() in GetListenerName() function in OHOS::HiviewDFX::EventProcessorExample2
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.h69 std::string GetListenerName() override;
H A Dfaultlogger.cpp798 std::string Faultlogger::GetListenerName() in GetListenerName() function in OHOS::HiviewDFX::Faultlogger
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Devent.h263 virtual std::string GetListenerName() = 0;
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/include/
H A Devent_logger.h55 std::string GetListenerName() override;
/ohos5.0/base/hiviewdfx/hiview/
H A Dhiview_zh.md328 virtual std::string GetListenerName() = 0;
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H A Devent_logger_test.cpp184 EXPECT_EQ(eventLogger->GetListenerName(), "EventLogger");
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp652 HWTEST_F(FaultloggerUnittest, GetListenerName, testing::ext::TestSize.Level3)
655 ASSERT_EQ(testPlugin->GetListenerName(), "FaultLogger");
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp656 auto name = ptr->GetListenerName(); in RegisterUnorderedEventListener()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp941 std::string EventLogger::GetListenerName() in GetListenerName() function in OHOS::HiviewDFX::EventLogger