Searched refs:QueryProxyObject (Results 1 – 4 of 4) sorted by relevance
429 static ProxyObject *QueryProxyObject(uintptr_t binderObject) in QueryProxyObject() function472 ProxyObject *proxyObject = QueryProxyObject(binderObject); in FindOrNewProxy()
320 sptr<IRemoteObject> QueryProxyObject(binder_uintptr_t binderObject);
849 EXPECT_EQ(dBinderService->QueryProxyObject(binderObject), object);850 EXPECT_EQ(dBinderService->QueryProxyObject(binderObject1), nullptr);
511 if (QueryProxyObject(binderObject) == nullptr) { in LoadSystemAbilityComplete()928 sptr<IRemoteObject> DBinderService::QueryProxyObject(binder_uintptr_t binderObject) in QueryProxyObject() function in OHOS::DBinderService