Home
last modified time | relevance | path

Searched refs:DetachCallbackProxy (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_death_recipient.cpp52 if (!dBinderService->DetachCallbackProxy(object)) { in OnRemoteDied()
H A Ddbinder_service_stub.cpp237 if (!dBinderService->DetachCallbackProxy(object)) { in RemoveDbinderDeathRecipient()
H A Ddbinder_service.cpp1160 bool DBinderService::DetachCallbackProxy(sptr<IRemoteObject> object) in DetachCallbackProxy() function in OHOS::DBinderService
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h240 bool DetachCallbackProxy(sptr<IRemoteObject> object);
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp930 EXPECT_EQ(dBinderService->DetachCallbackProxy(object), true);
944 EXPECT_EQ(dBinderService->DetachCallbackProxy(object), false);