Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp139 uint64_t netOrderLabel = HostToNet(commLabel); in AllocCommunicator() local
140 uint8_t *eachByte = reinterpret_cast<uint8_t *>(&netOrderLabel); in AllocCommunicator()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_test.cpp525 uint64_t netOrderLabel = HostToNet(commLabel); in ToLabelType() local
526 uint8_t *eachByte = reinterpret_cast<uint8_t *>(&netOrderLabel); in ToLabelType()