Home
last modified time | relevance | path

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

/ohos5.0/base/location/test/fuzztest/locator/reportmanager_fuzzer/
H A Dreportmanager_fuzzer.cpp32 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 Dlocator_ability.cpp1041 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 Drequest_manager.cpp552 auto reportManager = ReportManager::GetInstance(); in AddRequestToWorkRecord() local
553 if (requestConfig->GetFixNumber() == 0 && reportManager->IsAppBackground(bundleName, tokenId, in AddRequestToWorkRecord()
H A Dlocator_skeleton.cpp305 auto reportManager = ReportManager::GetInstance(); in PreStartLocating() local
306 if (reportManager != nullptr && res) { in PreStartLocating()
307 if (reportManager->IsAppBackground(identity.GetBundleName(), identity.GetTokenId(), in PreStartLocating()