Home
last modified time | relevance | path

Searched refs:ID_LEN (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/common/
H A Dudmf_utils.cpp24 static constexpr int ID_LEN = 32; member
56 std::vector<uint8_t> randomDevices = Random(ID_LEN, MINIMUM, MAXIMUM); in GenerateId()
/foundation/distributeddatamgr/udmf/adapter/framework/common/
H A Dudmf_utils.cpp22 static constexpr int ID_LEN = 32; member
54 std::vector<uint8_t> randomDevices = Random(ID_LEN, MINIMUM, MAXIMUM); in GenerateId()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_utils.c27 #define ID_LEN 2 macro
496 data->payloadLen = len - ID_LEN - 1; in ParseScanResult()
497 if (data->payloadLen < 0 || index + ID_LEN >= advLen) { in ParseScanResult()
503 data->id = ((uint16_t)advData[index + ID_LEN] << BC_SHIFT_BIT) | (uint16_t)advData[index + ID_LEN - 1]; in ParseScanResult()
512 (void)memcpy_s(data->payload, data->payloadLen, &advData[index + ID_LEN + 1], data->payloadLen); in ParseScanResult()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/preprocess/
H A Dpreprocess_utils.cpp37 static constexpr int ID_LEN = 32; member
74 std::vector<uint8_t> randomDevices = DistributedData::Crypto::Random(ID_LEN, MINIMUM, MAXIMUM); in GenerateId()

Completed in 3 milliseconds