Home
last modified time | relevance | path

Searched refs:Open (Results 1 – 19 of 19) sorted by relevance

/developtools/profiler/device/services/ipc/src/
Dipc_generator.cpp42 …std::unique_ptr<::google::protobuf::io::ZeroCopyOutputStream> header_output(context->Open(base_nam… in Generate()
43 …std::unique_ptr<::google::protobuf::io::ZeroCopyOutputStream> source_output(context->Open(base_nam… in Generate()
/developtools/profiler/device/services/profiler_service/test/unittest/
Dtrace_file_reader_test.cpp83 ASSERT_TRUE(reader->Open(path));
118 ASSERT_TRUE(reader->Open(path));
146 ASSERT_TRUE(reader->Open(path));
/developtools/hiperf/test/unittest/common/native/
Dperf_file_writer_test.cpp75 ASSERT_TRUE(fileWriter.Open(filename)) << "current path no write permission?";
111 ASSERT_TRUE(fileWriter.Open(filename, true)) << "current path no write permission?";
146 ASSERT_TRUE(fileWriter.Open(filename)) << "current path no write permission?";
/developtools/profiler/device/plugins/hilog_plugin/include/
Dfile_cache.h36 bool Open(const std::string& name);
/developtools/profiler/device/services/profiler_service/src/
Dtrace_file_reader.h35 bool Open(const std::string& path);
Dtrace_file_reader.cpp40 bool TraceFileReader::Open(const std::string& path) in Open() function in TraceFileReader
/developtools/hiperf/include/
Dperf_file_writer.h45 bool Open(const std::string &fileName, bool compressData = false);
Dperf_events.h495 OHOS::UniqueFd Open(perf_event_attr &attr, pid_t pid = 0, int cpu = -1, int group_fd = -1,
/developtools/profiler/host/smartperf/doc/
Dquickstart_smartperf.md10 + Open trace file:导入离线trace文件入口
/developtools/profiler/device/plugins/hilog_plugin/src/
Dfile_cache.cpp29 bool FileCache::Open(const std::string& file) in Open() function in FileCache
Dhilog_plugin.cpp141 CHECK_TRUE(g_fileCache.Open(name), false, "HilogPlugin:%s failed!", __func__); in OpenLogFile()
/developtools/profiler/host/smartperf/trace_streamer/src/table/
Dtable_base.h108 int Open(sqlite3_vtab_cursor** ppCursor);
Dtable_base.cpp93 return static_cast<TableBase*>(pVTab)->Open(ppCursor); in TableRegister()
216 int TableBase::Open(sqlite3_vtab_cursor** ppCursor) in Open() function in SysTuning::TraceStreamer::TableBase
/developtools/hiperf/src/
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
90 UniqueFd fd = Open(*attr.get()); in IsEventSupport()
101 UniqueFd fd = Open(attr); in IsEventAttrSupport()
927 UniqueFd fd = Open(eventItem.attr, pids_[ipid], cpus_[icpu], in CreateFdEvents()
Dperf_file_writer.cpp38 bool PerfFileWriter::Open(const std::string &fileName, bool compressData) in Open() function in OHOS::Developtools::HiPerf::PerfFileWriter
Dsubcommand_record.cpp1418 if (!fileWriter_->Open(outputFilename_, compressData)) { in CreateInitRecordFile()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
Dperf_events.cpp46 OHOS::UniqueFd PerfEvents::Open(perf_event_attr &attr, pid_t pid, int cpu, int group_fd, in Open() function in OHOS::Developtools::HiPerf::PerfEvents
162 UniqueFd fd = Open(*attr.get()); in IsEventSupport()
173 UniqueFd fd = Open(attr); in IsEventAttrSupport()
1020 UniqueFd fd = Open(eventItem.attr, pids_[ipid], cpus_[icpu], in CreateFdEvents()
/developtools/profiler/host/smartperf/ide/server/
Dmain.go245 file, err := os.Open(path)
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
Dhilog_plugin_unittest.cpp987 ASSERT_TRUE(file.Open("test.txt"));