| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | logger.h | 105 Message(Level level, Component component, bool print_system_error) in Message() 148 void WriteMobileLog(Level level, const char *component, const char *message) in WriteMobileLog() 177 static bool IsLoggingOn(Level level, Component component) in IsLoggingOn() 183 static bool IsLoggingOnOrAbort(Level level, Component component) in IsLoggingOnOrAbort() 229 static void EnableComponent(Component component) in EnableComponent() 235 static void EnableComponent(ComponentMask component) in EnableComponent() 241 static void DisableComponent(Component component) in DisableComponent() 391 void LogLineInternal([[maybe_unused]] Level level, [[maybe_unused]] Component component, in LogLineInternal() 436 #define LOG_ONCE(level, component) \ argument 442 #define _LOG_SUPPRESSION_CHECK(level, component) \ argument [all …]
|
| D | logger.cpp | 89 bool Logger::IsMessageSuppressed([[maybe_unused]] Level level, [[maybe_unused]] Component component) in IsMessageSuppressed() 149 void Logger::Log(Level level, Component component, const std::string &str) in Log() 180 std::string GetPrefix(Logger::Level level, Logger::Component component) in GetPrefix() 304 void FileLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal() 310 void FastFileLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal() 316 void StderrLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | log.h | 75 static inline bool LogIsLoggable(Level level, Component component) in LogIsLoggable() 79 static inline std::string GetComponentStr(Component component) in GetComponentStr() 205 #define ARK_LOG(level, component) panda::ecmascript::LOGGABLE_##level && \ argument 208 #define ARK_LOG(level, component) panda::ecmascript::AndroidLog<(level)>() argument 210 #define ARK_LOG(level, component) panda::ecmascript::Log::LogIsLoggable(level, component) && \ argument
|
| D | log.cpp | 52 for (const auto &component : components) { in SetLogComponentFromString() local
|
| /arkcompiler/toolchain/inspector/ |
| D | ws_server.h | 27 …WsServer(const std::string& component, const std::function<void(std::string&&)>& onMessage, int32_… in WsServer()
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | ws_logger.cpp | 40 auto component = Logger::Component::DEBUGGER; in write() local
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/tests/ |
| D | test_logger.cpp | 43 … ON_CALL(*this, LogLineInternal).WillByDefault([this](auto level, auto component, auto &message) { in TestLogger()
|
| /arkcompiler/ets_frontend/ |
| D | bundle.json | 9 "component": { object
|
| /arkcompiler/toolchain/ |
| D | bundle.json | 13 "component": { object
|
| /arkcompiler/ets_runtime/ |
| D | bundle.json | 13 "component": { object
|
| /arkcompiler/runtime_core/ |
| D | bundle.json | 13 "component": { object
|
| /arkcompiler/runtime_core/verification/absint/ |
| D | panda_types.cpp | 224 auto component = klass.GetArrayComponent(); in TypeOfArray() local
|
| /arkcompiler/runtime_core/runtime/include/coretypes/ |
| D | array-inl.h | 243 auto *component = klass->GetComponentType(); in CreateMultiDimensionalArray() local
|
| /arkcompiler/runtime_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 212 auto *component = klass->GetComponentType(); in CreateMultiArrayRecEntrypoint() local
|