Home
last modified time | relevance | path

Searched defs:Init (Results 1 – 25 of 32) sorted by relevance

12

/developtools/hiperf/include/
Delf_parser.h93 inline bool Init(char * const phdrBuf, const size_t bufSize) in Init() function
133 inline bool Init(char * const shdrBuf, const size_t bufSize, const size_t index) in Init() function
176 inline bool Init(char * const symBuf, const std::size_t bufSize) in Init() function
/developtools/profiler/device/plugins/native_daemon/include/
Delf_parser.h103 inline bool Init(char * const phdrBuf, const size_t bufSize) in Init() function
143 inline bool Init(char * const shdrBuf, const size_t bufSize, const size_t index) in Init() function
186 inline bool Init(char * const symBuf, const std::size_t bufSize) in Init() function
/developtools/profiler/hiebpf/include/
Delf_file.h85 inline bool Init(char * const phdrBuf, const size_t bufSize) in Init() function
117 inline bool Init(char * const shdrBuf, const size_t bufSize, const size_t index) in Init() function
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Debpf_data_parser.cpp35 bool EbpfDataParser::Init(const std::deque<uint8_t> dequeBuffer, uint64_t size) in Init() function in SysTuning::TraceStreamer::EbpfDataParser
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/
Debpf_data_parser.cpp35 bool EbpfDataParser::Init(const std::deque<uint8_t> dequeBuffer, uint64_t size) in Init() function in SysTuning::TraceStreamer::EbpfDataParser
/developtools/global_resource_tool/src/
Dresource_merge.cpp40 uint32_t ResourceMerge::Init() in Init() function in OHOS::Global::Restool::ResourceMerge
Dfile_entry.cpp48 bool FileEntry::Init() in Init() function in OHOS::Global::Restool::FileEntry
352 void FileEntry::FilePath::Init() in CreateDirsInner() function in OHOS::Global::Restool::FileEntry::FilePath
Dcmd_list.cpp23 uint32_t CmdList::Init(const string &filePath, HandleBack callback) in Init() function in OHOS::Global::Restool::CmdList
Dconfig_parser.cpp66 uint32_t ConfigParser::Init() in Init() function in OHOS::Global::Restool::ConfigParser
/developtools/profiler/host/smartperf/client/client_command/
Dsp_server_socket.cpp28 int SpServerSocket::Init(ProtoType type) in Init() function in OHOS::SmartPerf::SpServerSocket
/developtools/profiler/device/plugins/native_daemon/src/
Delf_header.cpp40 bool ElfHeader::Init(unsigned char * const ehdrBuf, const std::size_t bufSize) in Init() function in OHOS::Developtools::NativeDaemon::ELF::ElfHeader
/developtools/hiperf/src/
Delf_header.cpp38 bool ElfHeader::Init(unsigned char * const ehdrBuf, const std::size_t bufSize) in Init() function in OHOS::Developtools::HiPerf::ELF::ElfHeader
Dperf_file_format.cpp40 void PerfFileSection::Init(const char *buffer, size_t maxSize) in Init() function in OHOS::Developtools::HiPerf::PerfFileSection
48 void PerfFileSection::Init(char *buffer, size_t maxSize) in Init() function in OHOS::Developtools::HiPerf::PerfFileSection
/developtools/profiler/host/smartperf/trace_streamer/src/table/base/
Dtable_base.h110 virtual void Init(int32_t, const char* const*) in Init() function
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Delf_parser_test.cpp155 bool ElfFileFromReadelf::Init() in Init() function in OHOS::Developtools::NativeDaemon::UnitTest::ElfFileFromReadelf
476 bool ElfSymbolFromReadelf::Init(const std::string &line) in Init() function in OHOS::Developtools::NativeDaemon::UnitTest::ElfSymbolFromReadelf
577 bool ShdrFromReadelf::Init(const std::string &line) in Init() function in OHOS::Developtools::NativeDaemon::UnitTest::ShdrFromReadelf
877 bool PhdrFromReadelf::Init(const std::string &line) in Init() function in OHOS::Developtools::NativeDaemon::UnitTest::PhdrFromReadelf
1031 bool EhdrFromReadelf::Init(FILE *fp) in Init() function in OHOS::Developtools::NativeDaemon::UnitTest::EhdrFromReadelf
/developtools/hiperf/test/unittest/common/native/
Delf_parser_test.cpp156 bool ElfFileFromReadelf::Init() in Init() function in OHOS::Developtools::HiPerf::UnitTest::ElfFileFromReadelf
477 bool ElfSymbolFromReadelf::Init(const std::string &line) in Init() function in OHOS::Developtools::HiPerf::UnitTest::ElfSymbolFromReadelf
578 bool ShdrFromReadelf::Init(const std::string &line) in Init() function in OHOS::Developtools::HiPerf::UnitTest::ShdrFromReadelf
878 bool PhdrFromReadelf::Init(const std::string &line) in Init() function in OHOS::Developtools::HiPerf::UnitTest::PhdrFromReadelf
1036 bool EhdrFromReadelf::Init(FILE *fp) in Init() function in OHOS::Developtools::HiPerf::UnitTest::EhdrFromReadelf
/developtools/smartperf_host/trace_streamer/src/table/base/
Dtable_base.h119 virtual void Init(int32_t, const char* const*) in Init() function
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/sdk/
Dwasm_func.cpp49 EMSCRIPTEN_KEEPALIVE uint8_t* Init(QueryResultCallbackFunction queryResultCallbackFunction, uint32_… in Init() function
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/sdk/
Dwasm_func.cpp49 EMSCRIPTEN_KEEPALIVE uint8_t* Init(QueryResultCallbackFunction queryResultCallbackFunction, uint32_… in Init() function
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dindex_map.cpp53 void IndexMap::Init() in Init() function in SysTuning::TraceStreamer::IndexMap
/developtools/profiler/device/base/src/
Depoll_event_poller.cpp168 bool EpollEventPoller::Init() in Init() function in EpollEventPoller
/developtools/smartperf_host/trace_streamer/src/base/
Dindex_map.cpp53 void IndexMap::Init() in Init() function in SysTuning::TraceStreamer::IndexMap
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
Dtable_base.h128 virtual void Init(int32_t, const char* const*) in Init() function
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/table/
Dtable_base.h128 virtual void Init(int32_t, const char* const*) in Init() function
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dprocess_utils.cpp51 int Init() in Init() function

12