Home
last modified time | relevance | path

Searched refs:QueryProxyObject (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/ipc/services/dbinder/c/src/
Ddbinder_service.c429 static ProxyObject *QueryProxyObject(uintptr_t binderObject) in QueryProxyObject() function
472 ProxyObject *proxyObject = QueryProxyObject(binderObject); in FindOrNewProxy()
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
Ddbinder_service.h320 sptr<IRemoteObject> QueryProxyObject(binder_uintptr_t binderObject);
/foundation/communication/ipc/services/dbinder/test/unittest/
Ddbinder_service_unittest.cpp849 EXPECT_EQ(dBinderService->QueryProxyObject(binderObject), object);
850 EXPECT_EQ(dBinderService->QueryProxyObject(binderObject1), nullptr);
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
Ddbinder_service.cpp511 if (QueryProxyObject(binderObject) == nullptr) { in LoadSystemAbilityComplete()
928 sptr<IRemoteObject> DBinderService::QueryProxyObject(binder_uintptr_t binderObject) in QueryProxyObject() function in OHOS::DBinderService