Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp141 std::vector<uint8_t> realLabel(COMM_LABEL_LENGTH, 0); in AllocCommunicator() local
143 realLabel[i] = eachByte[i]; in AllocCommunicator()
145 return AllocCommunicator(realLabel, outErrorNo); in AllocCommunicator()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_test.cpp527 std::vector<uint8_t> realLabel(COMM_LABEL_LENGTH, 0); in ToLabelType() local
529 realLabel[i] = eachByte[i]; in ToLabelType()
531 return realLabel; in ToLabelType()