Home
last modified time | relevance | path

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

/ohos5.0/base/location/test/location_gnss/include/
H A Dgnss_ability_test.h47 sptr<CachedLocationsCallbackNapi> cachedLocationCallbackStub_; variable
/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp76 cachedLocationCallbackStub_ = new (std::nothrow) CachedLocationsCallbackNapi(); in SetUp()
77 EXPECT_NE(nullptr, cachedLocationCallbackStub_); in SetUp()
93 cachedLocationCallbackStub_ = nullptr; in TearDown()
417 proxy_->RegisterCachedCallback(requestConfig, cachedLocationCallbackStub_->AsObject()));
443 proxy_->RegisterCachedCallback(requestConfig, cachedLocationCallbackStub_->AsObject()));
449 …EXPECT_EQ(ERRCODE_NOT_SUPPORTED, proxy_->UnregisterCachedCallback(cachedLocationCallbackStub_->AsO…