Home
last modified time | relevance | path

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

/ohos5.0/base/location/test/fuzztest/locator/locatorbackgroundproxy_fuzzer/
H A Dlocatorbackgroundproxy_fuzzer.cpp65 backgroundProxy->IsCallbackInProxy(callbackStub); in LocatorBackgroundProxyFuzzerTest()
/ohos5.0/base/location/services/location_locator/callback/source/
H A Dlocator_callback_proxy.cpp49 if (locatorBackgroundProxy->IsCallbackInProxy(this)) { in OnLocationReport()
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_background_proxy_test.cpp256 EXPECT_EQ(false, locatorBackgroundProxy->IsCallbackInProxy(callback));
272 EXPECT_EQ(false, locatorBackgroundProxy->IsCallbackInProxy(callback));
338 locatorBackgroundProxy->IsCallbackInProxy(locatorBackgroundProxy->callback_));
341 locatorBackgroundProxy->IsCallbackInProxy(newCallback));
803 bool ret = locatorBackgroundProxy->IsCallbackInProxy(newCallback);
H A Dlocator_service_test.cpp346 bool result = backgroundProxy_->IsCallbackInProxy(callbackStub_);
368 bool result = backgroundProxy_->IsCallbackInProxy(callbackStub_);
372 result = backgroundProxy_->IsCallbackInProxy(callbackStub_);
393 bool result = backgroundProxy_->IsCallbackInProxy(callbackStub_);
397 result = backgroundProxy_->IsCallbackInProxy(callbackStub_);
420 bool result = backgroundProxy_->IsCallbackInProxy(callbackStub_);
424 result = backgroundProxy_->IsCallbackInProxy(callbackStub_);
428 result = backgroundProxy_->IsCallbackInProxy(callbackStub_);
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_background_proxy.h51 bool IsCallbackInProxy(const sptr<ILocatorCallback>& callback) const;
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_background_proxy.cpp258 bool LocatorBackgroundProxy::IsCallbackInProxy(const sptr<ILocatorCallback>& callback) const in IsCallbackInProxy() function in OHOS::Location::LocatorBackgroundProxy