Home
last modified time | relevance | path

Searched refs:HiviewPlatform (Results 1 – 17 of 17) sorted by relevance

/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp62 HiviewPlatform::HiviewPlatform() in HiviewPlatform() function in OHOS::HiviewDFX::HiviewPlatform
76 HiviewPlatform::~HiviewPlatform() in ~HiviewPlatform()
88 void HiviewPlatform::SetMaxProxyIdleTime(time_t idleTime) in SetMaxProxyIdleTime()
93 void HiviewPlatform::SetCheckProxyIdlePeriod(time_t period) in SetCheckProxyIdlePeriod()
98 bool HiviewPlatform::InitEnvironment(const std::string& platformConfigDir) in InitEnvironment()
145 void HiviewPlatform::CreateWorkingDirectories(const std::string& platformConfigDir) in CreateWorkingDirectories()
173 void HiviewPlatform::InitSysEventParser() in InitSysEventParser()
187 void HiviewPlatform::UpdateBetaConfigIfNeed() in UpdateBetaConfigIfNeed()
191 void HiviewPlatform::LoadBusinessPlugin(const PluginConfig& config) in LoadBusinessPlugin()
200 auto task = std::bind(&HiviewPlatform::ScheduleCreateAndInitPlugin, this, pluginInfo); in LoadBusinessPlugin()
[all …]
/base/hiviewdfx/hiview/core/test/unittest/common/
Dplugin_platform_test.cpp51 OHOS::HiviewDFX::HiviewPlatform platform;
87 OHOS::HiviewDFX::HiviewPlatform& platform = HiviewPlatform::GetInstance();;
110 OHOS::HiviewDFX::HiviewPlatform& platform = HiviewPlatform::GetInstance();;
Devent_json_parser_test.cpp31 HiviewPlatform &platform = HiviewPlatform::GetInstance(); in SetUp()
Dplugin_bundle_test.cpp52 OHOS::HiviewDFX::HiviewPlatform& platform = HiviewPlatform::GetInstance();
Devent_dispatch_queue_test.cpp68 OHOS::HiviewDFX::HiviewPlatform& platform = HiviewPlatform::GetInstance();
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerservice_fuzzer/
Dfaultlogger_service_fuzzer.cpp28 HiviewDFX::HiviewPlatform &platform = HiviewDFX::HiviewPlatform::GetInstance(); in InitHiviewContext()
34 …static std::unique_ptr<HiviewDFX::HiviewPlatform> platform = std::make_unique<HiviewDFX::HiviewPla… in CreateFaultloggerInstance()
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
Dfreeze_detector_test.cpp136 HiviewPlatform &platform = HiviewPlatform::GetInstance(); in SetUpTestCase()
166 HiviewPlatform &platform = HiviewPlatform::GetInstance();
214 HiviewPlatform &platform = HiviewPlatform::GetInstance();
264 HiviewPlatform &platform = HiviewPlatform::GetInstance();
314 HiviewPlatform &platform = HiviewPlatform::GetInstance();
344 HiviewPlatform &platform = HiviewPlatform::GetInstance();
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
Devent_logger_plugin_test.cpp44 OHOS::HiviewDFX::HiviewPlatform &platform = HiviewPlatform::GetInstance(); in SetUpTestCase()
168 eventLogger->SetHiviewContext(&HiviewPlatform::GetInstance());
194 eventLogger->SetHiviewContext(&HiviewPlatform::GetInstance());
220 eventLogger->SetHiviewContext(&HiviewPlatform::GetInstance());
246 eventLogger->SetHiviewContext(&HiviewPlatform::GetInstance());
/base/hiviewdfx/hiview/service/
Dhiview_service.cpp80 auto &platform = HiviewPlatform::GetInstance(); in DumpPluginInfo()
118 auto &platform = HiviewPlatform::GetInstance(); in DumpLoadedPluginInfo()
138 auto &platform = HiviewPlatform::GetInstance(); in DumpPluginUsageInfo()
162 auto &platform = HiviewPlatform::GetInstance(); in DumpThreadUsageInfo()
188 auto &platform = HiviewPlatform::GetInstance(); in DumpPipelineUsageInfo()
/base/hiviewdfx/hiview/test/unittest/common/
Dholistic_platform_test.h26 static OHOS::HiviewDFX::HiviewPlatform platform_;
Dholistic_platform_test.cpp38 OHOS::HiviewDFX::HiviewPlatform HolisticPlatformTest::platform_;
/base/hiviewdfx/hiview/
Dmain.cpp34 auto& hiview = HiviewPlatform::GetInstance(); in main()
/base/hiviewdfx/hiview/core/include/
Dhiview_platform.h38 class HiviewPlatform : public HiviewContext, public Singleton<HiviewPlatform> {
40 HiviewPlatform();
41 ~HiviewPlatform();
/base/hiviewdfx/hiview/plugins/sysevent_source/
Dsysevent_source.cpp71 sysEventParser_ = HiviewPlatform::GetInstance().GetEventJsonParser(); in OnLoad()
106 auto &platform = HiviewPlatform::GetInstance(); in PublishPipelineEvent()
/base/hiviewdfx/hiview/plugins/event_store/
Dsys_event_store.cpp44 auto &platform = HiviewPlatform::GetInstance(); in OnLoad()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
Dfaultlogger_unittest.cpp63 static std::unique_ptr<HiviewPlatform> platform = std::make_unique<HiviewPlatform>(); in CreateFaultloggerInstance()
75 OHOS::HiviewDFX::HiviewPlatform &platform = HiviewPlatform::GetInstance(); in InitHiviewContext()
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
Dsys_event_dao_test.cpp41 OHOS::HiviewDFX::HiviewPlatform &platform = HiviewPlatform::GetInstance(); in SetUpTestCase()