Home
last modified time | relevance | path

Searched refs:VEC_TO_STR (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator.cpp50 …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 Dcommunicator_aggregator.cpp151 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 Dframe_retainer.cpp32 … ", frameSize=%" PRIu32 ".", logPrefix.c_str(), VEC_TO_STR(label), target.c_str(), ULL(order), in LogRetainInfo()
H A Dprotocol_proto.cpp211 …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 Dmulti_ver_vacuum.cpp360 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 Dmulti_ver_natural_store.cpp505 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 Ddb_common.h162 #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 Dvirtual_communicator_aggregator.cpp48 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 Dsync_engine.cpp287 …[SyncEngine] dual tuple mode, original identifier=%.3s, target identifier=%.3s", VEC_TO_STR(label), in InitComunicator()
288 VEC_TO_STR(dualTuplelabel)); in InitComunicator()