Searched refs:iTestServerInterface (Results 1 – 6 of 6) sorted by relevance
128 …sptr<ITestServerInterface> iTestServerInterface = iface_cast<TestServerInterfaceProxy>(remoteObjec… in LoadTestServer() local129 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() local145 if (iTestServerInterface == nullptr) { in SetPasteData()149 return iTestServerInterface->SetPasteData(text); in SetPasteData()155 auto iTestServerInterface = LoadTestServer(); in PublishCommonEvent() local156 if (iTestServerInterface == nullptr) { in PublishCommonEvent()161 iTestServerInterface->PublishCommonEvent(event, result); in PublishCommonEvent()[all …]
40 … sptr<ITestServerInterface> iTestServerInterface = StartTestServer::GetInstance().LoadTestServer(); variable41 EXPECT_NE(iTestServerInterface, nullptr);50 … sptr<ITestServerInterface> iTestServerInterface = StartTestServer::GetInstance().LoadTestServer(); in load_test_server_test() local51 EXPECT_NE(iTestServerInterface, nullptr); in load_test_server_test()
110 …sptr<ITestServerInterface> iTestServerInterface = iface_cast<TestServerInterfaceProxy>(remoteObjec… in LoadTestServer() local111 if (iTestServerInterface == nullptr) { in LoadTestServer()114 return iTestServerInterface; in LoadTestServer()
131 … sptr<ITestServerInterface> iTestServerInterface = StartTestServer::GetInstance().LoadTestServer(); variable141 … sptr<ITestServerInterface> iTestServerInterface = StartTestServer::GetInstance().LoadTestServer(); variable153 … sptr<ITestServerInterface> iTestServerInterface = StartTestServer::GetInstance().LoadTestServer(); variable214 … sptr<ITestServerInterface> iTestServerInterface = StartTestServer::GetInstance().LoadTestServer(); variable
29 …sptr<ITestServerInterface> iTestServerInterface = TestServerClient::GetInstance().LoadTestServer(); in DoSomethingInterestingWithMyAPI() local30 if (iTestServerInterface == nullptr) { in DoSomethingInterestingWithMyAPI()34 return iTestServerInterface->CreateSession(*sessionToken) == TEST_SERVER_OK; in DoSomethingInterestingWithMyAPI()
27 …sptr<ITestServerInterface> iTestServerInterface = TestServerClient::GetInstance().LoadTestServer(); in DoSomethingInterestingWithMyAPI() local28 if (iTestServerInterface == nullptr) { in DoSomethingInterestingWithMyAPI()