Home
last modified time | relevance | path

Searched refs:ENGINE_LONG_LOGI (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updateservice/foundations/ability/log/src/test/unittest/src/
H A Dupdate_log_test.cpp112 ENGINE_LONG_LOGI("log test %{public}s", longLogBuffer);
114 ENGINE_LONG_LOGI("log test %s", longLogBuffer);
115 ENGINE_LONG_LOGI("log test %{private}s", longLogBuffer);
116 ENGINE_LONG_LOGI("log test %{public}s", longLogBuffer);
/ohos5.0/base/update/updateservice/foundations/ability/log/include/
H A Dupdate_log.h130 #define ENGINE_LONG_LOGI(fmt, args) PRINT_LONG_LOGI(UPDATE_LOG_TAG_ID, UPDATE_LABEL[UPDATE_LOG_TAG_… macro