Searched refs:reportManager (Results 1 - 4 of 4) sorted by relevance
/base/location/test/fuzztest/locator/reportmanager_fuzzer/ |
H A D | reportmanager_fuzzer.cpp | 32 auto reportManager = in ReportManagerFuzzerTest() local 34 if (reportManager == nullptr) { in ReportManagerFuzzerTest() 46 reportManager->ReportRemoteCallback(locatorCallback, type, result); in ReportManagerFuzzerTest() 48 reportManager->ResultCheck(location, request); in ReportManagerFuzzerTest() 49 reportManager->UpdateCacheLocation(location, "gps"); in ReportManagerFuzzerTest() 50 reportManager->GetLastLocation(); in ReportManagerFuzzerTest() 55 reportManager->GetPermittedLocation(request, location); in ReportManagerFuzzerTest() 56 reportManager->UpdateRandom(); in ReportManagerFuzzerTest()
|
/base/location/services/location_locator/locator/source/ |
H A D | request_manager.cpp | 470 auto reportManager = ReportManager::GetInstance(); in AddRequestToWorkRecord() local 471 if (reportManager != nullptr) { in AddRequestToWorkRecord() 472 if (reportManager->IsAppBackground(bundleName, tokenId, in AddRequestToWorkRecord()
|
H A D | locator_ability.cpp | 1922 auto reportManager = ReportManager::GetInstance(); in ReportLocationMessageEvent() local 1923 if (reportManager != nullptr) { in ReportLocationMessageEvent() 1936 reportManager->OnReportLocation(location, abilityName); in ReportLocationMessageEvent() 1938 reportManager->OnReportLocation(location, PASSIVE_ABILITY); in ReportLocationMessageEvent()
|
H A D | locator_skeleton.cpp | 292 auto reportManager = ReportManager::GetInstance(); in PreStartLocating() local 293 if (reportManager != nullptr) { in PreStartLocating() 294 if (reportManager->IsAppBackground(identity.GetBundleName(), identity.GetTokenId(), in PreStartLocating()
|
Completed in 9 milliseconds