Searched refs:DBinderTestServiceProxy (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_test_service_skeleton.cpp | 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() 201 int DBinderTestServiceProxy::GetRemoteDecTimes() in GetRemoteDecTimes() 215 void DBinderTestServiceProxy::ClearRemoteDecTimes() in ClearRemoteDecTimes() 241 int DBinderTestServiceProxy::ProxyTransRawData(int length) in ProxyTransRawData() 279 int DBinderTestServiceProxy::StubTransRawData(int length) in StubTransRawData() 348 int DBinderTestServiceProxy::ReverseIntNullReply(int data, int &rep) in ReverseIntNullReply() 363 int DBinderTestServiceProxy::ReverseIntVoidData(int data, int &rep) in ReverseIntVoidData() 375 int DBinderTestServiceProxy::ReverseIntDelay(int data, int &rep) in ReverseIntDelay() [all …]
|
H A D | dbinder_distributed_test.cpp | 381 …remoteTestService->TransProxyObject(2019, object, OHOS::DBinderTestServiceProxy::NOT_SAVE, reply, … 421 …remoteTestService->TransProxyObject(2019, object, OHOS::DBinderTestServiceProxy::NOT_SAVE, reply, … 427 …remoteTestService->TransProxyObject(2019, object2, OHOS::DBinderTestServiceProxy::NOT_SAVE, reply,… 464 …int result = remoteTestService->TransProxyObject(2019, object, DBinderTestServiceProxy::SAVE, repl… 469 …result = remoteTestService->TransProxyObject(2019, object, DBinderTestServiceProxy::WITHDRAW, repl… 508 …remoteTestService->TransProxyObject(2019, object, DBinderTestServiceProxy::NOT_SAVE, reply, withdr… 547 …remoteTestService->TransProxyObject(2019, object, DBinderTestServiceProxy::NOT_SAVE, reply, withdr… 1475 …int result = remoteTestService->TransProxyObjectAgain(2021, object, DBinderTestServiceProxy::NOT_S…
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/include/ |
H A D | dbinder_test_service_skeleton.h | 143 class DBinderTestServiceProxy : public IRemoteProxy<IDBinderTestService> { 145 explicit DBinderTestServiceProxy(const sptr<IRemoteObject> &impl); 146 ~DBinderTestServiceProxy() = default; 171 static inline BrokerDelegator<DBinderTestServiceProxy> delegator_;
|