Searched refs:OnReportLocation (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/location/test/location_locator/source/ |
H A D | report_manager_test.cpp | 303 EXPECT_EQ(true, reportManager_->OnReportLocation(location, NETWORK_ABILITY)); 326 EXPECT_EQ(true, reportManager_->OnReportLocation(location, GNSS_ABILITY)); // is not requesting 349 …EXPECT_EQ(true, reportManager_->OnReportLocation(location, GNSS_ABILITY)); // report location succ… 351 …reportManager_->OnReportLocation(location, GNSS_ABILITY)); // report the same location, result che… 375 …EXPECT_EQ(true, reportManager_->OnReportLocation(location, GNSS_ABILITY)); // will resolve deadReq…
|
/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | report_manager.h | 36 bool OnReportLocation(const std::unique_ptr<Location>& location, std::string abilityName);
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | report_manager.cpp | 58 bool ReportManager::OnReportLocation(const std::unique_ptr<Location>& location, std::string ability… in OnReportLocation() function in OHOS::Location::ReportManager
|
H A D | locator_ability.cpp | 1997 reportManager->OnReportLocation(location, abilityName); in ReportLocationMessageEvent()
|