/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/StageManualTestSuite/entry/src/main/ets/Model/ |
H A D | RemoteDeviceModel.ts | 22 const PrintLog = '[ServiceExtensionDemo]: '; 35 console.info(PrintLog + 'registerDeviceListCallback in'); 37 console.log(PrintLog + ' deviceManager.createDeviceManager begin'); 42 console.error(PrintLog + 'createDeviceManager error: ' + JSON.stringify(err)); 44 console.log(PrintLog + ' deviceManager.createDeviceManager end'); 51 console.info(PrintLog + ' registerDeviceListCallback_'); 54 console.error(PrintLog + ' deviceManager has not initialized'); 57 console.info(PrintLog + ' getTrustedDeviceListSync begin'); 65 console.info(PrintLog + ' callback finished'); 69 console.info(PrintLog + ' getTrustDeviceListSync begin'); [all …]
|
H A D | getRemoteDeviceModel.ets | 19 const PrintLog = '[dmsDemo] '; 30 console.info(PrintLog + 'registerDeviceListCallback in'); 32 console.log(PrintLog + ' deviceManager.createDeviceManager begin'); 36 console.error(PrintLog + 'createDeviceManager error: ' + JSON.stringify(err)); 38 console.log(PrintLog + ' deviceManager.createDeviceManager end');
|
/ohos5.0/foundation/multimodalinput/input/test/unittest/standalone/include/ |
H A D | mmi_log.h | 39 inline void PrintLog(const OHOS::HiviewDFX::HiLogLabel& label, const char* type, const char* fmt, .… in PrintLog() function 52 #define MMI_HILOGD(fmt, ...) PrintLog(LABEL, "D", fmt, ##__VA_ARGS__) 53 #define MMI_HILOGI(fmt, ...) PrintLog(LABEL, "I", fmt, ##__VA_ARGS__) 54 #define MMI_HILOGW(fmt, ...) PrintLog(LABEL, "W", fmt, ##__VA_ARGS__) 55 #define MMI_HILOGE(fmt, ...) PrintLog(LABEL, "E", fmt, ##__VA_ARGS__) 56 #define MMI_HILOGF(fmt, ...) PrintLog(LABEL, "F", fmt, ##__VA_ARGS__) 57 #define MMI_HILOGDK(fmt, ...) PrintLog(LABEL, "D", fmt, ##__VA_ARGS__) 58 #define MMI_HILOGIK(fmt, ...) PrintLog(LABEL, "I", fmt, ##__VA_ARGS__) 59 #define MMI_HILOGWK(fmt, ...) PrintLog(LABEL, "W", fmt, ##__VA_ARGS__) 60 #define MMI_HILOGEK(fmt, ...) PrintLog(LABEL, "E", fmt, ##__VA_ARGS__) [all …]
|
/ohos5.0/base/hiviewdfx/faultloggerd/frameworks/localhandler/ |
H A D | dfx_crash_local_handler.cpp | 63 static __attribute__((noinline)) void PrintLog(int fd, const char *format, ...) in PrintLog() function 103 PrintLog(fd, "%s", logContext.substr(i, BUF_SZ_SMALL).c_str()); in CrashLocalUnwind() 134 PrintLog(fd, "Timestamp:%s", printBuf); in PrintTimeStamp() 143 PrintLog(fd, "Pid:%d\n", request->pid); in CrashLocalHandlerFd() 144 PrintLog(fd, "Uid:%d\n", request->uid); in CrashLocalHandlerFd() 145 PrintLog(fd, "Process name:%s\n", request->processName); in CrashLocalHandlerFd() 151 PrintLog(fd, reason.c_str()); in CrashLocalHandlerFd() 152 PrintLog(fd, "Fault thread info:\n"); in CrashLocalHandlerFd()
|
/ohos5.0/base/update/updateservice/foundations/ability/log/src/ |
H A D | update_log.cpp | 61 …PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.first)); … in PrintLongLog() 62 …PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(fmtLabel, logContent.args)); … in PrintLongLog() 63 …PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.second)); … in PrintLongLog() 66 void UpdateLog::PrintLog(const uint32_t subModuleTag, const UpdateLogContent &logContent) in PrintLog() function in OHOS::UpdateEngine::UpdateLog
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | log_wrapper.h | 61 …OHOS::Ace::LogWrapper::PrintLog(OHOS::Ace::LogDomain::FRAMEWORK, OHOS::Ace::LogLevel::level, tag, \ 68 OHOS::Ace::LogWrapper::PrintLog( \ 275 static void PrintLog(LogDomain domain, LogLevel level, AceLogTag tag, const char* fmt, ...) in PrintLog() function 280 PrintLog(domain, level, tag, fmt, args); in PrintLog() 286 …static void PrintLog(LogDomain domain, LogLevel level, AceLogTag tag, const char* fmt, va_list arg…
|
/ohos5.0/foundation/arkui/napi/utils/ |
H A D | log.cpp | 35 NAPI_EXPORT void PrintLog(LogLevel level, const char* fmt, ...) in PrintLog() function 52 NAPI_EXPORT void PrintLog(LogLevel level, const char* fmt, ...) in PrintLog() function
|
H A D | log.h | 39 NAPI_EXPORT void PrintLog(LogLevel level, const char* fmt, ...); 42 PrintLog(LogLevel::Level, "[%-20s(%s)] " fmt, __FILENAME__, __FUNCTION__, ##__VA_ARGS__)
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/ |
H A D | rd_log_print.cpp | 23 void PrintLog(LogPrint::Level level, const char *tag, const std::string &msg) in PrintLog() function 84 PrintLog(level, tag, msg); in Log()
|
/ohos5.0/base/startup/init/services/log/ |
H A D | init_log.c | 103 static void PrintLog(InitLogLevel logLevel, unsigned int domain, const char *tag, const char *logIn… in PrintLog() function 128 PrintLog((InitLogLevel)logLevel, domain, tag, tmpFmt); in PrintLogFmt()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/adapter/ |
H A D | mock_log_wrapper.cpp | 21 void LogWrapper::PrintLog(LogDomain domain, LogLevel level, AceLogTag tag, const char* fmt, va_list… in PrintLog() function in OHOS::Ace::LogWrapper
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | hilog_adapter.h | 34 static int PrintLog(LogLevelAdapter level, const char* tag, const char* fmt, ...);
|
/ohos5.0/base/hiviewdfx/hilog/platform/interface/native/ |
H A D | log.cpp | 30 OHOS::Ace::LogWrapper::PrintLog(OHOS::Ace::LogDomain::JS_APP, level, in LogPrint()
|
/ohos5.0/base/hiviewdfx/hichecker/frameworks/native/ |
H A D | hichecker.cpp | 172 PrintLog(cautionDetail); in OnThreadCautionFound() 184 void HiChecker::PrintLog(const CautionDetail& cautionDetail) in PrintLog() function in OHOS::HiviewDFX::HiChecker
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_hilog_adapter_wrapper.cpp | 24 int HiLogAdapter::PrintLog(LogLevelAdapter level, const char* tag, const char* fmt, ...) in PrintLog() function in OHOS::NWeb::HiLogAdapter
|
/ohos5.0/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/ |
H A D | hilog_adapter.cpp | 56 int HiLogAdapter::PrintLog(LogLevelAdapter level, const char* tag, const char* fmt, ...) in PrintLog() function in OHOS::NWeb::HiLogAdapter
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/ |
H A D | hilog_printf.cpp | 170 static int PrintLog(HilogMsg& header, const char *tag, uint16_t tagLen, const char *fmt, uint16_t f… in PrintLog() function 355 return PrintLog(header, tag, tagLen + 1, buf, logLen + 1); in HiLogPrintArgs()
|
/ohos5.0/base/hiviewdfx/hichecker/interfaces/native/innerkits/include/ |
H A D | hichecker.h | 75 static void PrintLog(const CautionDetail& cautionDetail);
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/hiviewdfx_adapter_test/ |
H A D | hiviewdfx_adapter_test.cpp | 35 HiLogAdapter::PrintLog(LogLevelAdapter::INFO, "nwebTest", "nweb hilogAdapter PrintLog Test");
|
/ohos5.0/base/update/updateservice/foundations/ability/log/include/ |
H A D | update_log.h | 89 static void PrintLog(const uint32_t subModuleTag, const UpdateLogContent &logContent);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_base_utils.h | 35 int PrintLog(int id, int level, const char* tag, const char* fmt, const char* message);
|
H A D | jsi_base_utils.cpp | 802 int PrintLog(int id, int level, const char* tag, const char* fmt, const char* message) in PrintLog() function
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 244 void PrintLog(const std::string &flag, int32_t duration, int32_t pid, int32_t tid);
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 2798 …std::function<void (void *)> printLog = std::bind(&MMIService::PrintLog, this, flag, THREAD_BLOCK_… in CalculateFuntionRunningTime() 2806 void MMIService::PrintLog(const std::string &flag, int32_t duration, int32_t pid, int32_t tid) in PrintLog() function in OHOS::MMI::MMIService
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/ |
H A D | jsi_pa_engine.cpp | 294 runtime_->SetLogPrint(PrintLog); in InitJsEnv()
|