Home
last modified time | relevance | path

Searched refs:locatorBackgroundProxy (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_background_proxy_test.cpp103 EXPECT_NE(nullptr, locatorBackgroundProxy);
120 EXPECT_NE(nullptr, locatorBackgroundProxy);
131 EXPECT_NE(nullptr, locatorBackgroundProxy);
150 EXPECT_NE(nullptr, locatorBackgroundProxy);
175 EXPECT_NE(nullptr, locatorBackgroundProxy);
197 EXPECT_NE(nullptr, locatorBackgroundProxy);
220 EXPECT_NE(nullptr, locatorBackgroundProxy);
235 EXPECT_NE(nullptr, locatorBackgroundProxy);
252 EXPECT_NE(nullptr, locatorBackgroundProxy);
338 locatorBackgroundProxy->IsCallbackInProxy(locatorBackgroundProxy->callback_));
[all …]
/ohos5.0/base/location/services/location_locator/callback/source/
H A Dlocator_callback_proxy.cpp44 auto locatorBackgroundProxy = LocatorBackgroundProxy::GetInstance(); in OnLocationReport() local
45 if (locatorBackgroundProxy == nullptr) { in OnLocationReport()
49 if (locatorBackgroundProxy->IsCallbackInProxy(this)) { in OnLocationReport()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp499 auto locatorBackgroundProxy = LocatorBackgroundProxy::GetInstance(); in IsAppBackground() local
500 if (locatorBackgroundProxy == nullptr) { in IsAppBackground()
503 if (!locatorBackgroundProxy->IsAppBackground(bundleName)) { in IsAppBackground()
506 if (locatorBackgroundProxy->IsAppHasFormVisible(tokenId, tokenIdEx)) { in IsAppBackground()
509 if (locatorBackgroundProxy->IsAppInLocationContinuousTasks(uid, pid)) { in IsAppBackground()
H A Dlocator_background_proxy.cpp326 auto locatorBackgroundProxy = LocatorBackgroundProxy::GetInstance(); in OnLocationReport() local
327 if (locatorBackgroundProxy == nullptr) { in OnLocationReport()
331 auto requestsList = locatorBackgroundProxy->GetRequestsInProxy(); in OnLocationReport()
333 locatorBackgroundProxy->StopLocator(); in OnLocationReport()
H A Drequest_manager.cpp395 auto locatorBackgroundProxy = LocatorBackgroundProxy::GetInstance(); in DeleteRequestRecord() local
396 if (locatorBackgroundProxy == nullptr) { in DeleteRequestRecord()
400 locatorBackgroundProxy->OnDeleteRequestRecord(request); in DeleteRequestRecord()
H A Dlocator_ability.cpp370 auto locatorBackgroundProxy = LocatorBackgroundProxy::GetInstance(); in UpdateSaAbilityHandler() local
371 if (locatorBackgroundProxy == nullptr) { in UpdateSaAbilityHandler()
375 locatorBackgroundProxy->OnSaStateChange(isEnabled); in UpdateSaAbilityHandler()