Home
last modified time | relevance | path

Searched refs:backgroundProxy_ (Results 1 - 2 of 2) sorted by relevance

/base/location/test/location_locator/include/
H A Dlocator_service_test.h52 LocatorBackgroundProxy* backgroundProxy_; member in OHOS::Location::LocatorServiceTest
/base/location/test/location_locator/source/
H A Dlocator_service_test.cpp95 backgroundProxy_ = LocatorBackgroundProxy::GetInstance(); in SetUp()
96 EXPECT_NE(nullptr, backgroundProxy_); in SetUp()
115 backgroundProxy_ = nullptr; in TearDown()
349 bool result = backgroundProxy_->IsCallbackInProxy(callbackStub_); in HWTEST_F()
370 backgroundProxy_->OnSuspend(request_, 0); in HWTEST_F()
371 bool result = backgroundProxy_->IsCallbackInProxy(callbackStub_); in HWTEST_F()
374 backgroundProxy_->OnSuspend(request_, 1); in HWTEST_F()
375 result = backgroundProxy_->IsCallbackInProxy(callbackStub_); in HWTEST_F()
395 backgroundProxy_->OnSuspend(request_, 0); in HWTEST_F()
397 bool result = backgroundProxy_ in HWTEST_F()
[all...]

Completed in 2 milliseconds