Home
last modified time | relevance | path

Searched defs:Open (Results 1 – 7 of 7) sorted by relevance

/developtools/profiler/device/services/profiler_service/src/
Dtrace_file_reader.cpp40 bool TraceFileReader::Open(const std::string& path) in Open() function in TraceFileReader
Dtrace_file_writer.cpp43 bool TraceFileWriter::Open(const std::string& path) in Open() function in TraceFileWriter
/developtools/profiler/device/plugins/hilog_plugin/src/
Dfile_cache.cpp29 bool FileCache::Open(const std::string& file) in Open() function in FileCache
/developtools/profiler/host/smartperf/trace_streamer/src/table/
Dtable_base.cpp119 int TableBase::Open(sqlite3_vtab_cursor** ppCursor) in Open() function in SysTuning::TraceStreamer::TableBase
/developtools/profiler/trace_analyzer/src/table/
Dtable_base.cpp119 int TableBase::Open(sqlite3_vtab_cursor** ppCursor) in Open() function in SysTuning::TraceStreamer::TableBase
/developtools/hiperf/src/
Dperf_file_writer.cpp38 bool PerfFileWriter::Open(const std::string &fileName, bool compressData) in Open() function in OHOS::Developtools::HiPerf::PerfFileWriter
Dperf_events.cpp45 OHOS::UniqueFd PerfEvents::Open(perf_event_attr &attr, pid_t pid, int cpu, int group_fd, in Open() function in OHOS::Developtools::HiPerf::PerfEvents