| /developtools/profiler/device/services/ipc/src/ |
| D | ipc_generator.cpp | 42 …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()
|
| D | proto_encoder_plugin_generator.cpp | 409 …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/ |
| D | quickstart_filesystem.md | 86 - Open Time: 打开的起始时间。 87 - Open Duration:打开的时长。 126 通过选择可以过滤是 Open 类型,还是 Close 类型事件。
|
| D | quickstart_systemtrace.md | 12 - Open trace file:导入离线 trace 文件入口。 13 - Open long trace file:导入大文件入口。
|
| D | quickstart_parsing_ability.md | 43 本地导入超大 trace 是导入文件夹,将该文件夹中所有文件导入。如下图从 Open long trace file 入口导入。
|
| /developtools/profiler/device/services/profiler_service/test/unittest/ |
| D | trace_file_reader_test.cpp | 83 ASSERT_TRUE(reader->Open(path)); 118 ASSERT_TRUE(reader->Open(path)); 146 ASSERT_TRUE(reader->Open(path));
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | perf_file_writer_test.cpp | 75 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/ |
| D | file_cache.h | 36 bool Open(const std::string& name);
|
| /developtools/profiler/device/services/profiler_service/src/ |
| D | trace_file_reader.h | 35 bool Open(const std::string& path);
|
| D | trace_file_reader.cpp | 40 bool TraceFileReader::Open(const std::string& path) in Open() function in TraceFileReader
|
| /developtools/integration_verification/tools/fotff/utils/ |
| D | ssh.go | 130 if src, err = client.Open(remoteFile); err != nil { 142 if src, err = os.Open(localFile); err != nil {
|
| /developtools/hiperf/include/ |
| D | perf_file_writer.h | 46 bool Open(const std::string &fileName, bool compressData = false);
|
| D | perf_events.h | 640 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/ |
| D | xpower_main.cpp | 71 if (!reader->Open(filePath)) { in main()
|
| /developtools/profiler/device/plugins/hilog_plugin/src/ |
| D | file_cache.cpp | 29 bool FileCache::Open(const std::string& file) in Open() function in FileCache
|
| D | hilog_plugin.cpp | 149 CHECK_TRUE(g_fileCache.Open(name), false, "HilogPlugin:%s failed!", __func__); in OpenLogFile()
|
| /developtools/smartperf_host/trace_streamer/src/table/base/ |
| D | table_base.cpp | 95 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/ |
| D | table_base.h | 188 int32_t Open(sqlite3_vtab_cursor** ppCursor);
|
| /developtools/hiperf/src/ |
| D | perf_events.cpp | 45 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()
|
| D | perf_file_writer.cpp | 38 bool PerfFileWriter::Open(const std::string &fileName, bool compressData) in Open() function in OHOS::Developtools::HiPerf::PerfFileWriter
|
| D | subcommand_record.cpp | 1508 if (!fileWriter_->Open(outputFilename_, compressData)) { in CreateInitRecordFile()
|
| /developtools/smartperf_host/trace_streamer/src/proto_reader/protoc_plugin/ |
| D | proto_reader_plugin.cpp | 29 const std::unique_ptr<ZeroCopyOutputStream> generateFile(context->Open(newFileName + ".h")); in Generate()
|
| /developtools/smartperf_host/ide/server/ |
| D | main.go | 383 file, err := os.Open(path)
|
| /developtools/profiler/device/plugins/hilog_plugin/test/unittest/ |
| D | hilog_plugin_unittest.cpp | 803 ASSERT_TRUE(file.Open("test.txt"));
|