Searched refs:ConstCharPtr (Results 1 - 3 of 3) sorted by relevance
/developtools/profiler/device/base/include/ |
H A D | logging.h | 79 typedef const char* ConstCharPtr; typedef 81 static inline int HiLogPrintArgs(int prio, int domain, ConstCharPtr tag, ConstCharPtr fmt, va_list vargs) in HiLogPrintArgs() 96 static inline int HiLogPrint(int type, int prio, int domain, ConstCharPtr tag, ConstCharPtr fmt, ...) in HiLogPrint()
|
/developtools/profiler/device/plugins/memory_plugin/test/unittest/ |
H A D | buffer_splitter_unittest.cpp | 21 using ConstCharPtr = std::unique_ptr<const char>::pointer; 35 ConstCharPtr curLine; 37 ConstCharPtr curWord;
|
/developtools/profiler/device/services/profiler_service/src/ |
H A D | trace_file_writer.cpp | 34 using ConstCharPtr = std::unique_ptr<const char>::pointer; 114 auto configData = reinterpret_cast<ConstCharPtr>(data); in SetPluginConfig() 256 stream_.write(reinterpret_cast<ConstCharPtr>(data), size); in Write()
|
Completed in 3 milliseconds