Home
last modified time | relevance | path

Searched refs:rd (Results 1 – 11 of 11) sorted by relevance

/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
Dgetparam.cpp48 std::random_device rd; in GenRandom() local
50 static default_random_engine e(rd()); in GenRandom()
57 std::random_device rd; in GetS8Param() local
59 static default_random_engine e(rd()); in GetS8Param()
67 std::random_device rd; in GetS16Param() local
69 static default_random_engine e(rd()); in GetS16Param()
77 std::random_device rd; in GetS32Param() local
79 static default_random_engine e(rd()); in GetS32Param()
87 std::random_device rd; in GetS64Param() local
89 static default_random_engine e(rd()); in GetS64Param()
[all …]
/base/powermgr/battery_manager/test/fuzztest/battery_fuzzer/
Dbattery_fuzzer_test.cpp143 std::random_device rd; in DoSomethingInterestingWithMyAPI() local
144 std::default_random_engine engine(rd()); in DoSomethingInterestingWithMyAPI()
/base/powermgr/battery_statistics/test/fuzztest/batterystats_fuzzer/
Dbatterystats_fuzzer.cpp141 std::random_device rd; in DoSomethingInterestingWithMyAPI() local
142 std::default_random_engine engine(rd()); in DoSomethingInterestingWithMyAPI()
/base/hiviewdfx/hilog/services/hilogd/etc/
Dhilogd.cfg23 "file" : ["/dev/kmsg rd 0640 root root"],
/base/location/frameworks/location_common/common/source/
Dcommon_utils.cpp281 std::random_device rd; in DoubleRandom() local
283 static std::default_random_engine e(rd()); in DoubleRandom()
291 std::random_device rd; in IntRandom() local
293 static std::default_random_engine e(rd()); in IntRandom()
/base/powermgr/thermal_manager/test/fuzztest/thermal_fuzzer/
Dthermal_fuzzer_test.cpp185 std::random_device rd; in DoSomethingInterestingWithMyAPI() local
186 std::default_random_engine engine(rd()); in DoSomethingInterestingWithMyAPI()
/base/hiviewdfx/hiview/base/event_pool/test/unittest/common/
Devent_pool_test.cpp238 std::random_device rd; variable
239 std::default_random_engine randEngine(rd());
297 std::random_device rd; variable
298 std::default_random_engine randEngine(rd());
/base/powermgr/display_manager/test/fuzztest/display_fuzzer/
Ddisplay_fuzzer.cpp205 std::random_device rd; in DoSomethingInterestingWithMyAPI() local
206 std::default_random_engine engine(rd()); in DoSomethingInterestingWithMyAPI()
/base/powermgr/power_manager/test/fuzztest/power_fuzzer/
Dpower_fuzzer.cpp323 std::random_device rd; in DoSomethingInterestingWithMyAPI() local
324 std::default_random_engine engine(rd()); in DoSomethingInterestingWithMyAPI()
/base/startup/appspawn/standard/
Dappspawn_service.c286 fd_set rd; in WaitChild() local
288 FD_ZERO(&rd); in WaitChild()
289 FD_SET(fd, &rd); in WaitChild()
293 int ret = select(fd + 1, &rd, NULL, NULL, &tv); in WaitChild()
/base/security/huks/test/reliability/src/
Dapi_pressure_test.cpp110 std::random_device rd; in GetRandom() local
111 return rd(); in GetRandom()