Home
last modified time | relevance | path

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

/base/location/test/location_locator/source/
Dlocator_service_test.cpp84 callbackStub_ = new (std::nothrow) LocatorCallbackStub(); in SetUp()
85 EXPECT_NE(nullptr, callbackStub_); in SetUp()
92 request_->SetLocatorCallBack(callbackStub_); in SetUp()
105 callbackStub_ = nullptr; in TearDown()
168 locatorImpl->StartLocating(requestConfig, callbackStub_); in StartAndStopForLocating()
169 locatorImpl->StopLocating(callbackStub_); in StartAndStopForLocating()
294 locatorImpl->StopLocating(callbackStub_);
341 bool result = backgroundProxy_->IsCallbackInProxy(callbackStub_);
363 bool result = backgroundProxy_->IsCallbackInProxy(callbackStub_);
367 result = backgroundProxy_->IsCallbackInProxy(callbackStub_);
[all …]
Dlocator_impl_test.cpp71 callbackStub_ = new (std::nothrow) LocatorCallbackStub(); in SetUp()
72 ASSERT_TRUE(callbackStub_ != nullptr); in SetUp()
205 …EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->StartLocatingV9(requestConfig, callbackStub_)); // startL…
235 EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->StopLocatingV9(callbackStub_));
472 …EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->StartLocatingV9(requestConfig, callbackStub_)); // startL…
479 …EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->StopLocatingV9(callbackStub_)); // after reg, stop locati…
492 …EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->StartLocatingV9(requestConfig, callbackStub_)); // startL…
499 …EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->StopLocatingV9(callbackStub_)); // after reg, stop locati…
/base/location/test/location_gnss/include/
Dgnss_ability_test.h44 sptr<GnssStatusCallbackHost> callbackStub_; variable
/base/location/test/location_locator/include/
Dlocator_impl_test.h44 sptr<ILocatorCallback> callbackStub_; variable
Dlocator_service_test.h51 sptr<ILocatorCallback> callbackStub_; variable
/base/location/test/location_gnss/source/
Dgnss_ability_test.cpp56 callbackStub_ = new (std::nothrow) GnssStatusCallbackHost(); in SetUp()
57 EXPECT_NE(nullptr, callbackStub_); in SetUp()
72 callbackStub_ = nullptr; in TearDown()
217 …EXPECT_EQ(ERRCODE_SUCCESS, proxy_->RegisterGnssStatusCallback(callbackStub_->AsObject(), lastCalli…
223 EXPECT_EQ(ERRCODE_SUCCESS, proxy_->UnregisterGnssStatusCallback(callbackStub_->AsObject()));