Searched refs:locatorBackgroundProxy (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/location/test/location_locator/source/ |
H A D | locator_background_proxy_test.cpp | 103 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 D | locator_callback_proxy.cpp | 44 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 D | report_manager.cpp | 499 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 D | locator_background_proxy.cpp | 326 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 D | request_manager.cpp | 395 auto locatorBackgroundProxy = LocatorBackgroundProxy::GetInstance(); in DeleteRequestRecord() local 396 if (locatorBackgroundProxy == nullptr) { in DeleteRequestRecord() 400 locatorBackgroundProxy->OnDeleteRequestRecord(request); in DeleteRequestRecord()
|
H A D | locator_ability.cpp | 370 auto locatorBackgroundProxy = LocatorBackgroundProxy::GetInstance(); in UpdateSaAbilityHandler() local 371 if (locatorBackgroundProxy == nullptr) { in UpdateSaAbilityHandler() 375 locatorBackgroundProxy->OnSaStateChange(isEnabled); in UpdateSaAbilityHandler()
|