Home
last modified time | relevance | path

Searched refs:StripFormatString (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/napi/utils/
H A Dlog.cpp19 [[maybe_unused]] static void StripFormatString(const std::string& prefix, std::string& str) in StripFormatString() function
38 StripFormatString("{public}", newFmt); in PrintLog()
39 StripFormatString("{private}", newFmt); in PrintLog()
55 StripFormatString("{public}", newFmt); in PrintLog()
56 StripFormatString("{private}", newFmt); in PrintLog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dlog_wrapper.h261 static void StripFormatString(const std::string& prefix, std::string& str) in StripFormatString() function