Home
last modified time | relevance | path

Searched defs:logMessage (Results 1 – 6 of 6) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Doption_debug_test.cpp72 const std::string logMessage = in LogLevelTest() local
183 const std::string logMessage = TEST_LOG_MESSAGE + std::to_string(rnd_()); variable
Ddebug_logger_test.cpp63 const std::string logMessage = in LogLevelTest() local
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Ddebug_logger_test.cpp59 const std::string logMessage = in LogLevelTest() local
/developtools/ace_ets2bundle/compiler/src/
Ddo_arkTS_linter.ts111 …const logMessage = `Has ${diagnostics.length} ArkTS Linter Error. You can get the output in ${file… constant
Dets_checker.ts211 …const logMessage: string = 'ArkTS: ArkTSVersion1.0 does not support tsImportSendable in any condit… constant
812 logMessage: string property
854 const msgCollection: MessageCollection = { positionMessage, message, logMessage }; constant
868 const { positionMessage, message, logMessage } = msgCollection; constant
/developtools/profiler/host/smartperf/client/client_command/
Dsp_log.cpp258 static void WriteMessage(const char* logMessage) in WriteMessage()