/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | communicator.cpp | 50 …LOGI("[Comm][RegConnect] Label=%.3s, online target=%s{private}.", VEC_TO_STR(commLabel_), entry.c_… in RegOnConnectCallback() 122 LOGE("[Comm][Send] Serial fail, label=%.3s, error=%d.", VEC_TO_STR(commLabel_), error); in SendMessage() 127 … LOGE("[Comm][Send] Set header fail, label=%.3s, errCode=%d.", VEC_TO_STR(commLabel_), errCode); in SendMessage() 160 … LOGE("[Comm][Receive] ToMessage fail, label=%.3s, error=%d.", VEC_TO_STR(commLabel_), error); in OnBufferReceive() 168 …LOGI("[Comm][Receive] label=%.3s, srcTarget=%s{private}.", VEC_TO_STR(commLabel_), srcTarget.c_str… in OnBufferReceive() 171 … LOGE("[Comm][Receive] label=%.3s, src.size=%zu or buf or handle invalid.", VEC_TO_STR(commLabel_), in OnBufferReceive() 184 LOGE("[Comm][Connect] Target size zero, label=%.3s.", VEC_TO_STR(commLabel_)); in OnConnectChange() 192 …LOGI("[Comm][Connect] Label=%.3s, target=%s{private}, Online=%d", VEC_TO_STR(commLabel_), target.c… in OnConnectChange()
|
H A D | communicator_aggregator.cpp | 151 LOGI("[CommAggr][Alloc] Label=%.3s.", VEC_TO_STR(commLabel)); in AllocCommunicator() 178 LOGI("[CommAggr][Release] Label=%.3s.", VEC_TO_STR(commLabel)); in ReleaseCommunicator() 249 LOGI("[CommAggr][Activate] Label=%.3s.", VEC_TO_STR(commLabel)); in ActivateCommunicator() 675 …LOGI("[CommAggr][AppReceive] Communicator of %.3s not found or nonactivated.", VEC_TO_STR(toLabel)… in OnAppLayerFrameReceive() 690 …ommAggr][AppReceive] Communicator of %.3s found after try again(rare case).", VEC_TO_STR(toLabel)); in OnAppLayerFrameReceive() 897 … LOGW("[CommAggr] REMEMBER: label=%s, inOnline=%d.", VEC_TO_STR(entry.first), entry.second); in NotifyConnectChange() 907 VEC_TO_STR(entry.first), srcTarget.c_str(), entry.second); in NotifyConnectChange()
|
H A D | frame_retainer.cpp | 32 … ", frameSize=%" PRIu32 ".", logPrefix.c_str(), VEC_TO_STR(label), target.c_str(), ULL(order), in LogRetainInfo()
|
H A D | protocol_proto.cpp | 211 …LOGE("[Proto][BuildFeedback] Set DivergeHeader fail, label=%.3s, errCode=%d.", VEC_TO_STR(inLabel)… in BuildFeedbackMessageFrame() 917 … LOGW("[Proto][ParseLabel] Duplicate Label Detected, commLabel=%.3s.", VEC_TO_STR(commLabel)); in ParseLabelExchange()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_vacuum.cpp | 360 static_cast<uint32_t>(record.type), record.version, VEC_TO_STR(record.hashKey)); in DealWithLeftBranchVacuumNeedRecord() 371 … static_cast<int>(record.type), ULL(record.version), VEC_TO_STR(record.hashKey), errCode); in DealWithLeftBranchVacuumNeedRecord() 394 … static_cast<int>(record.type), ULL(record.version), VEC_TO_STR(record.hashKey), errCode); in DealWithLeftBranchVacuumNeedRecord() 429 VEC_TO_STR(commit.commitId), isLeft); in DoDealCommitOfLeftOrRight() 434 "errCode=%d.", ULL(commit.version), VEC_TO_STR(commit.commitId), isLeft, errCode); in DoDealCommitOfLeftOrRight() 461 ULL(commit.version), VEC_TO_STR(commit.commitId), isLeft, errCode); in DoDealCommitOfLeftOrRight() 481 ULL(record.version), VEC_TO_STR(record.hashKey)); in DoDeleteRecordOfLeftShadowOrRightVacuumNeed() 491 … static_cast<unsigned>(record.type), ULL(record.version), VEC_TO_STR(record.hashKey), errCode); in DoDeleteRecordOfLeftShadowOrRightVacuumNeed()
|
H A D | multi_ver_natural_store.cpp | 505 return VEC_TO_STR(idVect); in GetStringIdentifier() 1167 …LOGD("[MultiVerStore][CheckOverVer] overallVersion=%u, tag=%s.", overallVersion, VEC_TO_STR(branch… in CheckOverallVersionViaVersionFile()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | db_common.h | 162 #define VEC_TO_STR(x) DBCommon::VectorToHexString(x).c_str() macro
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_communicator_aggregator.cpp | 48 LOGI("[VirtualCommunicatorAggregator][Alloc] Label=%.6s.", VEC_TO_STR(commLabel)); in AllocCommunicator()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | sync_engine.cpp | 287 …[SyncEngine] dual tuple mode, original identifier=%.3s, target identifier=%.3s", VEC_TO_STR(label), in InitComunicator() 288 VEC_TO_STR(dualTuplelabel)); in InitComunicator()
|