Home
last modified time | relevance | path

Searched refs:MAX_INT_RANDOM (Results 1 – 6 of 6) sorted by relevance

/base/location/interfaces/inner_api/include/
Dcommon_utils.h52 static constexpr int MAX_INT_RANDOM = 99999; variable
/base/location/services/location_locator/locator/source/
Dsubability_common.cpp139 std::string uuid = std::to_string(CommonUtils::IntRandom(MIN_INT_RANDOM, MAX_INT_RANDOM)); in HandleSelfRequest()
Dlocator_ability.cpp752 request->SetUuid(std::to_string(CommonUtils::IntRandom(MIN_INT_RANDOM, MAX_INT_RANDOM))); in StartLocating()
/base/location/test/location_passive/source/
Dpassive_ability_test.cpp97 std::string uuid = std::to_string(CommonUtils::IntRandom(MIN_INT_RANDOM, MAX_INT_RANDOM));
/base/location/test/location_network/source/
Dnetwork_ability_test.cpp102 std::string uuid = std::to_string(CommonUtils::IntRandom(MIN_INT_RANDOM, MAX_INT_RANDOM));
/base/location/test/location_gnss/source/
Dgnss_ability_test.cpp111 std::string uuid = std::to_string(CommonUtils::IntRandom(MIN_INT_RANDOM, MAX_INT_RANDOM));