Searched refs:GetPermittedLocation (Results 1 – 6 of 6) sorted by relevance
/base/location/test/location_locator/source/ |
D | location_approximately_permission_test.cpp | 67 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);
|
D | report_manager_test.cpp | 200 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/ |
D | report_manager.h | 38 … std::unique_ptr<Location> GetPermittedLocation(pid_t uid, uint32_t tokenId, uint32_t firstTokenId,
|
/base/location/test/fuzztest/locator/reportmanager_fuzzer/ |
D | reportmanager_fuzzer.cpp | 54 reportManager->GetPermittedLocation(uid, tokenId, firstTokenId, location); in ReportManagerFuzzerTest()
|
/base/location/services/location_locator/locator/source/ |
D | report_manager.cpp | 96 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
|
D | locator_ability.cpp | 849 loc = reportManager_->GetPermittedLocation(identity.GetUid(), identity.GetTokenId(), in GetCacheLocation()
|