Home
last modified time | relevance | path

Searched defs:MakeUnique (Results 1 – 17 of 17) sorted by relevance

/developtools/profiler/hiebpf/src/
Delf_file.cpp55 std::unique_ptr<ElfFile> ElfFile::MakeUnique(const std::string &filename) in MakeUnique() function in OHOS::Developtools::Hiebpf::ElfFile
230 std::unique_ptr<ElfHeader> ElfHeader::MakeUnique(unsigned char * const ehdrBuf, in MakeUnique() function in OHOS::Developtools::Hiebpf::ElfHeader
392 std::unique_ptr<SectionHeader> SectionHeader::MakeUnique(char * const shdrBuf, const size_t bufSize, in MakeUnique() function in OHOS::Developtools::Hiebpf::SectionHeader
456 std::unique_ptr<ProgramHeader> ProgramHeader::MakeUnique(char * const phdrBuf, const size_t bufSize) in MakeUnique() function in OHOS::Developtools::Hiebpf::ProgramHeader
Dlibbpf_logger.cpp28 std::unique_ptr<LIBBPFLogger> LIBBPFLogger::MakeUnique(const std::string& logFile, int logLevel) in MakeUnique() function in LIBBPFLogger
Dbpf_log_reader.cpp43 std::unique_ptr<BPFLogReader> BPFLogReader::MakeUnique(const std::string& logFile) in MakeUnique() function in BPFLogReader
Dbpf_controller.cpp80 std::unique_ptr<BPFController> BPFController::MakeUnique(const BPFConfig& config) in MakeUnique() function in BPFController
/developtools/hiperf/src/
Delf_symbol.cpp22 std::unique_ptr<ElfSymbol> ElfSymbol::MakeUnique(char * const symBuf, const std::size_t bufSize) in MakeUnique() function in OHOS::Developtools::HiPerf::ElfSymbol
76 std::unique_ptr<SymbolTable> SymbolTable::MakeUnique(const std::string &symNamesStr, in MakeUnique() function in OHOS::Developtools::HiPerf::SymbolTable
Dprogram_header.cpp22 std::unique_ptr<ProgramHeader> ProgramHeader::MakeUnique(char * const phdrBuf, const size_t bufSize) in MakeUnique() function in OHOS::Developtools::HiPerf::ProgramHeader
Delf_header.cpp22 std::unique_ptr<ElfHeader> ElfHeader::MakeUnique(unsigned char * const ehdrBuf, in MakeUnique() function in OHOS::Developtools::HiPerf::ELF::ElfHeader
Dsection_header.cpp38 std::unique_ptr<SectionHeader> SectionHeader::MakeUnique(char * const shdrBuf, const size_t bufSize, in MakeUnique() function in OHOS::Developtools::HiPerf::SectionHeader
Delf_file.cpp62 std::unique_ptr<ElfFile> ElfFile::MakeUnique(const std::string &filename) in MakeUnique() function in OHOS::Developtools::HiPerf::ElfFile
/developtools/profiler/device/plugins/native_daemon/src/
Delf_symbol.cpp24 std::unique_ptr<ElfSymbol> ElfSymbol::MakeUnique(char * const symBuf, const std::size_t bufSize) in MakeUnique() function in OHOS::Developtools::NativeDaemon::ElfSymbol
71 std::unique_ptr<SymbolTable> SymbolTable::MakeUnique(const std::string &symNamesStr, in MakeUnique() function in OHOS::Developtools::NativeDaemon::SymbolTable
Dprogram_header.cpp24 std::unique_ptr<ProgramHeader> ProgramHeader::MakeUnique(char * const phdrBuf, const size_t bufSize) in MakeUnique() function in OHOS::Developtools::NativeDaemon::ProgramHeader
Delf_header.cpp24 std::unique_ptr<ElfHeader> ElfHeader::MakeUnique(unsigned char * const ehdrBuf, in MakeUnique() function in OHOS::Developtools::NativeDaemon::ELF::ElfHeader
Dsection_header.cpp38 std::unique_ptr<SectionHeader> SectionHeader::MakeUnique(char * const shdrBuf, const size_t bufSize, in MakeUnique() function in OHOS::Developtools::NativeDaemon::SectionHeader
Delf_file.cpp62 std::unique_ptr<ElfFile> ElfFile::MakeUnique(const std::string &filename) in MakeUnique() function in OHOS::Developtools::NativeDaemon::ElfFile
/developtools/hiperf/test/fuzztest/elfparser_fuzzer/
DElfParser_fuzzer.cpp25 static std::unique_ptr<ElfFileFuzzer> MakeUnique(const std::string &filename, in MakeUnique() function in OHOS::ElfFileFuzzer
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Delf_parser_test.cpp140 std::unique_ptr<ElfFileFromReadelf> ElfFileFromReadelf::MakeUnique(ElfFileType fileType) in MakeUnique() function in OHOS::Developtools::NativeDaemon::UnitTest::ElfFileFromReadelf
460 std::unique_ptr<ElfSymbolFromReadelf> ElfSymbolFromReadelf::MakeUnique(const std::string &line) in MakeUnique() function in OHOS::Developtools::NativeDaemon::UnitTest::ElfSymbolFromReadelf
561 std::unique_ptr<ShdrFromReadelf> ShdrFromReadelf::MakeUnique(const std::string &line) in MakeUnique() function in OHOS::Developtools::NativeDaemon::UnitTest::ShdrFromReadelf
861 std::unique_ptr<PhdrFromReadelf> PhdrFromReadelf::MakeUnique(const std::string &line) in MakeUnique() function in OHOS::Developtools::NativeDaemon::UnitTest::PhdrFromReadelf
1016 std::unique_ptr<EhdrFromReadelf> EhdrFromReadelf::MakeUnique(FILE *fp) in MakeUnique() function in OHOS::Developtools::NativeDaemon::UnitTest::EhdrFromReadelf
/developtools/hiperf/test/unittest/common/native/
Delf_parser_test.cpp141 std::unique_ptr<ElfFileFromReadelf> ElfFileFromReadelf::MakeUnique(ElfFileType fileType) in MakeUnique() function in OHOS::Developtools::HiPerf::UnitTest::ElfFileFromReadelf
461 std::unique_ptr<ElfSymbolFromReadelf> ElfSymbolFromReadelf::MakeUnique(const std::string &line) in MakeUnique() function in OHOS::Developtools::HiPerf::UnitTest::ElfSymbolFromReadelf
562 std::unique_ptr<ShdrFromReadelf> ShdrFromReadelf::MakeUnique(const std::string &line) in MakeUnique() function in OHOS::Developtools::HiPerf::UnitTest::ShdrFromReadelf
862 std::unique_ptr<PhdrFromReadelf> PhdrFromReadelf::MakeUnique(const std::string &line) in MakeUnique() function in OHOS::Developtools::HiPerf::UnitTest::PhdrFromReadelf
1017 std::unique_ptr<EhdrFromReadelf> EhdrFromReadelf::MakeUnique(FILE *fp) in MakeUnique() function in OHOS::Developtools::HiPerf::UnitTest::EhdrFromReadelf