Home
last modified time | relevance | path

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

/base/location/test/location_locator/source/
Dlocation_approximately_permission_test.cpp67 EXPECT_EQ(nullptr, reportManager_->GetPermittedLocation(0, tokenId_, 0, nullptr));
85 auto newLocation = reportManager_->GetPermittedLocation(0, tokenId_, 0, location);
94 EXPECT_EQ(nullptr, reportManager_->GetPermittedLocation(0, tokenId_, 0, nullptr));
112 auto newLocation = reportManager_->GetPermittedLocation(0, tokenId_, 0, location);
Dreport_manager_test.cpp200 EXPECT_EQ(nullptr, reportManager_->GetPermittedLocation(0, tokenId_, 0, nullptr));
218 auto newLocation = reportManager_->GetPermittedLocation(0, tokenId_, 0, location);
/base/location/services/location_locator/locator/include/
Dreport_manager.h38 … std::unique_ptr<Location> GetPermittedLocation(pid_t uid, uint32_t tokenId, uint32_t firstTokenId,
/base/location/test/fuzztest/locator/reportmanager_fuzzer/
Dreportmanager_fuzzer.cpp54 reportManager->GetPermittedLocation(uid, tokenId, firstTokenId, location); in ReportManagerFuzzerTest()
/base/location/services/location_locator/locator/source/
Dreport_manager.cpp96 std::unique_ptr<Location> finalLocation = GetPermittedLocation(request->GetUid(), in ProcessRequestForReport()
115 std::unique_ptr<Location> ReportManager::GetPermittedLocation(pid_t uid, uint32_t tokenId, uint32_t… in GetPermittedLocation() function in OHOS::Location::ReportManager
Dlocator_ability.cpp849 loc = reportManager_->GetPermittedLocation(identity.GetUid(), identity.GetTokenId(), in GetCacheLocation()