Home
last modified time | relevance | path

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

/ohos5.0/base/location/test/location_locator/source/
H A Dreport_manager_test.cpp303 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 Dreport_manager.h36 bool OnReportLocation(const std::unique_ptr<Location>& location, std::string abilityName);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp58 bool ReportManager::OnReportLocation(const std::unique_ptr<Location>& location, std::string ability… in OnReportLocation() function in OHOS::Location::ReportManager
H A Dlocator_ability.cpp1997 reportManager->OnReportLocation(location, abilityName); in ReportLocationMessageEvent()