/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/model/ |
H A D | userIdmModel.ts | 16 import Log from '../utils/log'; 30 Log.info(this.TAG, 'constructor+'); 32 Log.info(this.TAG, 'constructor-'); 36 Log.info(this.TAG, 'destroy+'); 38 Log.info(this.TAG, 'destroy-'); 91 Log.info(this.TAG, 'enrollFace+'); 100 Log.info(this.TAG, 'enrollFace onResult+'); 106 Log.info(this.TAG, 'enrollFace onResult-'); 112 Log.info(this.TAG, 'onAcquireInfo-'); 119 Log.info(this.TAG, 'deleteFace+'); [all …]
|
H A D | faceAuthModel.ts | 16 import Log from '../utils/log'; 24 Log.info(this.TAG, 'constructor +'); 26 Log.info(this.TAG, 'constructor -'); 30 Log.info(this.TAG, 'set surface id ' + surfaceIdString); 33 Log.info(this.TAG, 'setSurfaceId result is success'); 35 Log.info(this.TAG, 'setSurfaceId result is failed'); 40 Log.info(this.TAG, 'clearSurfaceId+'); 42 Log.info(this.TAG, 'clearSurfaceId-');
|
H A D | userAuthModel.ts | 16 import Log from '../utils/log'; 27 Log.info(this.TAG, 'constructor+'); 30 Log.info(this.TAG, 'constructor-'); 34 Log.info(this.TAG, 'auth Pin+'); 37 Log.info(this.TAG, 'FaceEnroll pin.registerInputer start'); 49 Log.info(this.TAG, 'authPin onResult: ' + result); 53 Log.info(this.TAG, 'authPin success'); 61 Log.error(this.TAG, 'authPin fail'); 67 Log.info(this.TAG, 'auth Pin-');
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/controller/ |
H A D | enrollingController.ts | 16 import Log from '../utils/log'; 28 Log.info(this.TAG, 'constructor+'); 29 Log.info(this.TAG, 'constructor-'); 33 Log.info(this.TAG, 'init+'); 49 Log.info(this.TAG, 'init-'); 53 Log.info(this.TAG, 'startEnroll+'); 66 Log.info(this.TAG, 'startEnroll-'); 88 Log.info(this.TAG, 'onAcquire-'); 145 Log.info(this.TAG, 'enrollFail+'); 164 Log.info(this.TAG, 'clear+'); [all …]
|
H A D | entryViewController.ts | 16 import Log from '../utils/log'; 25 Log.info(this.TAG, 'constructor+'); 27 Log.info(this.TAG, 'constructor-'); 32 Log.info(this.TAG, 'doPINAuth+'); 36 Log.error(this.TAG, 'authPin fail '); 40 Log.info(this.TAG, 'set token ok'); 42 Log.error(this.TAG, 'exception ' + JSON.stringify(err)); 43 Log.info(this.TAG, 'doPINAuth -'); 47 Log.info(this.TAG, 'route to enrollIntro'); 50 Log.info(this.TAG, 'route to faceConfig'); [all …]
|
H A D | faceConfigController.ts | 16 import Log from '../utils/log'; 24 Log.info(this.TAG, 'constructor+'); 25 Log.info(this.TAG, 'constructor-'); 29 Log.info(this.TAG, 'deleteFace+'); 31 Log.info(this.TAG, 'deleteFace result: ' + result); 33 Log.info(this.TAG, 'deleteFace routeBack+'); 35 Log.info(this.TAG, 'deleteFace routerBack-'); 37 Log.error(this.TAG, 'deleteFace fail'); 40 Log.error(this.TAG, 'deleteFace exception'); 47 Log.info(this.TAG, 'deleteFace-');
|
H A D | commonController.ts | 16 import Log from '../utils/log'; 25 Log.info(this.TAG, 'router getLength: ' + router.getLength()); 27 Log.info(this.TAG, 'router back: back+'); 29 Log.info(this.TAG, 'router back: back-'); 31 Log.info(this.TAG, 'router back: terminate ability+'); 33 Log.info(this.TAG, 'router back: terminate ability-'); 38 Log.info(this.TAG, 'terminate ability+'); 41 .then(data => Log.info(this.TAG, 'terminateSelf promise then ' + data)) 43 Log.info(this.TAG, 'terminate ability-'); 106 Log.info(this.TAG, 'update displayHeight to ' + displayHeight); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/ |
H A D | drawing_demo.cpp | 107 TestCommon::Log("create window start"); in CreateWindow() 117 TestCommon::Log(stream.str()); in CreateWindow() 155 TestCommon::Log(stream.str()); in CreateWindow() 171 TestCommon::Log(iter.first); in GetFunctionalParam() 191 TestCommon::Log("TestFunction start!"); in TestFunction() 206 TestCommon::Log(stream.str()); in TestFunction() 228 TestCommon::Log(stream.str()); in TestFunction() 230 TestCommon::Log("TestFunction end!"); in TestFunction() 247 TestCommon::Log(iter.first); in GetPerformanceParam() 306 TestCommon::Log(stream.str()); in TestPerformance() [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/ |
H A D | js-apis-faultLogger.md | 82 console.info("Log pid: " + value[i].pid); 83 console.info("Log uid: " + value[i].uid); 144 console.info("Log pid: " + value[i].pid); 145 console.info("Log uid: " + value[i].uid); 146 console.info("Log type: " + value[i].type); 193 console.info("Log pid: " + value[i].pid); 194 console.info("Log uid: " + value[i].uid); 195 console.info("Log type: " + value[i].type); 243 console.info("Log pid: " + value[i].pid); 244 console.info("Log uid: " + value[i].uid); [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/ |
H A D | log_print.h | 39 …static void Log(Level level, const std::string &tag, const char *func, int line, const char *forma… 50 #define LOGD(...) Logger::Log(Logger::Level::LEVEL_DEBUG, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA… 51 #define LOGI(...) Logger::Log(Logger::Level::LEVEL_INFO, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA_… 52 #define LOGW(...) Logger::Log(Logger::Level::LEVEL_WARN, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA_… 53 #define LOGE(...) Logger::Log(Logger::Level::LEVEL_ERROR, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA… 54 #define LOGF(...) Logger::Log(Logger::Level::LEVEL_FATAL, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA… 55 #define ZLOGD(...) Logger::Log(Logger::Level::LEVEL_DEBUG, LOG_TAG_KV, __FILE_NAME__, __LINE__, __V… 56 #define ZLOGI(...) Logger::Log(Logger::Level::LEVEL_INFO, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA… 57 #define ZLOGW(...) Logger::Log(Logger::Level::LEVEL_WARN, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA… 58 #define ZLOGE(...) Logger::Log(Logger::Level::LEVEL_ERROR, LOG_TAG_KV, __FILE_NAME__, __LINE__, __V… [all …]
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/MainAbility/ |
H A D | MainAbility.ts | 17 import Log from '../utils/log'; 25 Log.info(this.TAG, 'Application onCreate'); 31 Log.info(this.TAG, 'Application onDestroy+'); 34 Log.info(this.TAG, 'Application onDestroy-'); 38 Log.info(this.TAG, 'onWindowStageCreate'); 43 Log.info(this.TAG, 'onWindowStageDestroy'); 47 Log.info(this.TAG, 'Application onBackground+, terminate ability'); 49 Log.info(this.TAG, 'Application onBackground-');
|
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/ |
H A D | js-apis-faultLogger.md | 82 console.info("Log pid: " + value[i].pid); 83 console.info("Log uid: " + value[i].uid); 144 console.info("Log pid: " + value[i].pid); 145 console.info("Log uid: " + value[i].uid); 146 console.info("Log type: " + value[i].type); 193 console.info("Log pid: " + value[i].pid); 194 console.info("Log uid: " + value[i].uid); 195 console.info("Log type: " + value[i].type); 243 console.info("Log pid: " + value[i].pid); 244 console.info("Log uid: " + value[i].uid); [all …]
|
H A D | js-apis-loglibrary-sys.md | 1 # @ohos.logLibrary (Log Library) (System API) 24 | name | string | Yes| No| Log file name. | 52 For details about the error codes, see [Log Library Error Codes](errorcode-loglibrary-sys.md). 88 | logName | string | Yes | Log file name.| 99 For details about the error codes, see [Log Library Error Codes](errorcode-loglibrary-sys.md). 145 | logName | string | Yes | Log file name.| 151 For details about the error codes, see [Log Library Error Codes](errorcode-loglibrary-sys.md). 193 | logName | string | Yes | Log file name.| 204 For details about the error codes, see [Log Library Error Codes](errorcode-loglibrary-sys.md). 250 | logName | string | Yes | Log file name.| [all …]
|
/ohos5.0/base/notification/eventhandler/test/systemtest/ems_logger_system_test/ |
H A D | ems_logger_system_test.cpp | 62 void Log(const std::string &line) in Log() function in LogTest1 75 void Log(const std::string &line) in Log() function in LogTest2 88 void Log(const std::string &line) in Log() function in LogTest3 101 void Log(const std::string &line) in Log() function in LogTest4 114 void Log(const std::string &line) in Log() function in LogTest5 130 logTest.Log(LOG_TEST1); 143 logTest.Log(LOG_TEST2); 156 logTest.Log(LOG_TEST3); 169 logTest.Log(LOG_TEST4); 182 logTest.Log(LOG_TEST5);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/ |
H A D | rd_log_print.h | 34 static void Log(Level level, const char *tag, const char *format, ...); 39 #define GLOGD(...) LogPrint::Log(LogPrint::Level::LEVEL_DEBUG, LOG_TAG_DOC, __VA_ARGS__) 40 #define GLOGI(...) LogPrint::Log(LogPrint::Level::LEVEL_INFO, LOG_TAG_DOC, __VA_ARGS__) 41 #define GLOGW(...) LogPrint::Log(LogPrint::Level::LEVEL_WARN, LOG_TAG_DOC, __VA_ARGS__) 42 #define GLOGE(...) LogPrint::Log(LogPrint::Level::LEVEL_ERROR, LOG_TAG_DOC, __VA_ARGS__) 43 #define GLOGF(...) LogPrint::Log(LogPrint::Level::LEVEL_FATAL, LOG_TAG_DOC, __VA_ARGS__)
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/config/ |
H A D | config.ts | 16 import Log from '../utils/log'; 26 Log.info(this.TAG, 'constructor+'); 29 Log.info(this.TAG, 'mock mode '); 33 Log.info(this.TAG, 'display height: ' + display.height + 41 Log.info(this.TAG, 'constructor-');
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | log_print.h | 40 …static void Log(Level level, const std::string &tag, const char *func, int line, const char *forma… 50 #define LOGD(...) Logger::Log(Logger::Level::LEVEL_DEBUG, LOG_TAG_KV, __FUNCTION__, __LINE__, __VA_… 51 #define LOGI(...) Logger::Log(Logger::Level::LEVEL_INFO, LOG_TAG_KV, __FUNCTION__, __LINE__, __VA_A… 52 #define LOGW(...) Logger::Log(Logger::Level::LEVEL_WARN, LOG_TAG_KV, __FUNCTION__, __LINE__, __VA_A… 53 #define LOGE(...) Logger::Log(Logger::Level::LEVEL_ERROR, LOG_TAG_KV, __FUNCTION__, __LINE__, __VA_… 54 #define LOGF(...) Logger::Log(Logger::Level::LEVEL_FATAL, LOG_TAG_KV, __FUNCTION__, __LINE__, __VA_…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ |
H A D | log.h | 66 …CHECK_FORMAT_STRING(__VA_ARGS__), CORE_NS::Log(CORE_NS::ILogger::LogLevel::LOG_INFO, "", 0, __VA_A… 69 …CHECK_FORMAT_STRING(__VA_ARGS__), CORE_NS::Log(CORE_NS::ILogger::LogLevel::LOG_WARNING, "", 0, __V… 72 …CHECK_FORMAT_STRING(__VA_ARGS__), CORE_NS::Log(CORE_NS::ILogger::LogLevel::LOG_ERROR, "", 0, __VA_… 75 …CHECK_FORMAT_STRING(__VA_ARGS__), CORE_NS::Log(CORE_NS::ILogger::LogLevel::LOG_FATAL, "", 0, __VA_… 103 CORE_NS::Log(CORE_NS::ILogger::LogLevel::LOG_VERBOSE, __FILE__, __LINE__, __VA_ARGS__) 108 CORE_NS::Log(CORE_NS::ILogger::LogLevel::LOG_DEBUG, __FILE__, __LINE__, __VA_ARGS__) 113 CORE_NS::Log(CORE_NS::ILogger::LogLevel::LOG_INFO, __FILE__, __LINE__, __VA_ARGS__) 118 CORE_NS::Log(CORE_NS::ILogger::LogLevel::LOG_WARNING, __FILE__, __LINE__, __VA_ARGS__) 123 CORE_NS::Log(CORE_NS::ILogger::LogLevel::LOG_ERROR, __FILE__, __LINE__, __VA_ARGS__) 128 CORE_NS::Log(CORE_NS::ILogger::LogLevel::LOG_FATAL, __FILE__, __LINE__, __VA_ARGS__) [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/ |
H A D | test_base.cpp | 40 TestCommon::Log("failed to create pixelmap"); in CreateBitmapCanvas() 54 TestCommon::Log("failed to GetPixels"); in CreateBitmapCanvas() 60 TestCommon::Log("failed to create bitmapCanvas"); in CreateBitmapCanvas() 70 TestCommon::Log("playbackCanvas_ is null "); in DiasplayToScreen() 107 TestCommon::Log("playbackCanvas_ is null "); in TestFunctionGpuUpScreen() 115 TestCommon::Log("playbackCanvas_ is null "); in TestPerformanceGpuUpScreen() 133 TestCommon::Log(stream.str()); in LogEnd()
|
H A D | test_common.cpp | 25 void TestCommon::Log(std::string info) in Log() function in OHOS::Rosen::TestCommon 34 Log("invalied param"); in PackingPixmap() 41 Log("failed to GetSupportedFormats"); in PackingPixmap() 48 Log("failed to open"); in PackingPixmap() 56 Log("failed to StartPacking"); in PackingPixmap() 62 Log("failed to AddImage"); in PackingPixmap() 69 Log("failed to FinalizePacking"); in PackingPixmap()
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/pages/ |
H A D | entryView.ets | 19 import Log from '../utils/log'; 71 Log.info(this.TAG, 'receive system bar tint change: ' + JSON.stringify(data)); 77 Log.info(this.TAG, 'set status bar height ' + regionData.region.height) 82 … Log.info(this.TAG, 'set navigation ba r height ' + this.SYSTEM_NAVIGATION_BAR_HEIGHT) 90 Log.error(this.TAG, 'Failed to register systemBarTintChange' + JSON.stringify(exception)) 92 Log.info(this.TAG, 'new display area :' + JSON.stringify(newArea)) 94 Log.info(this.TAG, 'total area w: ' + newArea.width + ' h: ' + newArea.height) 99 Log.info(this.TAG, 'onBackPress+'); 101 Log.info(this.TAG, 'onBackPress-');
|
H A D | enrolling.ets | 17 import Log from '../utils/log'; 63 Log.info(this.TAG, 'aboutToAppear+'); 65 Log.info(this.TAG, 'aboutToAppear-'); 69 Log.info(this.TAG, 'onPageHide+'); 71 Log.info(this.TAG, 'onPageHide-'); 99 Log.info(this.TAG, 'onLoad+') 102 Log.info(this.TAG, 'onLoad-') 180 Log.info(this.TAG, 'onBackPress+'); 182 Log.info(this.TAG, 'onBackPress-');
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/ |
H A D | log.h | 24 class Log { 28 explicit Log(const char* severity) in Log() function 36 ~Log() in ~Log() 42 #define LOG(severity) tflite::label_classify::Log(#severity).Stream()
|
/ohos5.0/base/hiviewdfx/hiview/base/running_status_logger/test/unittest/common/ |
H A D | running_status_logger_test.cpp | 117 RunningStatusLogger::GetInstance().Log(singleLine); 145 RunningStatusLogger::GetInstance().Log(singleLine); 149 RunningStatusLogger::GetInstance().Log(singleLine); 178 RunningStatusLogger::GetInstance().Log(singleLine); 182 RunningStatusLogger::GetInstance().Log(singleLine); 211 RunningStatusLogger::GetInstance().Log(singleLine); 257 RunningStatusLogger::GetInstance().Log(singleLine);
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/utils/ |
H A D | CommonUtil.ts | 16 import Log from './log'; 45 … Log.error(TAG, `setColorOpacity failed, error code: ${error.code}, message: ${error.message}.`); 54 Log.info(TAG, `color : ${color}`); 57 Log.error(TAG, `getColor failed, error Code:${error.code}, message: ${error.message}.`);
|