Home
last modified time | relevance | path

Searched refs:randomDevices (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/common/
H A Dudmf_utils.cpp56 std::vector<uint8_t> randomDevices = Random(ID_LEN, MINIMUM, MAXIMUM); in GenerateId() local
58 for (auto &randomDevice : randomDevices) { in GenerateId()
/foundation/distributeddatamgr/udmf/adapter/framework/common/
H A Dudmf_utils.cpp54 std::vector<uint8_t> randomDevices = Random(ID_LEN, MINIMUM, MAXIMUM); in GenerateId() local
56 for (auto &randomDevice : randomDevices) { in GenerateId()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/preprocess/
H A Dpreprocess_utils.cpp74 std::vector<uint8_t> randomDevices = DistributedData::Crypto::Random(ID_LEN, MINIMUM, MAXIMUM); in GenerateId() local
76 for (auto &randomDevice : randomDevices) { in GenerateId()

Completed in 2 milliseconds