Searched refs:testService_ (Results 1 – 7 of 7) sorted by relevance
45 if (testService_ == nullptr) { in ConnectService()54 if (testService_ != nullptr) { in StartSyncTransaction()63 if (testService_ != nullptr) { in StartSyncDelayReply()72 if (testService_ != nullptr) { in StartAsyncTransaction()81 if (testService_ != nullptr) { in StartPingService()90 if (testService_ != nullptr) { in StartGetFooService()101 if (testService_ != nullptr) { in StartDumpService()109 if (testService_ != nullptr) { in StartAsyncDumpService()117 if (testService_ != nullptr) { in StartTestFileDescriptor()131 if (testService_ != nullptr) { in StartLoopTest()[all …]
64 : testService_(testService) in NativeRemoteBase()71 if (testService_ == nullptr) { in NativeRemoteProxyTest()76 …sptr<IRemoteObject> remote = testService_->TestQueryRemoteProxy(NATIVEREMOTESTUBTEST_DESCRIPTOR.c_… in NativeRemoteProxyTest()558 if (testService_ == nullptr) { in RegisterRemoteStub()562 …int result = testService_->TestRegisterRemoteStub(NATIVEREMOTESTUBTEST_DESCRIPTOR.c_str(), stub_->… in RegisterRemoteStub()569 if (testService_ == nullptr) { in UnRegisterRemoteStub()573 int result = testService_->TestUnRegisterRemoteStub(NATIVEREMOTESTUBTEST_DESCRIPTOR.c_str()); in UnRegisterRemoteStub()
36 testService_ = (new (std::nothrow) IdlTestServiceProxy(object)); in ConnectService()39 if (testService_ == nullptr) { in ConnectService()49 if (testService_ != nullptr) { in StartIntTransaction()52 testService_->TestIntTransaction(1234); // 1234 : test number in StartIntTransaction()59 if (testService_ != nullptr) { in StartStringTransaction()61 testService_->TestStringTransaction("IDL Test"); in StartStringTransaction()
216 testService_ = (new (std::nothrow) IdlTestServiceProxy(object));219 if (testService_ == nullptr) {229 if (testService_ != nullptr) {232 testService_->TestIntTransaction(1234, result); // 1234 : test number239 if (testService_ != nullptr) {241 testService_->TestStringTransaction("IDL Test");
32 sptr<IdlTestServiceProxy> testService_; variable
53 sptr<ITestService> testService_; variable
56 sptr<ITestService> testService_;