Home
last modified time | relevance | path

Searched refs:MINIMUM (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/adapter/framework/common/
H A Dudmf_utils.cpp23 static constexpr int MINIMUM = 48; variable
54 std::vector<uint8_t> randomDevices = Random(ID_LEN, MINIMUM, MAXIMUM); in GenerateId()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dudmf_utils.cpp25 static constexpr int MINIMUM = 48; variable
56 std::vector<uint8_t> randomDevices = Random(ID_LEN, MINIMUM, MAXIMUM); in GenerateId()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/preprocess/
H A Dpreprocess_utils.cpp38 static constexpr int MINIMUM = 48; variable
74 std::vector<uint8_t> randomDevices = DistributedData::Crypto::Random(ID_LEN, MINIMUM, MAXIMUM); in GenerateId()