Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/services/dbinder/test/fuzztest/detachproxyobject_fuzzer/
H A Ddetachproxyobject_fuzzer.cpp35 if (!dBinderService->DetachProxyObject((binder_uintptr_t)size)) { in DetachProxyObjectTest()
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_sa_death_recipient.cpp42 (void)dBinderService->DetachProxyObject(binderObject_); in OnRemoteDied()
H A Ddbinder_service.cpp1078 bool DBinderService::DetachProxyObject(binder_uintptr_t binderObject) in DetachProxyObject() function in OHOS::DBinderService
/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c452 static void DetachProxyObject(ProxyObject *proxy) in DetachProxyObject() function
467 DetachProxyObject(proxyObject); in DbinderSaDeathRecipient()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h283 bool DetachProxyObject(binder_uintptr_t binderObject);
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp323 bool res = dBinderService->DetachProxyObject(binderObject);