Searched defs:MakeUnique (Results 1 – 4 of 4) sorted by relevance
58 std::unique_ptr<ElfFile> ElfFile::MakeUnique(const std::string &filename) in MakeUnique() function in OHOS::Developtools::Hiebpf::ElfFile248 std::unique_ptr<ElfHeader> ElfHeader::MakeUnique(unsigned char * const ehdrBuf, in MakeUnique() function in OHOS::Developtools::Hiebpf::ElfHeader410 std::unique_ptr<SectionHeader> SectionHeader::MakeUnique(char * const shdrBuf, const size_t bufSize, in MakeUnique() function in OHOS::Developtools::Hiebpf::SectionHeader474 std::unique_ptr<ProgramHeader> ProgramHeader::MakeUnique(char * const phdrBuf, const size_t bufSize) in MakeUnique() function in OHOS::Developtools::Hiebpf::ProgramHeader
28 std::unique_ptr<LIBBPFLogger> LIBBPFLogger::MakeUnique(const std::string& logFile, int logLevel) in MakeUnique() function in LIBBPFLogger
43 std::unique_ptr<BPFLogReader> BPFLogReader::MakeUnique(const std::string& logFile) in MakeUnique() function in BPFLogReader
81 std::unique_ptr<BPFController> BPFController::MakeUnique(const BPFConfig& config) in MakeUnique() function in BPFController