Searched refs:callbackStub_ (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/location/test/location_locator/source/ |
H A D | locator_service_test.cpp | 93 callbackStub_ = new (std::nothrow) LocatorCallbackStub(); in SetUp() 94 EXPECT_NE(nullptr, callbackStub_); in SetUp() 99 request_->SetLocatorCallBack(callbackStub_); in SetUp() 112 callbackStub_ = nullptr; in TearDown() 173 locatorImpl->StartLocating(requestConfig, callbackStub_); in StartAndStopForLocating() 174 locatorImpl->StopLocating(callbackStub_); in StartAndStopForLocating() 299 locatorImpl->StopLocating(callbackStub_); 372 result = backgroundProxy_->IsCallbackInProxy(callbackStub_); 397 result = backgroundProxy_->IsCallbackInProxy(callbackStub_); 424 result = backgroundProxy_->IsCallbackInProxy(callbackStub_); [all …]
|
H A D | locator_impl_test.cpp | 75 callbackStub_ = new (std::nothrow) LocatorCallbackStub(); in SetUp() 76 ASSERT_TRUE(callbackStub_ != nullptr); in SetUp() 211 …EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->StartLocatingV9(requestConfig, callbackStub_)); // startL… 234 EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->StopLocatingV9(callbackStub_)); 453 …EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->StartLocatingV9(requestConfig, callbackStub_)); // startL… 460 …EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->StopLocatingV9(callbackStub_)); // after reg, stop locati… 473 …EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->StartLocatingV9(requestConfig, callbackStub_)); // startL… 480 …EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->StopLocatingV9(callbackStub_)); // after reg, stop locati…
|
/ohos5.0/base/location/test/location_gnss/include/ |
H A D | gnss_ability_test.h | 44 sptr<GnssStatusCallbackNapi> callbackStub_; variable
|
/ohos5.0/base/location/test/location_locator/include/ |
H A D | locator_impl_test.h | 44 sptr<ILocatorCallback> callbackStub_; variable
|
H A D | locator_service_test.h | 50 sptr<ILocatorCallback> callbackStub_; variable
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/include/ |
H A D | audio_device_adapter_impl.h | 89 sptr<IAudioCallback> callbackStub_ = nullptr; variable
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/src/ |
H A D | audio_device_adapter_impl.cpp | 235 callbackStub_ = new AudioParamCallbackImpl(); in RegExtraParamObserver() 239 int32_t ret = audioAdapter_->RegExtraParamObserver(callbackStub_, 0); in RegExtraParamObserver()
|
/ohos5.0/base/location/test/location_gnss/source/ |
H A D | gnss_ability_test.cpp | 72 callbackStub_ = new (std::nothrow) GnssStatusCallbackNapi(); in SetUp() 73 EXPECT_NE(nullptr, callbackStub_); in SetUp() 91 callbackStub_ = nullptr; in TearDown() 255 …EXPECT_EQ(ERRCODE_SUCCESS, proxy_->RegisterGnssStatusCallback(callbackStub_->AsObject(), identity)… 261 EXPECT_EQ(ERRCODE_SUCCESS, proxy_->UnregisterGnssStatusCallback(callbackStub_->AsObject()));
|