Home
last modified time | relevance | path

Searched refs:testService_ (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_client.cpp42 testService_ = iface_cast<ITestService>(object); in ConnectService()
45 if (testService_ == nullptr) { in ConnectService()
54 if (testService_ != nullptr) { in StartSyncTransaction()
57 testService_->TestSyncTransaction(2019, result); in StartSyncTransaction()
63 if (testService_ != nullptr) { in StartSyncDelayReply()
66 testService_->TestSyncTransaction(2019, result, 2); in StartSyncDelayReply()
72 if (testService_ != nullptr) { in StartAsyncTransaction()
75 testService_->TestAsyncTransaction(2019, result); in StartAsyncTransaction()
81 if (testService_ != nullptr) { in StartPingService()
84 testService_ in StartPingService()
[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_str()); in NativeRemoteProxyTest()
558 if (testService_ == nullptr) { in RegisterRemoteStub()
559 ZLOGE(LABEL, "Member variable testService_ Is a null pointer"); in RegisterRemoteStub()
562 int result = testService_->TestRegisterRemoteStub(NATIVEREMOTESTUBTEST_DESCRIPTOR.c_str(), stub_->remote); in RegisterRemoteStub()
569 if (testService_ == nullptr) { in UnRegisterRemoteStub()
570 ZLOGE(LABEL, "Member variable testService_ Is a null pointer"); in UnRegisterRemoteStub()
573 int result = testService_->TestUnRegisterRemoteStub(NATIVEREMOTESTUBTEST_DESCRIPTOR.c_str()); in UnRegisterRemoteStub()
/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()
/foundation/ability/idl_tool/test/native/include/
H A Dtest_client.h32 sptr<IdlTestServiceProxy> testService_; member in OHOS::TestClient
/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_service_client.h53 sptr<ITestService> testService_; member in OHOS::TestServiceClient
H A Dtest_capi_skeleton.h56 sptr<ITestService> testService_; member in OHOS::NativeRemoteBase

Completed in 3 milliseconds