Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.cpp898 uint64_t commLabelCount = NetToHost(*fieldPtr++); in ParseLabelExchange() local
899 if (length < commLabelCount || (UINT32_MAX / COMM_LABEL_LENGTH) < commLabelCount) { in ParseLabelExchange()
900 LOGE("[Proto][ParseLabel] commLabelCount=%" PRIu64 " invalid.", ULL(commLabelCount)); in ParseLabelExchange()
905 commLabelCount * COMM_LABEL_LENGTH) { in ParseLabelExchange()
906 … LOGE("[Proto][ParseLabel] Length of Bytes Error, commLabelCount=%" PRIu64, ULL(commLabelCount)); in ParseLabelExchange()
913 for (uint64_t i = 0; i < commLabelCount; i++) { in ParseLabelExchange()