Home
last modified time | relevance | path

Searched defs:logMsg (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/test/moduletest/common/
H A Dhilog_base_ndk_test.cpp126 std::string logMsg(RandomStringGenerator(logLen)); in HiLogWriteTest() local
H A Dhilog_ndk_test.cpp147 std::string logMsg(RandomStringGenerator()); in HiLogWriteTest() local
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_param_checker.cpp53 std::string logMsg = "Param "s + tag.data() + " set, value: "s + std::to_string(value); in PrintParam() local
63 std::string logMsg = "Param "s + tag.data() + " set, value: "s + in PrintParam() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp128 std::string logMsg = msg == nullptr ? "NULL" : msg; in SqliteLogCallback() local