Home
last modified time | relevance | path

Searched refs:PrintLog (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/StageManualTestSuite/entry/src/main/ets/Model/
H A DRemoteDeviceModel.ts22 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 DgetRemoteDeviceModel.ets19 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 Dmmi_log.h39 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 Ddfx_crash_local_handler.cpp63 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 Dupdate_log.cpp61PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.first)); … in PrintLongLog()
62PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(fmtLabel, logContent.args)); … in PrintLongLog()
63PrintLog(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 Dlog_wrapper.h61 …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 Dlog.cpp35 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 Dlog.h39 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 Drd_log_print.cpp23 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 Dinit_log.c103 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 Dmock_log_wrapper.cpp21 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 Dhilog_adapter.h34 static int PrintLog(LogLevelAdapter level, const char* tag, const char* fmt, ...);
/ohos5.0/base/hiviewdfx/hilog/platform/interface/native/
H A Dlog.cpp30 OHOS::Ace::LogWrapper::PrintLog(OHOS::Ace::LogDomain::JS_APP, level, in LogPrint()
/ohos5.0/base/hiviewdfx/hichecker/frameworks/native/
H A Dhichecker.cpp172 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 Dark_hilog_adapter_wrapper.cpp24 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 Dhilog_adapter.cpp56 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 Dhilog_printf.cpp170 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 Dhichecker.h75 static void PrintLog(const CautionDetail& cautionDetail);
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/hiviewdfx_adapter_test/
H A Dhiviewdfx_adapter_test.cpp35 HiLogAdapter::PrintLog(LogLevelAdapter::INFO, "nwebTest", "nweb hilogAdapter PrintLog Test");
/ohos5.0/base/update/updateservice/foundations/ability/log/include/
H A Dupdate_log.h89 static void PrintLog(const uint32_t subModuleTag, const UpdateLogContent &logContent);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.h35 int PrintLog(int id, int level, const char* tag, const char* fmt, const char* message);
H A Djsi_base_utils.cpp802 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 Dmmi_service.h244 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 Dmmi_service.cpp2798 …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 Djsi_pa_engine.cpp294 runtime_->SetLogPrint(PrintLog); in InitJsEnv()

12