Searched refs:DBinderTestServiceProxy (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_test_service_skeleton.cpp | 32 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, LOG_ID_TEST, "DBinderTestServiceProxy" }; 37 DBinderTestServiceProxy::DBinderTestServiceProxy(const sptr<IRemoteObject> &impl) in DBinderTestServiceProxy() function in OHOS::DBinderTestServiceProxy 41 int DBinderTestServiceProxy::ReverseInt(int data, int &rep) in ReverseInt() 58 int DBinderTestServiceProxy::GetChildId(uint64_t &rep) in GetChildId() 70 int DBinderTestServiceProxy::TransProxyObject(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, in TransProxyObject() 88 int DBinderTestServiceProxy::TransProxyObjectRefCount(sptr<IRemoteObject> &transObject, int operation) in TransProxyObjectRefCount() 104 int DBinderTestServiceProxy::TransProxyObjectAgain(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, in TransProxyObjectAgain() 122 int DBinderTestServiceProxy::TransStubObject(int data, sptr<IRemoteObject> &transObject, int &rep, int &stubRep) in TransStubObject() 162 int DBinderTestServiceProxy [all...] |
H A D | dbinder_distributed_test.cpp | 381 remoteTestService->TransProxyObject(2019, object, OHOS::DBinderTestServiceProxy::NOT_SAVE, reply, withdrawRes); in HWTEST_F() 421 remoteTestService->TransProxyObject(2019, object, OHOS::DBinderTestServiceProxy::NOT_SAVE, reply, withdrawRes); in HWTEST_F() 427 remoteTestService->TransProxyObject(2019, object2, OHOS::DBinderTestServiceProxy::NOT_SAVE, reply, withdrawRes); in HWTEST_F() 464 int result = remoteTestService->TransProxyObject(2019, object, DBinderTestServiceProxy::SAVE, reply, withdrawRes); in HWTEST_F() 469 result = remoteTestService->TransProxyObject(2019, object, DBinderTestServiceProxy::WITHDRAW, reply, withdrawRes); in HWTEST_F() 508 remoteTestService->TransProxyObject(2019, object, DBinderTestServiceProxy::NOT_SAVE, reply, withdrawRes); in HWTEST_F() 547 remoteTestService->TransProxyObject(2019, object, DBinderTestServiceProxy::NOT_SAVE, reply, withdrawRes); in HWTEST_F() 1475 int result = remoteTestService->TransProxyObjectAgain(2021, object, DBinderTestServiceProxy::NOT_SAVE, in HWTEST_F()
|
/foundation/communication/ipc/services/dbinder/test/distributedtest/include/ |
H A D | dbinder_test_service_skeleton.h | 143 class DBinderTestServiceProxy : public IRemoteProxy<IDBinderTestService> { class 145 explicit DBinderTestServiceProxy(const sptr<IRemoteObject> &impl); 146 ~DBinderTestServiceProxy() = default; 171 static inline BrokerDelegator<DBinderTestServiceProxy> delegator_;
|
Completed in 4 milliseconds