/base/security/device_auth/services/group_manager/src/channel_manager/soft_bus_channel/ |
D | soft_bus_channel.c | 158 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/ |
D | blob.c | 35 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/ |
D | account_multi_task_manager.c | 28 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()
|
D | account_module.c | 59 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/ |
D | hc_log.h | 46 #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/ |
D | log.h | 44 #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/ |
D | account_unrelated_group_auth_mock.c | 21 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/ |
D | account_related_group_auth_mock.c | 21 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/ |
D | account_related_group_auth.c | 97 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() 285 …LOGD("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() 629 …LOGD("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/ |
D | dfx_log.h | 38 #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/ |
D | hc_log.h | 22 #define LOGD(fmt, ...) HILOG_DEBUG(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__) macro
|
/base/security/device_auth/services/group_auth/src/session/auth_session/ |
D | auth_session_client.c | 80 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()
|
D | auth_session_common.c | 38 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/ |
D | das_task_main.c | 82 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()
|
D | das_module.c | 57 …LOGD("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/ |
D | task_manager.c | 40 LOGD("Task thread is running!"); in InitTaskManager()
|
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_unrelated_group_auth/ |
D | account_unrelated_group_auth.c | 64 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/ |
D | auth_session_common_util.c | 91 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/ |
D | asy_key_generator.c | 82 LOGD("user default primes 2"); in SetPrimes() 85 LOGD("Set primes:%d\n", params->primes); in SetPrimes()
|
D | sym_key_generator.c | 101 LOGD("Set Parameter:%s\n", config->tag); in OnSetSymKeyParameter()
|
/base/security/device_auth/services/group_auth/src/group_auth_manager/ |
D | group_auth_manager.c | 117 LOGD("Caller inputs repeated payload, so we will ignore it."); in DoProcessAuthData()
|
/base/security/device_auth/services/authenticators/src/account_unrelated/iso_task/ |
D | iso_server_task.c | 89 LOGD("Authenticate task end."); in CreateNextTask()
|
/base/security/device_auth/services/frameworks/src/module/ |
D | version_util.c | 119 LOGD("There is not sendToPeer in json."); in AddSingleVersionToJson()
|
/base/security/device_auth/services/authenticators/src/account_unrelated/pake_task/ |
D | pake_task_common.c | 192 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/ |
D | peer_to_peer_group.c | 230 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()
|