Home
last modified time | relevance | path

Searched refs:LOG_INFO (Results 1 – 25 of 39) sorted by relevance

12

/base/security/appverify/interfaces/innerkits/appverify_lite/src/
Dapp_verify.c157 LOG_INFO("sign head: size: %llu, blockNum:0x%x", signHead->size, signHead->blockNum); in GetSignHead()
205 LOG_INFO("type: %u, len: %u, offset: %u signoffset: %d", in GetSignBlockByType()
240 LOG_INFO("buf begin"); in GetSignBlockByType()
246 LOG_INFO("algId: %d", hashAlg); in GetHashUnitLen()
298 LOG_INFO("signer context hash equal with attr hash"); in CalcDigest()
326 LOG_INFO("content: len: %d", (int)inputLen); in VerifyRawHash()
500 LOG_INFO("pkcs7 parse message success"); in VerifyProfileSignGetRaw()
506 LOG_INFO("Verify certs success"); in VerifyProfileSignGetRaw()
518 LOG_INFO("verify profile ok"); in VerifyProfileSignGetRaw()
524 LOG_INFO("get profile sign content ok"); in VerifyProfileSignGetRaw()
[all …]
Dapp_verify_hap.c52 LOG_INFO("alg: %d wholelen: %d", alg, rawBufLen); in ComputeBlockHash()
71 LOG_INFO("content: %d, %d", rawBufLen, pos); in ComputeBlockHash()
107 LOG_INFO("get sum count %d", count); in GetChunkSumCount()
119 LOG_INFO("rootHashLen %d", rootHashLen); in ComputeDigestsWithOptionalBlock()
136 LOG_INFO("readLen %d", readLen); in ComputeDigestsWithOptionalBlock()
143 LOG_INFO("signBuf %0x %d", rawBuf[0], readLen); in ComputeDigestsWithOptionalBlock()
227 LOG_INFO("content: %d, %d", rawBufLen, pos); in ComputerFileHash()
318 LOG_INFO("alg: %d", digestAlgorithm); in VerifyIntegrityChunk()
332 LOG_INFO("finish"); in VerifyIntegrityChunk()
Dmbedtls_pkcs7.c441 LOG_INFO("Parse signed data version success\n"); in ParseSignedDataVersion()
561 LOG_INFO("Parse signed data certs success"); in ParseSignedDataCerts()
572 LOG_INFO("Has no crl in signed data."); in ParseSignedDataCrl()
629 LOG_INFO("ParseSignedData %d", rc); in ParseSignedData()
809 LOG_INFO("To filter one signer's cert"); in ConstructSignerCerts()
813 LOG_INFO("Found signer's low level cert"); in ConstructSignerCerts()
878 LOG_INFO("get signer signature len : %zu", sigLen); in PKCS7_VerifySignerSignature()
908 LOG_INFO("Verify signer signature success\n"); in PKCS7_VerifySignerSignature()
925 LOG_INFO("load root ca success"); in LoadRootCert()
949 LOG_INFO("load debug mode root ca success"); in LoadDebugModeRootCert()
[all …]
Dapp_provision.c196 LOG_INFO("failed to get debug-info"); in GetProfDebugInfo()
201 LOG_INFO("failed to get device-id-type"); in GetProfDebugInfo()
325 LOG_INFO("parse profile json success"); in ParseProfile()
391 LOG_INFO("find right udid"); in VerifyUdid()
406 LOG_INFO("not debug app, return ok"); in VerifyDebugInfo()
Dapp_centraldirectory.c124 LOG_INFO("maxReadLen %d", maxReadLen); in GetEocd()
136 LOG_INFO("comment num %d", maxReadLen - i); in GetEocd()
/base/hiviewdfx/hilog/interfaces/native/kits/include/hilog/
Dlog.h121 LOG_INFO = 4, enumerator
196 #define OH_LOG_INFO(type, ...) ((void)OH_LOG_Print((type), LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS…
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog_base/
Dlog_base.h52 LOG_INFO = 4, enumerator
64 #define HILOG_BASE_INFO(type, ...) ((void)HiLogBasePrint((type), LOG_INFO, LOG_DOMAIN, LOG_TAG, __V…
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
Dlog_c.h51 LOG_INFO = 4, enumerator
65 #define HILOG_INFO(type, ...) ((void)HiLogPrint((type), LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog/
Dlog.h158 LOG_INFO = 4, enumerator
236 #define HILOG_INFO(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS_…
/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
Dhiview_log.h158 LOG_INFO = 4, enumerator
251 #define HILOG_INFO(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS_…
/base/hiviewdfx/faultloggerd/common/dfxlog/
Dmusl_log.h38 LOG_INFO = 4, enumerator
84 #define DfxLogInfo(...) DfxLog(LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)
/base/hiviewdfx/hiview/base/
Dhi_logger.cpp28 LOG_INFO,
/base/hiviewdfx/hilog/test/moduletest/common/
Dadapter_test.cpp93 LOG_INFO, LOG_INFO,
/base/security/appverify/interfaces/innerkits/appverify_lite/products/ipcamera/
Dapp_verify_base.h32 #define LOG_INFO(fmt, args...) HILOG_INFO(LOG_DOMAIN, "[%s:%d]: "fmt, __FUNCTION__, __LINE__, ##arg… macro
/base/startup/init/services/log/
Dinit_log.c101 static const LogLevel LOG_LEVEL[] = { LOG_DEBUG, LOG_INFO, LOG_WARN, LOG_ERROR, LOG_FATAL }; in PrintLog()
108 static const LogLevel LOG_LEVEL[] = { LOG_DEBUG, LOG_INFO, LOG_WARN, LOG_ERROR, LOG_FATAL }; in PrintLog()
/base/hiviewdfx/hilog_lite/frameworks/featured/
Dhilog.cpp41 HILOG_VA_ARGS_PRORESS(ret, LOG_INFO); in Info()
/base/hiviewdfx/hilog/frameworks/libhilog/
Dhilog.cpp42 HILOG_VA_ARGS_PROCESS(ret, LOG_INFO); in Info()
/base/hiviewdfx/hilog_lite/command/
Dhilog_command.c122 } else if (cmd == g_logLevelInfo[LOG_INFO]) { in SetOutputLevel()
123 level = LOG_INFO; in SetOutputLevel()
/base/global/resource_management/frameworks/resmgr/include/
Dhilog_wrapper.h62 if (OHOS::Global::Resource::g_logLevel <= LOG_INFO) { \
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dhilog_wrapper.h63 if (OHOS::Global::Resource::g_logLevel <= LOG_INFO) { \
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
Dhc_log.h52 #define DEV_AUTH_LOG_INFO(buf) HiLogPrint(LOG_CORE, LOG_INFO, DEV_AUTH_LOG_DOMAIN, "[DEVAUTH]", "%{…
/base/security/crypto_framework/common/inc/
Dlog.h50 #define HCF_LOG_INFO(buf) HiLogPrint(LOG_CORE, LOG_INFO, CRYPTO_LOG_DOMAIN, "[HCF]", "%{public}s", …
/base/hiviewdfx/hilog/services/hilogd/
Dkmsg_parser.cpp44 #undef LOG_INFO
114 level = LOG_INFO; in KmsgLevelMap()
/base/hiviewdfx/hilog/test/unittest/common/
Dhilog_utils_test.cpp140 {LOG_INFO, "INFO", "I", 1 << LOG_INFO},
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/
Dhilog_napi.cpp51 napi_create_int32(env, LogLevel::LOG_INFO, &INFO); in LogLevelTypeEnumInit()

12