Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/utils/src/
H A Ddm_random.cpp32 std::random_device randDevice; in GenRandInt()
33 std::mt19937 genRand(randDevice()); in GenRandInt()
41 std::random_device randDevice; in GenRandLongLong() local
42 std::mt19937 genRand(randDevice()); in GenRandLongLong()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp79 std::random_device randDevice; in IPCProcessSkeleton() local
80 std::default_random_engine baseRand { randDevice() }; in IPCProcessSkeleton()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp105 std::random_device randDevice; in GenRandUint() local
106 std::mt19937 genRand(randDevice()); in GenRandUint()