Home
last modified time | relevance | path

Searched refs:ReportManager (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp43 ReportManager* ReportManager::GetInstance() in GetInstance()
45 static ReportManager data; in GetInstance()
49 ReportManager::ReportManager() in ReportManager() function in OHOS::Location::ReportManager
56 ReportManager::~ReportManager() {} in ~ReportManager()
122 bool ReportManager::ProcessRequestForReport(std::shared_ptr<Request>& request, in ProcessRequestForReport()
285 bool ReportManager::ResultCheck(const std::unique_ptr<Location>& location, in ResultCheck()
354 void ReportManager::UpdateLastLocation(const std::unique_ptr<Location>& location) in UpdateLastLocation()
363 std::unique_ptr<Location> ReportManager::GetLastLocation() in GetLastLocation()
407 void ReportManager::UpdateRandom() in UpdateRandom()
465 bool ReportManager::IsRequestFuse(const std::shared_ptr<Request>& request) in IsRequestFuse()
[all …]
H A Dlocator_ability.cpp137 reportManager_ = ReportManager::GetInstance(); in LocatorAbility()
1041 auto reportManager = ReportManager::GetInstance(); in NeedReportCacheLocation()
1983 auto reportManager = ReportManager::GetInstance(); in ReportLocationMessageEvent()
H A Drequest_manager.cpp552 auto reportManager = ReportManager::GetInstance(); in AddRequestToWorkRecord()
H A Dlocator_skeleton.cpp305 auto reportManager = ReportManager::GetInstance(); in PreStartLocating()
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dreport_manager.h31 class ReportManager {
33 ReportManager();
34 ~ReportManager();
48 static ReportManager* GetInstance();
H A Dlocator_ability.h256 ReportManager* reportManager_;
/ohos5.0/base/location/test/location_locator/include/
H A Dlocation_approximately_permission_test.h32 ReportManager* reportManager_;
H A Dreport_manager_test.h32 ReportManager* reportManager_;
/ohos5.0/base/location/test/fuzztest/locator/reportmanager_fuzzer/
H A Dreportmanager_fuzzer.cpp33 ReportManager::GetInstance(); in ReportManagerFuzzerTest()
/ohos5.0/base/location/test/location_manager/source/
H A Dlocator_ability_test.cpp229 locatorAbility->reportManager_ = ReportManager::GetInstance();
308 locatorAbility->reportManager_ = ReportManager::GetInstance();
324 locatorAbility->reportManager_ = ReportManager::GetInstance();
340 locatorAbility->reportManager_ = ReportManager::GetInstance();
356 locatorAbility->reportManager_ = ReportManager::GetInstance();
/ohos5.0/base/location/test/location_locator/source/
H A Dlocation_approximately_permission_test.cpp35 reportManager_ = ReportManager::GetInstance(); in SetUp()
H A Dreport_manager_test.cpp43 reportManager_ = ReportManager::GetInstance(); in SetUp()