Searched refs:InitAndConnectPeer (Results 1 - 6 of 6) sorted by relevance
/test/testfwk/arkxtest/uitest/test/ |
H A D | ipc_transactor_test.cpp | 91 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 D | ipc_transactor.h | 80 bool InitAndConnectPeer(std::string_view token, ApiCallHandler handler);
|
H A D | ipc_transactor.cpp | 292 bool ApiTransactor::InitAndConnectPeer(string_view token, ApiCallHandler handler) in InitAndConnectPeer() function in OHOS::uitest::ApiTransactor
|
/test/testfwk/arkxtest/uitest/cj/ |
H A D | uitest_ffi.cpp | 163 auto result = g_apiTransactClient.InitAndConnectPeer(realToken, callbackHandler); in CJ_InitConnection()
|
/test/testfwk/arkxtest/uitest/server/ |
H A D | server_main.cpp | 236 if (!apiTransactServer.InitAndConnectPeer(transalatedToken, apiHandler)) { in StartDaemon()
|
/test/testfwk/arkxtest/uitest/napi/ |
H A D | uitest_napi.cpp | 81 auto result = g_apiTransactClient.InitAndConnectPeer(token, callbackHandler); in ScheduleEstablishConnection()
|
Completed in 5 milliseconds