Home
last modified time | relevance | path

Searched defs:GetName (Results 1 – 6 of 6) sorted by relevance

/developtools/global_resource_tool/src/
Dresource_item.cpp92 const string &ResourceItem::GetName() const in GetName() function in OHOS::Global::Restool::ResourceItem
/developtools/hiperf/include/
Dperf_event_record.h140 const std::string &GetName() const in GetName() function
/developtools/profiler/device/services/shared_memory/src/
Dshare_memory_block.cpp379 std::string ShareMemoryBlock::GetName() in GetName() function in ShareMemoryBlock
/developtools/hiperf/test/unittest/common/native/
Delf_parser_test.cpp551 const std::string ElfSymbolFromReadelf::GetName(const std::string &line) in GetName() function in OHOS::Developtools::HiPerf::UnitTest::ElfSymbolFromReadelf
670 const std::string ShdrFromReadelf::GetName(const std::string &line) in GetName() function in OHOS::Developtools::HiPerf::UnitTest::ShdrFromReadelf
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Delf_parser_test.cpp550 const std::string ElfSymbolFromReadelf::GetName(const std::string &line) in GetName() function in OHOS::Developtools::NativeDaemon::UnitTest::ElfSymbolFromReadelf
669 const std::string ShdrFromReadelf::GetName(const std::string &line) in GetName() function in OHOS::Developtools::NativeDaemon::UnitTest::ShdrFromReadelf
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp186 static std::string GetName(const std::map<int, std::string>& nameMap, int type) in GetName() function