Searched refs:logStr (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/services/dfx/ |
H A D | dfx_log_dump.cpp | 62 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 D | rdb_delegate.cpp | 371 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 D | wifi_net_agent.cpp | 519 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 D | oppSendScenarioTest.ets | 207 export function testLog(logStr: string) { 208 promptAction.showToast({ message : logStr }) 209 console.log(logStr)
|
H A D | oppRecvScenarioTest.ets | 276 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 D | NapiLog.js | 37 let logStr = dateStr + ' ' + levStr + ' ' + detail + '\n';
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | arm_exidx.cpp | 135 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 D | hitrace_meter.cpp | 268 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 D | audit_log_parser.h | 107 void ParseEvent(std::string logStr);
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace_meter/ |
H A D | hitrace_meter.h | 199 void SetWriteOnceLog(LogLevel loglevel, const std::string& logStr, bool& isWrite);
|