Home
last modified time | relevance | path

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

/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_death_recipient.cpp56 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
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h240 bool DetachCallbackProxy(sptr<IRemoteObject> object);
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp915 * @tc.desc: Verify the DetachCallbackProxy function
930 EXPECT_EQ(dBinderService->DetachCallbackProxy(object), true); in HWTEST_F()
935 * @tc.desc: Verify the DetachCallbackProxy function
944 EXPECT_EQ(dBinderService->DetachCallbackProxy(object), false); in HWTEST_F()

Completed in 6 milliseconds