Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/
H A Dlog_print.cpp27 const std::string Logger::PUBLIC_TAG = "{public}"; member in Logger
92 while ((pos = outStrFormat.find(PUBLIC_TAG)) != std::string::npos) { in PreparePrivateLog()
93 outStrFormat.replace(pos, PUBLIC_TAG.size(), ""); in PreparePrivateLog()
H A Dlog_print.h46 static const std::string PUBLIC_TAG; variable