Home
last modified time | relevance | path

Searched refs:SetSymbolsPaths (Results 1 – 10 of 10) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dvirtual_runtime_test.cpp73 HWTEST_F(VirtualRuntimeTest, SetSymbolsPaths, TestSize.Level1)
76 runtime_->SetSymbolsPaths(symbolsSearchPaths);
81 EXPECT_EQ(runtime_->SetSymbolsPaths(symbolsSearchPaths), true);
88 EXPECT_EQ(runtime_->SetSymbolsPaths(symbolsSearchPaths), true);
97 EXPECT_EQ(runtime_->SetSymbolsPaths(symbolsSearchPaths), true);
/developtools/hiperf/test/unittest/common/native/
Dvirtual_runtime_test.cpp166 HWTEST_F(VirtualRuntimeTest, SetSymbolsPaths, TestSize.Level1)
169 runtime_->SetSymbolsPaths(symbolsSearchPaths);
174 EXPECT_EQ(runtime_->SetSymbolsPaths(symbolsSearchPaths), true);
181 EXPECT_EQ(runtime_->SetSymbolsPaths(symbolsSearchPaths), true);
190 EXPECT_EQ(runtime_->SetSymbolsPaths(symbolsSearchPaths), true);
/developtools/profiler/device/plugins/native_daemon/include/
Dvirtual_runtime.h57 bool SetSymbolsPaths(const std::vector<std::string> &symbolsPaths);
/developtools/hiperf/include/
Dvirtual_runtime.h85 bool SetSymbolsPaths(const std::vector<std::string> &symbolsPaths);
/developtools/hiperf/src/
Dsubcommand_report.cpp283 GetReport().virtualRuntime_.SetSymbolsPaths(symbolsPaths_); in ProcessSymbolsData()
Dsubcommand_dump.cpp171 if (!vr_.SetSymbolsPaths(dumpSymbolsPaths_)) { in OnSubCommand()
Dsubcommand_record.cpp868 if (!virtualRuntime_.SetSymbolsPaths(symbolDir_)) { in PrepareVirtualRuntime()
Dvirtual_runtime.cpp1027 bool VirtualRuntime::SetSymbolsPaths(const std::vector<std::string> &symbolsPaths) in SetSymbolsPaths() function in OHOS::Developtools::HiPerf::VirtualRuntime
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_runtime.cpp446 bool VirtualRuntime::SetSymbolsPaths(const std::vector<std::string> &symbolsPaths) in SetSymbolsPaths() function in OHOS::Developtools::NativeDaemon::VirtualRuntime
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp418 report_->virtualRuntime_.SetSymbolsPaths(symbolsPaths); in PerfReloadSymbolFiles()