Home
last modified time | relevance | path

Searched refs:TestServiceProxy (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_skeleton.cpp79 TestServiceProxy::TestServiceProxy(const sptr<IRemoteObject> &impl) in TestServiceProxy() function in OHOS::TestServiceProxy
84 int TestServiceProxy::TestEnableSerialInvokeFlag() in TestEnableSerialInvokeFlag()
115 int TestServiceProxy::TestSendTooManyRequest(int data, int &reply) in TestSendTooManyRequest()
165 int TestServiceProxy::TestAsyncTransaction(int data, int timeout) in TestAsyncTransaction()
225 sptr<IFoo> TestServiceProxy::TestGetFooService() in TestGetFooService()
238 int TestServiceProxy::TestGetFileDescriptor() in TestGetFileDescriptor()
259 void TestServiceProxy::TestDumpService() in TestDumpService()
273 void TestServiceProxy::TestAsyncDumpService() in TestAsyncDumpService()
320 int TestServiceProxy::TestRawDataReply(int length) in TestRawDataReply()
367 int TestServiceProxy::TestCallingUidPid() in TestCallingUidPid()
[all …]
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_hitrace_unittest.cpp179 TestServiceProxy *proxy = static_cast<TestServiceProxy *>(testService.GetRefPtr());
232 TestServiceProxy *proxy = static_cast<TestServiceProxy *>(testService.GetRefPtr());
274 TestServiceProxy *proxy = static_cast<TestServiceProxy *>(testService.GetRefPtr());
314 TestServiceProxy *proxy = static_cast<TestServiceProxy *>(testService.GetRefPtr());
361 TestServiceProxy *proxy = static_cast<TestServiceProxy *>(testService.GetRefPtr());
402 TestServiceProxy *proxy = static_cast<TestServiceProxy *>(testService.GetRefPtr());
H A Dipc_core_unittest.cpp472 TestServiceProxy *proxy = static_cast<TestServiceProxy *>(testService.GetRefPtr());
503 TestServiceProxy *proxy = static_cast<TestServiceProxy *>(testService.GetRefPtr());
708 TestServiceProxy *proxy = static_cast<TestServiceProxy *>(testService.GetRefPtr());
778 TestServiceProxy *proxy = static_cast<TestServiceProxy *>(testService.GetRefPtr());
/ohos5.0/docs/zh-cn/application-dev/ipc/
H A Dsubscribe-remote-state.md39 class TestServiceProxy : public IRemoteProxy<ITestAbility> {
48 TestServiceProxy::TestServiceProxy(const sptr<IRemoteObject> &impl)
53 int TestServiceProxy::TestPingAbility(const std::u16string &dummy){
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_service_skeleton.h130 class TestServiceProxy : public IRemoteProxy<ITestService> {
132 explicit TestServiceProxy(const sptr<IRemoteObject> &impl);
133 ~TestServiceProxy() = default;
165 static inline BrokerDelegator<TestServiceProxy> delegator_;
/ohos5.0/docs/en/application-dev/ipc/
H A Dsubscribe-remote-state.md39 class TestServiceProxy : public IRemoteProxy<ITestAbility> {
48 TestServiceProxy::TestServiceProxy(const sptr<IRemoteObject> &impl)
53 int TestServiceProxy::TestPingAbility(const std::u16string &dummy){