Searched refs:UpdateLocationByRequest (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | report_manager.cpp | 109 void ReportManager::UpdateLocationByRequest(const uint32_t tokenId, const uint64_t tokenIdEx, in UpdateLocationByRequest() function in OHOS::Location::ReportManager 153 UpdateLocationByRequest(request->GetTokenId(), request->GetTokenIdEx(), finalLocation); in ProcessRequestForReport() 403 UpdateLocationByRequest(request->GetTokenId(), request->GetTokenIdEx(), finalLocation); in GetCacheLocation()
|
H A D | locator_ability.cpp | 1167 reportManager_->UpdateLocationByRequest(identity.GetTokenId(), identity.GetTokenIdEx(), loc); in GetCacheLocation()
|
/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | report_manager.h | 45 void UpdateLocationByRequest(const uint32_t tokenId, const uint64_t tokenIdEx,
|
/ohos5.0/base/location/test/location_locator/source/ |
H A D | report_manager_test.cpp | 437 reportManager_->UpdateLocationByRequest(tokenId_, tokenId_, location); 447 reportManager_->UpdateLocationByRequest(tokenId_, tokenId_, location);
|