Home
last modified time | relevance | path

Searched refs:GenRandLongLong (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/device_manager/utils/include/
H A Ddm_random.h24 int64_t GenRandLongLong(int64_t randMin, int64_t randMax);
/foundation/distributedhardware/device_manager/utils/src/
H A Ddm_random.cpp39 int64_t GenRandLongLong(int64_t randMin, int64_t randMax) in GenRandLongLong() function
/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp187 requestId_ = GenRandLongLong(MIN_REQUEST_ID, MAX_REQUEST_ID); in ImportLocalCredential()
236 requestId_ = GenRandLongLong(MIN_REQUEST_ID, MAX_REQUEST_ID); in DeleteCredential()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp497 return GenRandLongLong(MIN_REQUEST_ID, MAX_REQUEST_ID); in GenRequestId()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1125 authResponseContext_->requestId = GenRandLongLong(MIN_REQUEST_ID, MAX_REQUEST_ID); in CreateGroup()

Completed in 8 milliseconds