Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/framework/common/
H A Dudmf_utils.cpp26 static constexpr int MAXIMUM = 121; member
56 std::vector<uint8_t> randomDevices = Random(ID_LEN, MINIMUM, MAXIMUM); in GenerateId()
/foundation/distributeddatamgr/udmf/adapter/framework/common/
H A Dudmf_utils.cpp24 static constexpr int MAXIMUM = 121; member
54 std::vector<uint8_t> randomDevices = Random(ID_LEN, MINIMUM, MAXIMUM); in GenerateId()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/preprocess/
H A Dpreprocess_utils.cpp39 static constexpr int MAXIMUM = 121; member
74 std::vector<uint8_t> randomDevices = DistributedData::Crypto::Random(ID_LEN, MINIMUM, MAXIMUM); in GenerateId()

Completed in 2 milliseconds