/developtools/profiler/device/base/test/unittest/ |
D | epoll_event_poller_test.cpp | 70 EXPECT_TRUE(eventPoller->Init()); 83 EXPECT_TRUE(eventPoller->Init()); 96 EXPECT_TRUE(eventPoller->Init()); 97 EXPECT_FALSE(eventPoller->Init()); 111 EXPECT_TRUE(eventPoller->Init()); 127 EXPECT_TRUE(eventPoller->Init()); 142 EXPECT_TRUE(eventPoller->Init()); 156 EXPECT_TRUE(eventPoller->Init()); 186 EXPECT_TRUE(eventPoller->Init());
|
/developtools/hiperf/src/ |
D | perf_file_format.cpp | 40 void PerfFileSection::Init(const char *buffer, size_t maxSize) in Init() function in OHOS::Developtools::HiPerf::PerfFileSection 48 void PerfFileSection::Init(char *buffer, size_t maxSize) in Init() function in OHOS::Developtools::HiPerf::PerfFileSection 169 Init(buf, size); in PerfFileSectionString() 187 Init(buf, size); in GetBinary() 227 Init(buf, size); in PerfFileSectionSymbolsFiles() 276 Init(buf, size); in GetBinary() 307 Init(buf, size); in PerfFileSectionNrCpus() 325 Init(buf, size); in GetBinary() 345 Init(buf, size); in PerfFileSectionU64() 362 Init(buf, size); in GetBinary() [all …]
|
D | elf_header.cpp | 30 if (!ehdr->Init(ehdrBuf, bufSize)) { in MakeUnique() 38 bool ElfHeader::Init(unsigned char * const ehdrBuf, const std::size_t bufSize) in Init() function in OHOS::Developtools::HiPerf::ELF::ElfHeader
|
/developtools/integration_verification/tools/startup_guard/ |
D | README.md | 9 | [NO-Config-Cmds-In-Init](rules/NO-Config-Cmds-In-Init/README.md) | 所有启动配置文件cmd管控 |
|
/developtools/smartperf_host/trace_streamer/test/unittest/ |
D | ebpf_parser_test.cpp | 62 EXPECT_FALSE(parser->Init(dequeBuffer, dequeBuffer.size())); 80 EXPECT_FALSE(parser->Init(dequeBuffer, dequeBuffer.size())); 101 EXPECT_TRUE(parser->Init(dequeBuffer, dequeBuffer.size())); 126 EXPECT_TRUE(parser->Init(dequeBuffer, dequeBuffer.size())); 151 EXPECT_TRUE(parser->Init(dequeBuffer, dequeBuffer.size()));
|
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/include/ |
D | elf_parser_test.h | 38 bool Init(FILE *fp); 70 bool Init(const std::string &line); 92 bool Init(const std::string &line); 125 bool Init(const std::string &line); 148 bool Init();
|
/developtools/hiperf/test/unittest/common/native/include/ |
D | elf_parser_test.h | 38 bool Init(FILE *fp); 70 bool Init(const std::string &line); 92 bool Init(const std::string &line); 125 bool Init(const std::string &line); 148 bool Init();
|
/developtools/global_resource_tool/src/ |
D | resource_pack.cpp | 47 uint32_t ResourcePack::Init() in Init() function in OHOS::Global::Restool::ResourcePack 77 return idWorker.Init(hapType, startId); in InitModule() 81 return idWorker.Init(hapType); in InitModule() 100 return idWorker.Init(hapType, startId); in InitModule() 169 if (configJson_.Init() != RESTOOL_SUCCESS) { in InitConfigJson() 270 if (!f.Init()) { in CopyRawFileImpl() 324 if (Init() != RESTOOL_SUCCESS) { in PackNormal() 329 if (resourceMerge.Init() != RESTOOL_SUCCESS) { in PackNormal() 379 if (entryJson.Init() != RESTOOL_SUCCESS) { in HandleFeature() 399 if (config.Init() != RESTOOL_SUCCESS) { in HandleFeature() [all …]
|
D | file_entry.cpp | 48 bool FileEntry::Init() in Init() function in OHOS::Global::Restool::FileEntry 80 f->Init(); in GetChilds() 95 f->Init(); in GetChilds() 129 if (!f.Init()) { in RemoveAllDir() 216 Init(); in FilePath() 352 void FileEntry::FilePath::Init() in CreateDirsInner() function in OHOS::Global::Restool::FileEntry::FilePath
|
D | resource_directory.cpp | 28 if (!f.Init()) { in ScanResources() 65 if (!f.Init()) { in ScanResourceLimitKeyDir()
|
D | resource_merge.cpp | 40 uint32_t ResourceMerge::Init() in Init() function in OHOS::Global::Restool::ResourceMerge 59 if (configParser.Init() != RESTOOL_SUCCESS) { in Init()
|
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/ |
D | ftrace_parser_test.cpp | 101 HWTEST_F(FtraceParserTest, Init, TestSize.Level1) 104 EXPECT_TRUE(parser.Init()); 176 parser.Init();
|
/developtools/global_resource_tool/include/ |
D | file_entry.h | 40 void Init(); 50 bool Init();
|
D | resource_merge.h | 31 uint32_t Init();
|
D | cmd_list.h | 31 uint32_t Init(const std::string &filePath, HandleBack callback);
|
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
D | ebpf_data_parser.cpp | 35 bool EbpfDataParser::Init(const std::deque<uint8_t> dequeBuffer, uint64_t size) in Init() function in SysTuning::TraceStreamer::EbpfDataParser 52 if (!Init(dequeBuffer, size)) { in InitAndParseEbpfData()
|
D | ebpf_data_parser.h | 39 bool Init(const std::deque<uint8_t> dequeBuffer, uint64_t size);
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/ |
D | ebpf_data_parser.cpp | 35 bool EbpfDataParser::Init(const std::deque<uint8_t> dequeBuffer, uint64_t size) in Init() function in SysTuning::TraceStreamer::EbpfDataParser 52 if (!Init(dequeBuffer, size)) { in InitAndParseEbpfData()
|
D | ebpf_data_parser.h | 39 bool Init(const std::deque<uint8_t> dequeBuffer, uint64_t size);
|
/developtools/profiler/hiebpf/include/ |
D | elf_file.h | 59 bool Init(unsigned char * const ehdrBuf, const std::size_t bufSize); 85 inline bool Init(char * const phdrBuf, const size_t bufSize) in Init() function 117 inline bool Init(char * const shdrBuf, const size_t bufSize, const size_t index) in Init() function
|
/developtools/hiperf/include/ |
D | elf_parser.h | 59 bool Init(unsigned char * const ehdrBuf, const std::size_t bufSize); 93 inline bool Init(char * const phdrBuf, const size_t bufSize) in Init() function 133 inline bool Init(char * const shdrBuf, const size_t bufSize, const size_t index) in Init() function 176 inline bool Init(char * const symBuf, const std::size_t bufSize) in Init() function
|
/developtools/profiler/device/plugins/native_daemon/include/ |
D | elf_parser.h | 69 bool Init(unsigned char * const ehdrBuf, const std::size_t bufSize); 103 inline bool Init(char * const phdrBuf, const size_t bufSize) in Init() function 143 inline bool Init(char * const shdrBuf, const size_t bufSize, const size_t index) in Init() function 186 inline bool Init(char * const symBuf, const std::size_t bufSize) in Init() function
|
/developtools/profiler/host/smartperf/client/client_command/include/ |
D | sp_server_socket.h | 30 int Init(ProtoType type);
|
/developtools/profiler/device/plugins/native_daemon/src/ |
D | elf_header.cpp | 32 if (!ehdr->Init(ehdrBuf, bufSize)) { in MakeUnique() 40 bool ElfHeader::Init(unsigned char * const ehdrBuf, const std::size_t bufSize) in Init() function in OHOS::Developtools::NativeDaemon::ELF::ElfHeader
|
/developtools/profiler/device/base/include/ |
D | epoll_event_poller.h | 40 bool Init();
|