Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/testserver/src/client/
H A Dtest_server_client.cpp128 sptr<ITestServerInterface> iTestServerInterface = iface_cast<TestServerInterfaceProxy>(remoteObject_); in LoadTestServer() local
129 if (iTestServerInterface == nullptr) { in LoadTestServer()
134 if (iTestServerInterface->CreateSession(*sessionToken) != TEST_SERVER_OK) { in LoadTestServer()
138 return iTestServerInterface; in LoadTestServer()
144 auto iTestServerInterface = LoadTestServer(); in SetPasteData() local
145 if (iTestServerInterface == nullptr) { in SetPasteData()
146 HiLog::Error(LABEL, "%{public}s. Get iTestServerInterface FAILED", __func__); in SetPasteData()
149 return iTestServerInterface->SetPasteData(text); in SetPasteData()
155 auto iTestServerInterface = LoadTestServer(); in PublishCommonEvent() local
156 if (iTestServerInterface in PublishCommonEvent()
[all...]
/test/testfwk/arkxtest/testserver/test/unittest/
H A Dtest_server_client_test.cpp40 sptr<ITestServerInterface> iTestServerInterface = StartTestServer::GetInstance().LoadTestServer(); in HWTEST() local
41 EXPECT_NE(iTestServerInterface, nullptr); in HWTEST()
50 sptr<ITestServerInterface> iTestServerInterface = StartTestServer::GetInstance().LoadTestServer(); in load_test_server_test() local
51 EXPECT_NE(iTestServerInterface, nullptr); in load_test_server_test()
H A Dstart_test_server.cpp110 sptr<ITestServerInterface> iTestServerInterface = iface_cast<TestServerInterfaceProxy>(remoteObject_); in LoadTestServer() local
111 if (iTestServerInterface == nullptr) { in LoadTestServer()
114 return iTestServerInterface; in LoadTestServer()
H A Dtest_server_service_test.cpp131 sptr<ITestServerInterface> iTestServerInterface = StartTestServer::GetInstance().LoadTestServer(); in HWTEST_F() local
141 sptr<ITestServerInterface> iTestServerInterface = StartTestServer::GetInstance().LoadTestServer(); in HWTEST_F() local
153 sptr<ITestServerInterface> iTestServerInterface = StartTestServer::GetInstance().LoadTestServer(); in HWTEST_F() local
214 sptr<ITestServerInterface> iTestServerInterface = StartTestServer::GetInstance().LoadTestServer(); in HWTEST_F() local
/test/testfwk/arkxtest/testserver/test/fuzztest/createsession_fuzzer/
H A Dcreatesession_fuzzer.cpp29 sptr<ITestServerInterface> iTestServerInterface = TestServerClient::GetInstance().LoadTestServer(); in DoSomethingInterestingWithMyAPI() local
30 if (iTestServerInterface == nullptr) { in DoSomethingInterestingWithMyAPI()
34 return iTestServerInterface->CreateSession(*sessionToken) == TEST_SERVER_OK; in DoSomethingInterestingWithMyAPI()
/test/testfwk/arkxtest/testserver/test/fuzztest/loadtestserver_fuzzer/
H A Dloadtestserver_fuzzer.cpp27 sptr<ITestServerInterface> iTestServerInterface = TestServerClient::GetInstance().LoadTestServer(); in DoSomethingInterestingWithMyAPI() local
28 if (iTestServerInterface == nullptr) { in DoSomethingInterestingWithMyAPI()

Completed in 2 milliseconds