Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/test/
H A Dipc_transactor_test.cpp91 server.InitAndConnectPeer(token, nullptr); in TEST_P()
107 auto success = client.InitAndConnectPeer(token, nullptr); in TEST_P()
135 server.InitAndConnectPeer(token, executor); in TEST()
147 auto connSuccess = client.InitAndConnectPeer(token, nullptr); in TEST()
192 server.InitAndConnectPeer(token, executor); in TEST()
204 auto connSuccess = client.InitAndConnectPeer(token, nullptr); in TEST()
239 if (server.InitAndConnectPeer(token, executor)) { in TEST()
252 auto connSuccess = client.InitAndConnectPeer(token, nullptr); in TEST()
283 client.InitAndConnectPeer(token, nullptr); in TEST()
295 auto success = server.InitAndConnectPeer(toke in TEST()
[all...]
/test/testfwk/arkxtest/uitest/connection/
H A Dipc_transactor.h80 bool InitAndConnectPeer(std::string_view token, ApiCallHandler handler);
H A Dipc_transactor.cpp292 bool ApiTransactor::InitAndConnectPeer(string_view token, ApiCallHandler handler) in InitAndConnectPeer() function in OHOS::uitest::ApiTransactor
/test/testfwk/arkxtest/uitest/cj/
H A Duitest_ffi.cpp163 auto result = g_apiTransactClient.InitAndConnectPeer(realToken, callbackHandler); in CJ_InitConnection()
/test/testfwk/arkxtest/uitest/server/
H A Dserver_main.cpp236 if (!apiTransactServer.InitAndConnectPeer(transalatedToken, apiHandler)) { in StartDaemon()
/test/testfwk/arkxtest/uitest/napi/
H A Duitest_napi.cpp81 auto result = g_apiTransactClient.InitAndConnectPeer(token, callbackHandler); in ScheduleEstablishConnection()

Completed in 5 milliseconds