Home
last modified time | relevance | path

Searched refs:randomDevice_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_capi_skeleton.cpp118 int a = randomDistribution_(randomDevice_); in SyncAdd()
119 int b = randomDistribution_(randomDevice_); in SyncAdd()
157 int a = randomDistribution_(randomDevice_); in ASyncAdd()
158 int b = randomDistribution_(randomDevice_); in ASyncAdd()
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_capi_skeleton.h88 std::random_device randomDevice_; variable