Home
last modified time | relevance | path

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

/developtools/profiler/device/base/include/
H A Dlogging.h79 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 Dbuffer_splitter_unittest.cpp21 using ConstCharPtr = std::unique_ptr<const char>::pointer;
35 ConstCharPtr curLine;
37 ConstCharPtr curWord;
/developtools/profiler/device/services/profiler_service/src/
H A Dtrace_file_writer.cpp34 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