Home
last modified time | relevance | path

Searched refs:LOGD (Results 1 – 25 of 46) sorted by relevance

12

/base/security/device_auth/services/group_manager/src/channel_manager/soft_bus_channel/
Dsoft_bus_channel.c158 LOGD("Peer device open channel!"); in OnChannelOpenedCb()
171 LOGD("[Start]: OnChannelOpened! [ReqId]: %" PRId64 ", [ChannelId]: %d", requestId, sessionId); in OnChannelOpenedCb()
184 LOGD("[End]: OnChannelOpened!"); in OnChannelOpenedCb()
203 LOGD("[Start]: OnMsgReceived! [ChannelId]: %d", sessionId); in OnBytesReceivedCb()
219 LOGD("[SoftBus][In]: OpenChannel!"); in OpenSoftBusChannel()
221 LOGD("[SoftBus][Out]: OpenChannel! channelId: %" PRId64, channelId); in OpenSoftBusChannel()
241 LOGD("[SoftBus][In]: CloseSession!"); in CloseSoftBusChannel()
243 LOGD("[SoftBus][Out]: CloseSession!"); in CloseSoftBusChannel()
248 LOGD("[SoftBus][In]: SendMsg!"); in SendSoftBusMsg()
250 LOGD("[SoftBus][Out]: SendMsg! res: %d", res); in SendSoftBusMsg()
[all …]
/base/security/crypto_framework/common/src/
Dblob.c35 LOGD("The input blob is null, no need to free."); in HcfBlobDataClearAndFree()
47 LOGD("The input encodingBlob is null, no need to free."); in HcfEncodingBlobDataFree()
58 LOGD("The input array is null, no need to free."); in HcfArrayDataClearAndFree()
/base/security/device_auth/services/authenticators/src/account_related/
Daccount_multi_task_manager.c28 LOGD("Task already exists, taskId: %d.", taskId); in IsManagerHasTaskId()
32 LOGD("Multi auth manager do not has task id(%d).", taskId); in IsManagerHasTaskId()
39 LOGD("The number of tasks reaches maximun."); in IsTaskNumUpToMax()
Daccount_module.c59 LOGD("There is no message code."); // The first message of the client has no message code in CheckAccountMsgRepeatability()
115 LOGD("Begin process account related task, taskId: %d.", taskId); in ProcessAccountTask()
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
Dhc_log.h46 #define LOGD(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_DEBUG, __FUNCTION__, fmt, ##__VA_ARGS__)) macro
61 #define LOGD(fmt, ...) printf("[D][DEVAUTH]%s: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
/base/security/crypto_framework/common/inc/
Dlog.h44 #define LOGD(fmt, ...) (HcfLogPrint(HCF_LOG_LEVEL_DEBUG, __FUNCTION__, fmt, ##__VA_ARGS__)) macro
58 #define LOGD(fmt, ...) printf("[HCF][D][%s]: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_unrelated_group_auth_mock/
Daccount_unrelated_group_auth_mock.c21 LOGD("Device auth do not support account unrelated auth!"); in GetAccountUnrelatedGroupAuth()
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_related_group_auth_mock/
Daccount_related_group_auth_mock.c21 LOGD("Device auth do not support account related auth!"); in GetAccountRelatedGroupAuth()
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_related_group_auth/
Daccount_related_group_auth.c97 LOGD("Failed to get peer userId from db!"); in IsPeerInAccountRelatedGroup()
115 LOGD("No identical-account group in db, no identical-account auth!"); in IsPeerInIdenticalGroup()
143 LOGD("Database don't have local device's across-account group info!"); in GaGetAccountGroup()
177 LOGD("userId is null in authParam."); in GetAccountCandidateGroup()
285LOGD("Peer trusted device is imported by cloud, we don't delete peer device's trusted relationship… in DeleteExistedDeviceInfoInDb()
298 LOGD("Success to delete peer account-related device in database."); in DeleteExistedDeviceInfoInDb()
564 LOGD("Begin to transmit data to peer for auth in AccountOnFinishToPeer."); in AccountOnFinishToPeer()
569 LOGD("End to transmit data to peer for auth in AccountOnFinishToPeer."); in AccountOnFinishToPeer()
629LOGD("Peer trusted device is imported by cloud, we don't update peer device's trusted relationship… in AddTrustedDeviceForAccount()
705 LOGD("Group auth call onFinish for account related auth."); in AccountOnFinishToSelf()
[all …]
/base/hiviewdfx/faultloggerd/common/dfxlog/
Ddfx_log.h38 #define LOGD(fmt, ...) macro
76 #define LOGD(fmt, ...) DfxLog(DEBUG, LOG_DOMAIN, LOG_TAG, "[%s:%d]" fmt, (FILE_NAME), (__LINE__), #…
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
Dhc_log.h22 #define LOGD(fmt, ...) HILOG_DEBUG(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__) macro
/base/security/device_auth/services/group_auth/src/session/auth_session/
Dauth_session_client.c80 LOGD("Start process client auth task, res = %d.", res); in StartClientAuthTask()
160 LOGD("End process client authSession."); in ProcessClientAuthSession()
210 LOGD("Begin create client authSession."); in CreateClientAuthSession()
233 LOGD("End create client authSession."); in CreateClientAuthSession()
Dauth_session_common.c38 LOGD("%s don't have enough right in group: %s, os account:%d!", pkgName, groupId, osAccountId); in IsGroupAvailable()
159 LOGD("No peer to peer group in db."); in GetCandidateGroupByOrder()
345 LOGD("Failed to get auth form, user default authForm!"); in ReturnErrorToLocalBySession()
446 LOGD("Begin transmit error msg to peer by session!"); in ReturnErrorToPeerBySession()
452 LOGD("End transmit error msg to peer by session!"); in ReturnErrorToPeerBySession()
479 LOGD("Begin transmit error msg to peer by task!"); in ReturnErrorToPeerByTask()
485 LOGD("End transmit error msg to peer by task!"); in ReturnErrorToPeerByTask()
502 LOGD("There is no alternative auth group."); in ProcessNextGroupIfPossible()
639 LOGD("Ignore this msg."); in ProcessTaskStatusForAuth()
/base/security/device_auth/services/authenticators/src/account_unrelated/
Ddas_task_main.c82 LOGD("Not find payload."); in AddVersionToOut()
143 LOGD("Null ptr in subTask vector."); in ProcessMultiTask()
229 LOGD("There is no message code."); in IsPeerErrMessage()
415 LOGD("Protocol type: %d, unsupported method!", temp->type); in RegisterLocalIdentityInTask()
437 LOGD("Protocol type: %d, unsupported method!", temp->type); in UnregisterLocalIdentityInTask()
459 LOGD("Protocol type: %d, unsupported method!", temp->type); in DeletePeerAuthInfoInTask()
481 LOGD("Protocol type: %d, unsupported method!", temp->type); in GetPublicKeyInTask()
Ddas_module.c57LOGD("There is no message code."); // There is no message code in the client's createTask request … in IsDasMsgNeedIgnore()
/base/security/device_auth/services/frameworks/src/task_manager/
Dtask_manager.c40 LOGD("Task thread is running!"); in InitTaskManager()
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_unrelated_group_auth/
Daccount_unrelated_group_auth.c64 LOGD("The input has no peerUdid in authParam!"); in AddPeerUdidToSelfData()
78 LOGD("No peerAuthId in auth session cached params!"); in AddPeerAuthIdToSelfData()
188 LOGD("Begin to transmit data to peer for auth in DasOnFinishToPeer."); in DasOnFinishToPeer()
193 LOGD("End to transmit data to peer for auth in DasOnFinishToPeer."); in DasOnFinishToPeer()
227 LOGD("Group auth call onFinish for account unrelated auth."); in DasOnFinishToSelf()
/base/security/device_auth/services/group_auth/src/session/
Dauth_session_common_util.c91 LOGD("Begin to invoke onRequest for auth!"); in GetServerConfirmation()
93 LOGD("End to invoke onRequest for auth!"); in GetServerConfirmation()
/base/security/crypto_framework/frameworks/key/
Dasy_key_generator.c82 LOGD("user default primes 2"); in SetPrimes()
85 LOGD("Set primes:%d\n", params->primes); in SetPrimes()
Dsym_key_generator.c101 LOGD("Set Parameter:%s\n", config->tag); in OnSetSymKeyParameter()
/base/security/device_auth/services/group_auth/src/group_auth_manager/
Dgroup_auth_manager.c117 LOGD("Caller inputs repeated payload, so we will ignore it."); in DoProcessAuthData()
/base/security/device_auth/services/authenticators/src/account_unrelated/iso_task/
Diso_server_task.c89 LOGD("Authenticate task end."); in CreateNextTask()
/base/security/device_auth/services/frameworks/src/module/
Dversion_util.c119 LOGD("There is not sendToPeer in json."); in AddSingleVersionToJson()
/base/security/device_auth/services/authenticators/src/account_unrelated/pake_task/
Dpake_task_common.c192 LOGD("Get peer userType failed, use default."); in FillUserType()
252 LOGD("Get opCode failed, use default."); in FillDasPakeParams()
/base/security/device_auth/services/group_manager/src/group_operation/peer_to_peer_group/
Dpeer_to_peer_group.c230 LOGD("delete peer key fail! res: %d", result); in DelPeerDevAndKeyInfo()
232 LOGD("delete peer key success!"); in DelPeerDevAndKeyInfo()
319 LOGD("delete self key fail! res: %d", result); in DelGroupAndSelfKeyInfo()
321 LOGD("delete self key success!"); in DelGroupAndSelfKeyInfo()

12