Home
last modified time | relevance | path

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

/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service.h38 int TransStubObjectRefCount(sptr<IRemoteObject> &transObject, int operation) override;
H A Ddbinder_test_service_skeleton.h76 virtual int TransStubObjectRefCount(sptr<IRemoteObject> &transObject, int operation) = 0;
161 int TransStubObjectRefCount(sptr<IRemoteObject> &transObject, int operation) override;
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service.cpp141 int DBinderTestService::TransStubObjectRefCount(sptr<IRemoteObject> &transObject, int operation) in TransStubObjectRefCount() function in OHOS::DBinderTestService
H A Ddbinder_distributed_test.cpp1518 int result = proxy->TransStubObjectRefCount(object, IDBinderTestService::SAVE); in HWTEST_F()
1522 result = proxy2->TransStubObjectRefCount(object, IDBinderTestService::SAVE); in HWTEST_F()
1526 result = proxy->TransStubObjectRefCount(object, IDBinderTestService::WITHDRAW); in HWTEST_F()
1530 result = proxy2->TransStubObjectRefCount(object, IDBinderTestService::WITHDRAW); in HWTEST_F()
H A Ddbinder_test_service_skeleton.cpp162 int DBinderTestServiceProxy::TransStubObjectRefCount(sptr<IRemoteObject> &transObject, int operation) in TransStubObjectRefCount() function in OHOS::DBinderTestServiceProxy

Completed in 6 milliseconds