Searched refs:OnReportLocation (Results 1 – 4 of 4) sorted by relevance
/base/location/test/location_locator/source/ |
D | report_manager_test.cpp | 249 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/ |
D | report_manager.h | 34 bool OnReportLocation(const std::unique_ptr<Location>& location, std::string abilityName);
|
/base/location/services/location_locator/locator/source/ |
D | report_manager.cpp | 42 bool ReportManager::OnReportLocation(const std::unique_ptr<Location>& location, std::string ability… in OnReportLocation() function in OHOS::Location::ReportManager
|
D | locator_ability.cpp | 876 if (reportManager_->OnReportLocation(location, abilityName)) { in ReportLocation()
|