Home
last modified time | relevance | path

Searched defs:LOG (Results 1 – 25 of 122) sorted by relevance

12345

/test/testfwk/xdevice/src/xdevice/_core/cluster/controller/
Dmain.py32 LOG = platform_logger("Controller") variable
/test/testfwk/developer_test/src/main/
D__main__.py30 LOG = platform_logger("main") variable
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/
Dimage_source_test.h29 #define LOG(fmt, ...) (void)OH_LOG_Print(LOG_APP, LOG_INFO, IMAGE_LOG_DOMAIN, IMAGE_LOG_TAG, fmt, #… macro
Dimage_source_module_test.h29 #define LOG(fmt, ...) (void)OH_LOG_Print(LOG_APP, LOG_INFO, IMAGE_LOG_DOMAIN, IMAGE_LOG_TAG, fmt, #… macro
/test/testfwk/xdevice/src/xdevice/_core/cluster/worker/
Dapi.py26 LOG = platform_logger("Worker") variable
/test/testfwk/xdevice/src/xdevice/_core/cluster/
D__main__.py36 LOG = platform_logger("Cluster") variable
/test/testfwk/xdevice/src/xdevice/
D__main__.py30 LOG = platform_logger("Main") variable
/test/testfwk/xdevice/src/xdevice/_core/report/
D__main__.py31 LOG = platform_logger("ReportMain") variable
Dencrypt.py32 LOG = platform_logger("Encrypt") variable
/test/testfwk/developer_test/libs/benchmark/report/
Dbenchmark_reporter.py30 LOG = platform_logger("BenchmarkReporter") variable
/test/testfwk/developer_test/src/core/command/
Dparameter.py23 LOG = platform_logger("Console") variable
Dgen.py29 LOG = platform_logger("Gen") variable
Ddistribute_utils.py33 LOG = platform_logger("distribute_utils") variable
/test/xts/dcts/common/
Dshm_utils.h39 #define LOG(format, ...) \ macro
/test/testfwk/xdevice/plugins/ohos/src/ohos/config/
Dconfig_manager.py23 LOG = platform_logger("OHOSConfigManager") variable
/test/testfwk/xdevice/src/xdevice/_core/context/
Doption_util.py27 LOG = platform_logger("OptionUtil") variable
Dtdd.py22 LOG = platform_logger("TDD") variable
Dhandler.py34 LOG = platform_logger("Context") variable
Dcenter.py27 LOG = platform_logger("Center") variable
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Demulator.py24 LOG = platform_logger("Emulator") variable
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
Dlog.h37 #define LOG(format, ...) fprintf(stdout, "[%.06f] " format "\n", GetCurTime(), ##__VA_ARGS__) macro
/test/xts/acts/kernel_lite/utils/
Dlog.h41 #define LOG(format, ...) fprintf(stdout, "[%.06f] " format "\n", GetCurTime(), ##__VA_ARGS__) macro
/test/testfwk/arkxtest/perftest/core/include/
Dcommon_utils.h103 #define LOG(LEVEL, FMT, VARS...) do { \ macro
114 #define LOG(LEVEL, FMT, VARS...) do {}while (0) macro
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
Dopensource_parser_lite.py27 LOG = platform_logger("OpenSourceParser") variable
Dbuild_only_parser_lite.py27 LOG = platform_logger("BuildOnlyParser") variable

12345