Home
last modified time | relevance | path

Searched refs:CheckBinderObject (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h340 bool CheckBinderObject(const sptr<DBinderServiceStub> &stub, binder_uintptr_t binderObject);
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp209 bool DBinderService::CheckBinderObject(const sptr<DBinderServiceStub> &stub, binder_uintptr_t stubPtr) in CheckBinderObject() function in OHOS::DBinderService
225 return CheckBinderObject(stub, stubPtr); in HasDBinderStub()
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp469 * @tc.desc: Verify the CheckBinderObject function
478 bool res = dBinderService->CheckBinderObject(stub, binderObject); in HWTEST_F()
484 * @tc.desc: Verify the CheckBinderObject function
496 bool res = dBinderService->CheckBinderObject(stub, binderObject); in HWTEST_F()

Completed in 6 milliseconds