| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | logger.h | 107 PANDA_PUBLIC_API Message(Level level, Component component, bool printSystemError) in Message() 150 void WriteMobileLog(Level level, const char *component, const char *message) in WriteMobileLog() 179 static bool IsLoggingOn(Level level, Component component) in IsLoggingOn() 185 PANDA_PUBLIC_API static bool IsLoggingOnOrAbort(Level level, Component component) in IsLoggingOnOrAbort() 240 static void EnableComponent(Component component) in EnableComponent() 246 static void EnableComponent(ComponentMask component) in EnableComponent() 252 static void DisableComponent(Component component) in DisableComponent() 404 void LogLineInternal([[maybe_unused]] Level level, [[maybe_unused]] Component component, 449 #define LOG_ONCE(level, component) \ argument 455 #define LOG_SUPPRESSION_CHECK(level, component) \ argument [all …]
|
| D | logger.cpp | 87 bool Logger::IsMessageSuppressed([[maybe_unused]] Level level, [[maybe_unused]] Component component) in IsMessageSuppressed() 143 void Logger::Log(Level level, Component component, const std::string &str) in Log() 174 std::string GetPrefix(Logger::Level level, Logger::Component component) in GetPrefix() 308 void FileLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal() 314 void FastFileLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal() 320 void StderrLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | logger.h | 121 Message(Level level, Component component, bool print_system_error) in Message() 167 void WriteMobileLog(Level level, const char *component, const char *message) in WriteMobileLog() 196 static bool IsLoggingOn(Level level, Component component) in IsLoggingOn() 202 static bool IsLoggingOnOrAbort(Level level, Component component) in IsLoggingOnOrAbort() 248 static void EnableComponent(Component component) in EnableComponent() 254 static void EnableComponent(const ComponentMask &component) in EnableComponent() 260 static void DisableComponent(Component component) in DisableComponent() 430 void LogLineInternal([[maybe_unused]] Level level, [[maybe_unused]] Component component, in LogLineInternal() 475 #define LOG_ONCE(level, component) \ argument 481 #define _LOG_SUPPRESSION_CHECK(level, component) \ argument [all …]
|
| D | logger.cpp | 86 bool Logger::IsMessageSuppressed([[maybe_unused]] Level level, [[maybe_unused]] Component component) in IsMessageSuppressed() 146 void Logger::Log(Level level, Component component, const std::string &str) in Log() 177 std::string GetPrefix(Logger::Level level, Logger::Component component) in GetPrefix() 329 void FileLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal() 335 void FastFileLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal() 342 void HiLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal() 368 void StderrLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | log.h | 83 static inline bool LogIsLoggable(Level level, Component component) in LogIsLoggable() 93 static inline std::string GetComponentStr(Component component) in GetComponentStr() 231 #define ARK_LOG(level, component) panda::ecmascript::Log::LogIsLoggable(level, component) && \ argument 234 #define ARK_LOG(level, component) panda::ecmascript::AndroidLog<(level)>() argument 237 #define ARK_LOG(level, component) ((level >= INFO) || panda::ecmascript::Log::LogIsLoggable(level, … argument 240 #define ARK_LOG(level, component) panda::ecmascript::Log::LogIsLoggable(level, component) && \ argument
|
| D | log.cpp | 149 for (const auto &component : components) { in SetLogComponentFromString() local
|
| /arkcompiler/toolchain/build/third_party_gn/cJSON/ |
| D | dummy_bundle.json | 2 "component": { object
|
| /arkcompiler/runtime_core/panda_guard/obfuscate/ |
| D | class.h | 93 bool component = false; // is UI component class variable
|
| /arkcompiler/toolchain/build/third_party_gn/libuv/ |
| D | dummy_bundle.json | 2 "component": { object
|
| /arkcompiler/toolchain/build/third_party_gn/json/ |
| D | dummy_bundle.json | 2 "component": { object
|
| /arkcompiler/toolchain/build/third_party_gn/openssl/ |
| D | dummy_bundle.json | 2 "component": { object
|
| /arkcompiler/toolchain/build/third_party_gn/zlib/ |
| D | dummy_bundle.json | 2 "component": { object
|
| /arkcompiler/toolchain/build/third_party_gn/protobuf/ |
| D | dummy_bundle.json | 2 "component": { object
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/ |
| D | ws_logger.cpp | 40 auto component = Logger::Component::DEBUGGER; in write() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_vm_api.cpp | 24 static void LogPrint([[maybe_unused]] int id, int level, const char *component, [[maybe_unused]] co… in LogPrint() 73 …gPrint([[maybe_unused]] int id, [[maybe_unused]] int level, [[maybe_unused]] const char *component, in LogPrint()
|
| /arkcompiler/toolchain/build/third_party_gn/bounds_checking_function/ |
| D | dummy_bundle.json | 2 "component": { object
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | ark_inlining.cpp | 99 llvm::PreservedAnalyses IrtocInlineChecker::run(llvm::LazyCallGraph::SCC &component, in run()
|
| /arkcompiler/ets_frontend/ |
| D | bundle.json | 9 "component": { object
|
| /arkcompiler/jsvm/ |
| D | bundle.json | 12 "component": { object
|
| /arkcompiler/toolchain/ |
| D | bundle.json | 13 "component": { object
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_invoke_interface.cpp | 118 static void EtsMobileLogPrint(int id, int level, const char *component, const char *fmt, const char… in EtsMobileLogPrint()
|
| /arkcompiler/ets_runtime/ |
| D | bundle.json | 13 "component": { object
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | array-inl.h | 267 auto *component = klass->GetComponentType(); in CreateMultiDimensionalArray() local
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | result.py | 191 component: str = 'Doclet' variable in TestResult
|
| /arkcompiler/runtime_core/ |
| D | bundle.json | 13 "component": { object
|