Home
last modified time | relevance | path

Searched defs:Init (Results 1 - 25 of 27) sorted by relevance

12

/developtools/global_resource_tool/src/
H A Dresource_merge.cpp40 uint32_t ResourceMerge::Init() in Init() function in OHOS::Global::Restool::ResourceMerge
H A Dresconfig_parser.cpp31 uint32_t ResConfigParser::Init(const string &filePath, HandleBack callback) in Init() function in OHOS::Global::Restool::ResConfigParser
H A Did_worker.cpp25 uint32_t IdWorker::Init(ResourceIdCluster &type, int64_t startId) in Init() function in OHOS::Global::Restool::IdWorker
H A Did_defined_parser.cpp37 uint32_t IdDefinedParser::Init() in Init() function in OHOS::Global::Restool::IdDefinedParser
84 uint32_t IdDefinedParser::Init(const string &filePath, bool isSystem) in Init() function in OHOS::Global::Restool::IdDefinedParser
H A Dfile_entry.cpp48 bool FileEntry::Init() in Init() function in OHOS::Global::Restool::FileEntry
361 void FileEntry::FilePath::Init() in CreateDirsInner() function in OHOS::Global::Restool::FileEntry::FilePath
H A Dconfig_parser.cpp73 uint32_t ConfigParser::Init() in Init() function in OHOS::Global::Restool::ConfigParser
H A Dresource_pack.cpp61 uint32_t ResourcePack::Init() in Init() function in OHOS::Global::Restool::ResourcePack
[all...]
/developtools/profiler/host/smartperf/client/client_command/
H A Dsp_server_socket.cpp31 int SpServerSocket::Init(ProtoType type) in Init() function in OHOS::SmartPerf::SpServerSocket
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
H A 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/device/base/src/
H A Depoll_event_poller.cpp168 bool EpollEventPoller::Init() in Init() function in EpollEventPoller
/developtools/hapsigner/hapsigntool_cpp/common/src/
H A Drandom_access_file.cpp41 bool RandomAccessFile::Init(const std::string& filePath) in Init() function in OHOS::SignatureTools::RandomAccessFile
H A Dbyte_buffer.cpp73 void ByteBuffer::Init(int32_t bufferCapacity) in Init() function in OHOS::ByteBuffer
/developtools/hiperf/src/
H A Dunique_stack_table.cpp23 bool UniqueStackTable::Init() in Init() function in OHOS::Developtools::HiPerf::UniqueStackTable
H A Dperf_file_format.cpp61 void PerfFileSection::Init(const char *buffer, size_t maxSize) in Init() function in OHOS::Developtools::HiPerf::PerfFileSection
69 void PerfFileSection::Init(char *buffer, size_t maxSize) in Init() function in OHOS::Developtools::HiPerf::PerfFileSection
191 CHECK_TRUE(size < GetSize(), false, 0, �); Init(buf, size); Write(stdString_); return true; } size_t PerfFileSectionString::GetSize() { return SizeOf(stdString_); } const std::string PerfFileSectionString::ToString() const { return stdString_; } size_t PerfFileSectionSymbolsFiles::GetSize() { size_t size = 0; size += sizeof(uint32_t); for (auto &symbolFileStruct : symbolFileStructs_) { size += SizeOf(symbolFileStruct.filePath_); size += sizeof(symbolFileStruct.symbolType_); size += sizeof(symbolFileStruct.textExecVaddr_); size += sizeof(symbolFileStruct.textExecVaddrFileOffset_); size += SizeOf(symbolFileStruct.buildId_); size += sizeof(uint32_t); for (auto &symbolStruct : symbolFileStruct.symbolStructs_) { size += sizeof(symbolStruct.vaddr_); size += sizeof(symbolStruct.len_); size += SizeOf(symbolStruct.symbolName_); } } return size; } void PerfFileSectionSymbolsFiles::ReadSymbolFileStructs() { uint32_t symbolFileNumber = 0; if (!Read(symbolFileNumber)) { HLOGE(�); return; } else if (symbolFileNumber > MAX_SYMBOLS_FILE_NUMBER) GetBinary() argument
[all...]
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/sdk/
H A Dwasm_func.cpp49 EMSCRIPTEN_KEEPALIVE uint8_t *Init(QueryResultCallbackFunction queryResultCallbackFunction, uint32_t reqBufferSize) in Init() function
/developtools/smartperf_host/trace_streamer/src/base/
H A Dindex_map.cpp53 void IndexMap::Init() in Init() function in SysTuning::TraceStreamer::IndexMap
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_manager.cpp50 void FfrtProfilerManager::Init() in Init() function in OHOS::Developtools::Profiler::FfrtProfilerManager
/developtools/hapsigner/hapsigntool_cpp/zip/src/
H A Dzip_signer.cpp25 bool ZipSigner::Init(std::ifstream& inputFile) in Init() function in OHOS::SignatureTools::ZipSigner
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_manager.cpp51 void NetworkProfilerManager::Init() in Init() function in OHOS::Developtools::Profiler::NetworkProfilerManager
/developtools/profiler/hiebpf/include/
H A Delf_file.h85 inline bool Init(char * const phdrBuf, const size_t bufSize) in Init() function in OHOS::Developtools::Hiebpf::ProgramHeader
117 inline bool Init(char * const shdrBuf, const size_t bufSize, const size_t index) in Init() function in OHOS::Developtools::Hiebpf::SectionHeader
/developtools/profiler/hiebpf/src/
H A Delf_file.cpp257 bool ElfHeader::Init(unsigned char * const ehdrBuf, const std::size_t bufSize) in Init() function in OHOS::Developtools::Hiebpf::ElfHeader
/developtools/smartperf_host/trace_streamer/src/table/base/include/
H A Dtable_base.h191 virtual void Init(int32_t, const char *const *) in Init() function in SysTuning::TraceStreamer::TableBase
/developtools/hdc/src/host/
H A Dext_client.cpp46 bool ExtClient::Init() in Init() function in Hdc::ExtClient
/developtools/smartperf_host/trace_streamer/src/table/base/
H A Dspan_join.cpp42 void SpanJoin::Init(int32_t argc, const char *const *argv) in Init() function in SysTuning::TraceStreamer::SpanJoin
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dftrace_parser.cpp66 bool FtraceParser::Init() in Init() function in FtraceParser

Completed in 15 milliseconds

12