Home
last modified time | relevance | path

Searched refs:ConstCharPtr (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/base/include/
Dlogging.h83 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/
Dtrace_file_writer.cpp26 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/
Dbuffer_splitter_unittest.cpp24 using ConstCharPtr = std::unique_ptr<const char>::pointer; typedef
38 ConstCharPtr curLine;
40 ConstCharPtr curWord;