Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dplugin_test.cpp155 ASSERT_TRUE(context.GetHiViewDirectory(HiviewContext::DirectoryType::CONFIG_DIRECTORY).empty());
156 ASSERT_TRUE(context.GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY).empty());
157 ASSERT_TRUE(context.GetHiViewDirectory(HiviewContext::DirectoryType::PERSIST_DIR).empty());
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dhiview_global.cpp48 std::string HiviewGlobal::GetHiViewDirectory(HiviewContext::DirectoryType type) const in GetHiViewDirectory() function in OHOS::HiviewDFX::HiviewGlobal
50 return context_.GetHiViewDirectory(type); in GetHiViewDirectory()
H A Dlibhiviewbase.map93 …"OHOS::HiviewDFX::HiviewGlobal::GetHiViewDirectory(OHOS::HiviewDFX::HiviewContext::DirectoryType) …
/ohos5.0/base/hiviewdfx/hiview/base/running_status_logger/test/unittest/common/
H A Drunning_status_logger_test.cpp48 std::string workPath = HiviewGlobal::GetInstance()->GetHiViewDirectory( in GetLogDir()
72 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory() function in OHOS::HiviewDFX::__anone5258b680110::HiviewTestContext
/ohos5.0/base/hiviewdfx/hiview/plugins/privacy_controller/
H A Dprivacy_controller.cpp39 …std::string configPath = context->GetHiViewDirectory(HiviewContext::DirectoryType::CONFIG_DIRECTOR… in InitAreaPolicy()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dhiview_global.h35 std::string GetHiViewDirectory(HiviewContext::DirectoryType type) const;
H A Dplugin.h246 virtual std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory() function
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp146 … std::string workPath = context->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY); in InitController()
147 …std::string configPath = context->GetHiViewDirectory(HiviewContext::DirectoryType::CONFIG_DIRECTOR… in InitController()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_doc_test.cpp33 std::string GetHiViewDirectory(HiviewContext::DirectoryType type) in GetHiViewDirectory() function in OHOS::HiviewDFX::__anon53e990650110::DocTestContext
H A Dsys_event_repeat_test.cpp39 std::string GetHiViewDirectory(HiviewContext::DirectoryType type) in GetHiViewDirectory() function in OHOS::HiviewDFX::__anon3da413f00110::TestContext
/ohos5.0/base/hiviewdfx/hiview/base/running_status_logger/
H A Drunning_status_logger.cpp74 std::string workPath = HiviewGlobal::GetInstance()->GetHiViewDirectory( in GetLogDir()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/
H A Dtrace_state_change_test.cpp30 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory() function in __anon1b4102a70110::MockHiviewPlatform
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/
H A Devent_export_engine.cpp43 std::string configDir = context->GetHiViewDirectory(type); in GetExportDir()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/
H A Dusage_event_report.cpp99 workPath_ = context->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY); in Init()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerservice_fuzzer/
H A Dfaultlogger_service_fuzzer.cpp32 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory() function in OHOS::HiviewTestContext
/ohos5.0/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h54 std::string GetHiViewDirectory(DirectoryType type) override;
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Dexport_json_file_writer.cpp199 std::string tmpDir = context->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY); in GetHiSysEventJsonTempDir()
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp159 std::string workPath = HiviewGlobal::GetInstance()->GetHiViewDirectory( in SaveStack()
785 std::string HiviewPlatform::GetHiViewDirectory(HiviewContext::DirectoryType type) in GetHiViewDirectory() function in OHOS::HiviewDFX::HiviewPlatform
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H A Dsys_event_service_ohos_test.cpp129 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory() function in OHOS::HiviewDFX::__anon5c9636540110::HiviewTestContext
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_database.cpp103 … std::string workPath = context->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY); in GetDatabaseDir()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp429 …std::string hiviewWorkDir = GetHiviewContext()->GetHiViewDirectory(HiviewContext::DirectoryType::W… in InitWorkPath()