Searched refs:SaveLog (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ui_lite/test/autotest/src/ |
H A D | compare_tools.cpp | 225 SaveLog(logInfo, strlen(logInfo)); in CompareFile() 234 SaveLog(logInfo, strlen(logInfo)); in CompareFile() 275 SaveLog(buff, bufSize, filePath); in SaveResultLog() 333 bool CompareTools::SaveLog(const char* buff, size_t bufSize, const char* filePath) in SaveLog() function in OHOS::CompareTools
|
/foundation/multimedia/player_framework/services/dfx/ |
H A D | dfx_log_dump.h | 28 void SaveLog(const char *level, const OHOS::HiviewDFX::HiLogLabel &label, const char *fmt, ...);
|
H A D | dfx_log_dump.cpp | 80 void DfxLogDump::SaveLog(const char *level, const OHOS::HiviewDFX::HiLogLabel &label, const char *fmt, ...) in SaveLog() function in OHOS::Media::DfxLogDump
|
/foundation/arkui/ui_lite/test/autotest/include/ |
H A D | compare_tools.h | 69 static bool SaveLog(const char* buff, size_t bufSize, const char* filePath = nullptr);
|
/foundation/multimedia/player_framework/services/utils/include/ |
H A D | media_log.h | 62 (void)OHOS::Media::DfxLogDump::GetInstance().SaveLog(level, LABEL, "{%s():%d} " fmt, __FUNCTION__, __LINE__, \
|
Completed in 2 milliseconds