Home
last modified time | relevance | path

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

/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_service_test.cpp96 EXPECT_NE(nullptr, backgroundProxy_); in SetUp()
113 backgroundProxy_ = nullptr; in TearDown()
367 backgroundProxy_->OnSuspend(request_, 0);
371 backgroundProxy_->OnSuspend(request_, 1);
392 backgroundProxy_->OnSuspend(request_, 0);
396 backgroundProxy_->OnDeleteRequestRecord(request_);
419 backgroundProxy_->OnSuspend(request_, 0);
423 backgroundProxy_->OnSaStateChange(false);
427 backgroundProxy_->OnSaStateChange(true);
1206 backgroundProxy_->RegisterAppStateObserver();
[all …]
/ohos5.0/base/location/test/location_locator/include/
H A Dlocator_service_test.h51 LocatorBackgroundProxy* backgroundProxy_; variable