Home
last modified time | relevance | path

Searched refs:Open (Results 1 – 24 of 24) 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()
Dproto_encoder_plugin_generator.cpp409 …std::unique_ptr<::google::protobuf::io::ZeroCopyOutputStream> headerOutput(context->Open(baseName + in Generate()
411 …std::unique_ptr<::google::protobuf::io::ZeroCopyOutputStream> sourceOutput(context->Open(baseName + in Generate()
/developtools/smartperf_host/ide/src/doc/md/
Dquickstart_filesystem.md86 - Open Time: 打开的起始时间。
87 - Open Duration:打开的时长。
126 通过选择可以过滤是 Open 类型,还是 Close 类型事件。
Dquickstart_systemtrace.md12 - Open trace file:导入离线 trace 文件入口。
13 - Open long trace file:导入大文件入口。
Dquickstart_parsing_ability.md43 本地导入超大 trace 是导入文件夹,将该文件夹中所有文件导入。如下图从 Open long trace file 入口导入。
/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/integration_verification/tools/fotff/utils/
Dssh.go130 if src, err = client.Open(remoteFile); err != nil {
142 if src, err = os.Open(localFile); err != nil {
/developtools/hiperf/include/
Dperf_file_writer.h46 bool Open(const std::string &fileName, bool compressData = false);
Dperf_events.h640 OHOS::UniqueFd Open(perf_event_attr &attr, pid_t pid = 0, int cpu = -1, int group_fd = -1,
/developtools/profiler/device/plugins/xpower_plugin/test/
Dxpower_main.cpp71 if (!reader->Open(filePath)) { in main()
/developtools/profiler/device/plugins/hilog_plugin/src/
Dfile_cache.cpp29 bool FileCache::Open(const std::string& file) in Open() function in FileCache
Dhilog_plugin.cpp149 CHECK_TRUE(g_fileCache.Open(name), false, "HilogPlugin:%s failed!", __func__); in OpenLogFile()
/developtools/smartperf_host/trace_streamer/src/table/base/
Dtable_base.cpp95 return static_cast<TableBase*>(pVTab)->Open(ppCursor); in SetModuleCallbacks()
216 int32_t TableBase::Open(sqlite3_vtab_cursor** ppCursor) in Open() function in SysTuning::TraceStreamer::TableBase
/developtools/smartperf_host/trace_streamer/src/table/base/include/
Dtable_base.h188 int32_t Open(sqlite3_vtab_cursor** ppCursor);
/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
89 UniqueFd fd = Open(*attr.get()); in IsEventSupport()
100 UniqueFd fd = Open(attr); in IsEventAttrSupport()
960 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.cpp1508 if (!fileWriter_->Open(outputFilename_, compressData)) { in CreateInitRecordFile()
/developtools/smartperf_host/trace_streamer/src/proto_reader/protoc_plugin/
Dproto_reader_plugin.cpp29 const std::unique_ptr<ZeroCopyOutputStream> generateFile(context->Open(newFileName + ".h")); in Generate()
/developtools/smartperf_host/ide/server/
Dmain.go383 file, err := os.Open(path)
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
Dhilog_plugin_unittest.cpp803 ASSERT_TRUE(file.Open("test.txt"));