Home
last modified time | relevance | path

Searched refs:OnReportLocation (Results 1 – 4 of 4) sorted by relevance

/base/location/test/location_locator/source/
Dreport_manager_test.cpp249 EXPECT_EQ(false, reportManager_->OnReportLocation(location, UNKNOWN_ABILITY));
275 EXPECT_EQ(true, reportManager_->OnReportLocation(location, GNSS_ABILITY)); // is not requesting
311 …EXPECT_EQ(true, reportManager_->OnReportLocation(location, GNSS_ABILITY)); // report location succ…
313 …reportManager_->OnReportLocation(location, GNSS_ABILITY)); // report the same location, result che…
350 …EXPECT_EQ(true, reportManager_->OnReportLocation(location, GNSS_ABILITY)); // will resolve deadReq…
/base/location/services/location_locator/locator/include/
Dreport_manager.h34 bool OnReportLocation(const std::unique_ptr<Location>& location, std::string abilityName);
/base/location/services/location_locator/locator/source/
Dreport_manager.cpp42 bool ReportManager::OnReportLocation(const std::unique_ptr<Location>& location, std::string ability… in OnReportLocation() function in OHOS::Location::ReportManager
Dlocator_ability.cpp876 if (reportManager_->OnReportLocation(location, abilityName)) { in ReportLocation()