Searched refs:ConstCharPtr (Results 1 – 3 of 3) sorted by relevance
| /developtools/profiler/device/base/include/ |
| D | logging.h | 83 typedef const char* ConstCharPtr; typedef 85 static inline int HiLogPrintArgs(int prio, int domain, ConstCharPtr tag, ConstCharPtr fmt, va_list … in HiLogPrintArgs() 100 static inline int HiLogPrint(int type, int prio, int domain, ConstCharPtr tag, ConstCharPtr fmt, ..… in HiLogPrint()
|
| /developtools/profiler/device/services/profiler_service/src/ |
| D | trace_file_writer.cpp | 26 using ConstCharPtr = std::unique_ptr<const char>::pointer; typedef 69 auto configData = reinterpret_cast<ConstCharPtr>(data); in SetPluginConfig() 163 stream_.write(reinterpret_cast<ConstCharPtr>(data), size); in Write()
|
| /developtools/profiler/device/plugins/memory_plugin/test/unittest/ |
| D | buffer_splitter_unittest.cpp | 24 using ConstCharPtr = std::unique_ptr<const char>::pointer; typedef 38 ConstCharPtr curLine; 40 ConstCharPtr curWord;
|