Home
last modified time | relevance | path

Searched refs:testService_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_client.cpp45 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 …]
H A Dtest_capi_skeleton.cpp64 : 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()
/ohos5.0/foundation/ability/idl_tool/test/native/src/
H A Dtest_client.cpp36 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()
/ohos5.0/foundation/ability/idl_tool/
H A DREADME.md216 testService_ = (new (std::nothrow) IdlTestServiceProxy(object));
219 if (testService_ == nullptr) {
229 if (testService_ != nullptr) {
232 testService_->TestIntTransaction(1234, result); // 1234 : test number
239 if (testService_ != nullptr) {
241 testService_->TestStringTransaction("IDL Test");
/ohos5.0/foundation/ability/idl_tool/test/native/include/
H A Dtest_client.h32 sptr<IdlTestServiceProxy> testService_; variable
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_service_client.h53 sptr<ITestService> testService_; variable
H A Dtest_capi_skeleton.h56 sptr<ITestService> testService_;