Searched refs:LogType (Results 1 – 6 of 6) sorted by relevance
/test/testfwk/xdevice/src/xdevice/ |
D | variables.py | 110 from _core.constants import LogType 115 tool_logger_plugin = get_plugin(Plugin.LOG, LogType.tool) 119 @Plugin(type=Plugin.LOG, id=LogType.tool, enabled=True) 127 return LogType.tool 140 tool_logger_plugin = get_plugin(Plugin.LOG, LogType.tool)[0] or ToolLog()
|
/test/testfwk/xdevice/src/xdevice/_core/ |
D | logger.py | 26 from _core.constants import LogType 271 plugins = get_plugin(Plugin.LOG, LogType.tool) 279 plugins = get_plugin(Plugin.LOG, LogType.device) 301 plugins = get_plugin(Plugin.LOG, LogType.tool) 308 plugins = get_plugin(Plugin.LOG, LogType.tool) 317 plugins = get_plugin(Plugin.LOG, LogType.tool) 324 plugins = get_plugin(Plugin.LOG, LogType.tool) 353 plugins = get_plugin(Plugin.LOG, LogType.tool)
|
D | constants.py | 179 class LogType: class
|
/test/xts/acts/hiviewdfx/hilogtest/hilogjstest/src/main/cpp/ |
D | hilogndk.cpp | 36 void callback(const LogType type, const LogLevel level, const unsigned int domain, const char *tag,… in callback() 90 LogType type = LOG_APP; in OhPrintTest()
|
/test/testfwk/arkxtest/uitest/core/ |
D | common_utilities_hpp.h | 126 static constexpr LogType type = LogType::LOG_CORE; \
|
/test/testfwk/arkxtest/uitest/addon/ |
D | extension_executor.cpp | 82 static constexpr LogType type = LogType::LOG_APP;
|