Home
last modified time | relevance | path

Searched refs:GetHiViewDirectory (Results 1 - 20 of 20) sorted by relevance

/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dplugin_test.cpp154 // GetHiViewDirectory in HWTEST_F()
155 ASSERT_TRUE(context.GetHiViewDirectory(HiviewContext::DirectoryType::CONFIG_DIRECTORY).empty()); in HWTEST_F()
156 ASSERT_TRUE(context.GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY).empty()); in HWTEST_F()
157 ASSERT_TRUE(context.GetHiViewDirectory(HiviewContext::DirectoryType::PERSIST_DIR).empty()); in HWTEST_F()
/base/hiviewdfx/hiview/plugins/privacy_controller/
H A Dprivacy_controller.cpp39 std::string configPath = context->GetHiViewDirectory(HiviewContext::DirectoryType::CONFIG_DIRECTORY); in InitAreaPolicy()
/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()
/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 in OHOS::HiviewDFX::HiviewContext
/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::__anon620::HiviewTestContext
/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::__anon608::DocTestContext
H A Dsys_event_repeat_test.cpp39 std::string GetHiViewDirectory(HiviewContext::DirectoryType type) in GetHiViewDirectory() function in OHOS::HiviewDFX::__anon609::TestContext
/base/hiviewdfx/hiview/base/running_status_logger/
H A Drunning_status_logger.cpp74 std::string workPath = HiviewGlobal::GetInstance()->GetHiViewDirectory( in GetLogDir()
/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 __anon748::MockHiviewPlatform
/base/hiviewdfx/hiview/plugins/usage_event_report/
H A Dusage_event_report.cpp99 workPath_ = context->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY); in Init()
/base/hiviewdfx/hiview/plugins/event_store/event_export/
H A Devent_export_engine.cpp43 std::string configDir = context->GetHiViewDirectory(type); in GetExportDir()
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp165 std::string workPath = context->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY); in InitController()
166 std::string configPath = context->GetHiViewDirectory(HiviewContext::DirectoryType::CONFIG_DIRECTORY); in InitController()
/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h54 std::string GetHiViewDirectory(DirectoryType type) override;
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerservice_fuzzer/
H A Dfaultlogger_service_fuzzer.cpp37 std::string GetHiViewDirectory(DirectoryType type __UNUSED) in GetHiViewDirectory() function in OHOS::HiviewTestContext
/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp429 std::string hiviewWorkDir = GetHiviewContext()->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY); in InitWorkPath()
/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::__anon571::HiviewTestContext
/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_database.cpp103 std::string workPath = context->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY); in GetDatabaseDir()
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Dexport_json_file_writer.cpp197 std::string tmpDir = context->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY); in GetHiSysEventJsonTempDir()
/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

Completed in 12 milliseconds