Searched refs:reportManager (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/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()
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | locator_ability.cpp | 1041 auto reportManager = ReportManager::GetInstance(); in NeedReportCacheLocation() local 1042 if (reportManager != nullptr) { in NeedReportCacheLocation() 1043 … if (reportManager->IsAppBackground(bundleName, tokenId, request->GetTokenIdEx(), uid, pid) && in NeedReportCacheLocation() 1983 auto reportManager = ReportManager::GetInstance(); in ReportLocationMessageEvent() local 1984 if (reportManager != nullptr) { in ReportLocationMessageEvent() 1997 reportManager->OnReportLocation(location, abilityName); in ReportLocationMessageEvent()
|
H A D | request_manager.cpp | 552 auto reportManager = ReportManager::GetInstance(); in AddRequestToWorkRecord() local 553 if (requestConfig->GetFixNumber() == 0 && reportManager->IsAppBackground(bundleName, tokenId, in AddRequestToWorkRecord()
|
H A D | locator_skeleton.cpp | 305 auto reportManager = ReportManager::GetInstance(); in PreStartLocating() local 306 if (reportManager != nullptr && res) { in PreStartLocating() 307 if (reportManager->IsAppBackground(identity.GetBundleName(), identity.GetTokenId(), in PreStartLocating()
|