Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
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;
H A Ddbinder_test_service.h38 int TransStubObjectRefCount(sptr<IRemoteObject> &transObject, int operation) override;
/ohos5.0/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);
1522 result = proxy2->TransStubObjectRefCount(object, IDBinderTestService::SAVE);
1526 result = proxy->TransStubObjectRefCount(object, IDBinderTestService::WITHDRAW);
1530 result = proxy2->TransStubObjectRefCount(object, IDBinderTestService::WITHDRAW);
H A Ddbinder_test_service_skeleton.cpp162 int DBinderTestServiceProxy::TransStubObjectRefCount(sptr<IRemoteObject> &transObject, int operatio… in TransStubObjectRefCount() function in OHOS::DBinderTestServiceProxy