Searched refs:GetPermittedLocation (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/location/test/location_locator/source/ |
H A D | location_approximately_permission_test.cpp | 69 EXPECT_EQ(nullptr, reportManager_->GetPermittedLocation(request, nullptr)); 84 auto newLocation = reportManager_->GetPermittedLocation(request, location); 96 EXPECT_EQ(nullptr, reportManager_->GetPermittedLocation(request, nullptr)); 111 auto newLocation = reportManager_->GetPermittedLocation(request, location);
|
H A D | report_manager_test.cpp | 235 EXPECT_EQ(nullptr, reportManager_->GetPermittedLocation(request, nullptr)); 250 auto newLocation = reportManager_->GetPermittedLocation(request, location);
|
/ohos5.0/base/location/test/fuzztest/locator/reportmanager_fuzzer/ |
H A D | reportmanager_fuzzer.cpp | 55 reportManager->GetPermittedLocation(request, location); in ReportManagerFuzzerTest()
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | report_manager.cpp | 144 finalLocation = GetPermittedLocation(request, IsRequestFuse(request) ? fuseLocation : location); in ProcessRequestForReport() 220 std::unique_ptr<Location> ReportManager::GetPermittedLocation(const std::shared_ptr<Request>& reque… in GetPermittedLocation() function in OHOS::Location::ReportManager 399 std::unique_ptr<Location> finalLocation = GetPermittedLocation(request, cacheLocation); in GetCacheLocation()
|
H A D | locator_ability.cpp | 1161 loc = reportManager_->GetPermittedLocation(request, lastLocation); in GetCacheLocation()
|
/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | report_manager.h | 41 std::unique_ptr<Location> GetPermittedLocation(const std::shared_ptr<Request>& request,
|