Home
last modified time | relevance | path

Searched defs:randMax (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/utils/src/
H A Ddm_random.cpp26 int32_t GenRandInt(int32_t randMin, int32_t randMax) in GenRandInt()
39 int64_t GenRandLongLong(int64_t randMin, int64_t randMax) in GenRandLongLong()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_fsm_strategy_mock.cpp179 uint32_t GenerateRandomNumForHb(uint32_t randMin, uint32_t randMax) in GenerateRandomNumForHb()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_utils.c554 uint32_t GenerateRandomNumForHb(uint32_t randMin, uint32_t randMax) in GenerateRandomNumForHb()
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp457 int32_t GetRandomInt32(int32_t randMin, int32_t randMax) in GetRandomInt32()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp1027 int DistributedDBToolsUnitTest::GetRandInt(const int randMin, const int randMax) in GetRandInt()
1035 int64_t DistributedDBToolsUnitTest::GetRandInt64(const int64_t randMin, const int64_t randMax) in GetRandInt64()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_data_generator.cpp324 int GetRandInt(const int randMin, const int randMax) in GetRandInt()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp103 uint16_t GenRandUint(uint16_t randMin, uint16_t randMax) in GenRandUint()