Searched refs:IsCallbackInProxy (Results 1 – 6 of 6) sorted by relevance
65 backgroundProxy->IsCallbackInProxy(callbackStub); in LocatorBackgroundProxyFuzzerTest()
49 if (locatorBackgroundProxy->IsCallbackInProxy(this)) { in OnLocationReport()
256 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);
346 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_);
51 bool IsCallbackInProxy(const sptr<ILocatorCallback>& callback) const;
258 bool LocatorBackgroundProxy::IsCallbackInProxy(const sptr<ILocatorCallback>& callback) const in IsCallbackInProxy() function in OHOS::Location::LocatorBackgroundProxy