Searched refs:TestServiceProxy (Results 1 – 6 of 6) sorted by relevance
79 TestServiceProxy::TestServiceProxy(const sptr<IRemoteObject> &impl) in TestServiceProxy() function in OHOS::TestServiceProxy84 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 …]
179 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());
472 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());
39 class TestServiceProxy : public IRemoteProxy<ITestAbility> {48 TestServiceProxy::TestServiceProxy(const sptr<IRemoteObject> &impl)53 int TestServiceProxy::TestPingAbility(const std::u16string &dummy){
130 class TestServiceProxy : public IRemoteProxy<ITestService> {132 explicit TestServiceProxy(const sptr<IRemoteObject> &impl);133 ~TestServiceProxy() = default;165 static inline BrokerDelegator<TestServiceProxy> delegator_;