Home
last modified time | relevance | path

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

123

/base/security/code_signature/services/local_code_sign/src/
Dlocal_code_sign_service.cpp47 LOG_INFO(LABEL, "LocalCodeSignService OnStart"); in OnStart()
49 LOG_INFO(LABEL, "LocalCodeSignService has already started."); in OnStart()
94 LOG_INFO(LABEL, "LocalCodeSignService OnStop"); in OnStop()
121 LOG_INFO(LABEL, "Get real path failed, path = %{public}s", filePath.c_str()); in SignLocalCode()
/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()
206 LOG_INFO("type: %u, len: %u, offset: %u signoffset: %d", in GetSignBlockByType()
241 LOG_INFO("buf begin"); in GetSignBlockByType()
247 LOG_INFO("algId: %d", hashAlg); in GetHashUnitLen()
299 LOG_INFO("signer context hash equal with attr hash"); in CalcDigest()
327 LOG_INFO("content: len: %d", (int)inputLen); in VerifyRawHash()
501 LOG_INFO("pkcs7 parse message success"); in VerifyProfileSignGetRaw()
507 LOG_INFO("Verify certs success"); in VerifyProfileSignGetRaw()
519 LOG_INFO("verify profile ok"); in VerifyProfileSignGetRaw()
525 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()
228 LOG_INFO("content: %d, %d", rawBufLen, pos); in ComputerFileHash()
320 LOG_INFO("alg: %d", digestAlgorithm); in VerifyIntegrityChunk()
334 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.c202 LOG_INFO("failed to get debug-info"); in GetProfDebugInfo()
207 LOG_INFO("failed to get device-id-type"); in GetProfDebugInfo()
331 LOG_INFO("parse profile json success"); in ParseProfile()
398 LOG_INFO("find right udid"); in VerifyUdid()
413 LOG_INFO("not debug app, return ok"); in VerifyDebugInfo()
/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/
Dcode_sign_utils.cpp56 LOG_INFO(LABEL, "Start to enforce"); in EnforceCodeSignForApp()
102 LOG_INFO(LABEL, "Enforcing app complete"); in EnforceCodeSignForApp()
117 LOG_INFO(LABEL, "Fs-verity is not supported."); in IsSupportFsVerity()
144 LOG_INFO(LABEL, "Start to enforce"); in EnforceCodeSignForFile()
164 LOG_INFO(LABEL, "Fs-verity has been enabled."); in EnforceCodeSignForFile()
192 LOG_INFO(LABEL, "Enforcing file complete"); in EnforceCodeSignForFile()
/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.h65 LOG_INFO = 4, enumerator
91 #define HILOG_BASE_INFO(type, ...) ((void)HiLogBasePrint((type), LOG_INFO, LOG_DOMAIN, LOG_TAG, __V…
/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/interfaces/native/innerkits/include/hilog/
Dlog_c.h65 LOG_INFO = 4, enumerator
97 #define HILOG_INFO(type, ...) ((void)HILOG_IMPL((type), LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
/base/security/code_signature/interfaces/innerkits/local_code_sign/src/
Dlocal_code_sign_client.cpp42 LOG_INFO(LABEL, "LocalCodeSignSvrRecipient OnRemoteDied."); in OnRemoteDied()
65 LOG_INFO(LABEL, "To load system ability."); in StartSA()
72 LOG_INFO(LABEL, "code sign load SA successfully"); in StartSA()
155 LOG_INFO(LABEL, "SignLocalCode successfully"); in SignLocalCode()
Dlocal_code_sign_load_callback.cpp33LOG_INFO(LABEL, "load local code sign SA success, systemAbilityId:%{public}d, remoteObject result:… in OnLoadSystemAbilitySuccess()
/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 DFXLOG_INFO(...) DfxLog(LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)
/base/security/code_signature/utils/src/
Dfile_helper.cpp32 LOG_INFO(LABEL, "Get real path failed, path = %{public}s", path.c_str()); in CheckFilePathValid()
/base/hiviewdfx/hiview/base/
Dhi_logger.cpp28 LOG_INFO,
/base/hiviewdfx/hilog/test/moduletest/common/
Dadapter_test.cpp93 LOG_INFO, LOG_INFO,
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
Dhilog_adapter.cpp25 LOG_INFO,
/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/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/hiviewdfx/hilog/services/hilogd/
Dkmsg_parser.cpp45 #undef LOG_INFO
76 level = LOG_INFO; in KmsgLevelMap()
/base/security/code_signature/utils/include/
Dlog.h33 #define LOG_INFO(label, fmt, ...) \ macro
/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/test/fuzztest/hilogclient_fuzzer/
Dhilogclient_fuzzer.cpp42 header.level = LOG_INFO; in DoSomethingInterestingWithMyAPI()

123