Home
last modified time | relevance | path

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

/base/location/interfaces/inner_api/include/
Dcommon_utils.h63 static constexpr int MIN_INT_RANDOM = 10000; variable
/base/location/services/location_locator/locator/source/
Dsubability_common.cpp140 std::string uuid = std::to_string(CommonUtils::IntRandom(MIN_INT_RANDOM, MAX_INT_RANDOM)); in HandleSelfRequest()
Dlocator_ability.cpp824 request->SetUuid(std::to_string(CommonUtils::IntRandom(MIN_INT_RANDOM, MAX_INT_RANDOM))); in StartLocating()
/base/location/test/location_passive/source/
Dpassive_ability_test.cpp98 std::string uuid = std::to_string(CommonUtils::IntRandom(MIN_INT_RANDOM, MAX_INT_RANDOM));
/base/location/test/location_network/source/
Dnetwork_ability_test.cpp104 std::string uuid = std::to_string(CommonUtils::IntRandom(MIN_INT_RANDOM, MAX_INT_RANDOM));
/base/location/test/location_gnss/source/
Dgnss_ability_test.cpp116 std::string uuid = std::to_string(CommonUtils::IntRandom(MIN_INT_RANDOM, MAX_INT_RANDOM));