Home
last modified time | relevance | path

Searched refs:logStr (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/dfx/
H A Ddfx_log_dump.cpp62 logStr += std::to_string(hour); in AddNewLog()
63 logStr += ":"; in AddNewLog()
65 logStr += ":"; in AddNewLog()
67 logStr += ":"; in AddNewLog()
69 logStr += " "; in AddNewLog()
70 logStr += level; in AddNewLog()
71 logStr += " pid:"; in AddNewLog()
73 logStr += " tid:"; in AddNewLog()
75 logStr += " "; in AddNewLog()
76 logStr += label.tag; in AddNewLog()
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Drdb_delegate.cpp371 std::string logStr; in IsLimit() local
372 resultSetCallingPids.ForEach([&logStr](const uint32_t &key, const int32_t &value) { in IsLimit()
373 logStr += std::to_string(key) + ":" + std::to_string(value) + ";"; in IsLimit()
376 … ZLOGE("resultSetCount is full, pid: %{public}d, owner is %{public}s", callingPid, logStr.c_str()); in IsLimit()
379 … "Pid:" + std::to_string(callingPid), "owner:" + logStr, __FUNCTION__, E_RESULTSET_BUSY, appendix}; in IsLimit()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_agent.cpp519 std::string logStr; local
521 logStr = "netCaps[";
523 logStr += std::to_string(static_cast<uint32_t>(netCap));
524 logStr += " ";
526 logStr += logStrEnd;
527 WIFI_LOGD("%{public}s", logStr.c_str());
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subScenarioTest/
H A DoppSendScenarioTest.ets207 export function testLog(logStr: string) {
208 promptAction.showToast({ message : logStr })
209 console.log(logStr)
H A DoppRecvScenarioTest.ets276 export function testLog(logStr: string) {
277 promptAction.showToast({ message : logStr })
278 console.log(logStr)
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A DNapiLog.js37 let logStr = dateStr + ' ' + levStr + ' ' + detail + '\n';
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Darm_exidx.cpp135 std::string logStr("Raw Data:"); in LogRawData() local
137 logStr += StringPrintf(" 0x%02x", data); in LogRawData()
139 LOGU("%s", logStr.c_str()); in LogRawData()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_meter.cpp268 void WriteOnceLog(LogLevel loglevel, const std::string& logStr, bool& isWrite) in WriteOnceLog() argument
273 …HILOG_ERROR(LOG_CORE, "%{public}s: %{public}d(%{public}s)", logStr.c_str(), errno, strerror(errno)… in WriteOnceLog()
277 HILOG_INFO(LOG_CORE, "%{public}s", logStr.c_str()); in WriteOnceLog()
735 void SetWriteOnceLog(LogLevel loglevel, const std::string& logStr, bool& isWrite) in SetWriteOnceLog() argument
737 WriteOnceLog(loglevel, logStr, isWrite); in SetWriteOnceLog()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Daudit_log_parser.h107 void ParseEvent(std::string logStr);
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace_meter/
H A Dhitrace_meter.h199 void SetWriteOnceLog(LogLevel loglevel, const std::string& logStr, bool& isWrite);