Home
last modified time | relevance | path

Searched refs:StartConnectServer (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/connect_server_manager_test/
H A Dconnect_server_manager_test.cpp60 * @tc.desc : Test Function ConnectServerManager::StartConnectServer
68 connectServerManager.StartConnectServer(bundleName, socketFd, true); in HWTEST_F()
175 connectServerManager.StartConnectServer(bundleName, socketFd, true); in HWTEST_F()
193 connectServerManager.StartConnectServer(bundleName, socketFd, true); in HWTEST_F()
212 connectServerManager.StartConnectServer(bundleName, socketFd, true); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dcj_runtime.cpp220 ConnectServerManager::Get().StartConnectServer(bundleName, socketFd, false); in StartDebugMode()
226 ConnectServerManager::Get().StartConnectServer(bundleName_, -1, true); in StartDebugMode()
H A Dconnect_server_manager.h37 void StartConnectServer(const std::string& bundleName, int socketFd, bool isLocalAbstract);
H A Djs_runtime.cpp197 ConnectServerManager::Get().StartConnectServer(bundleName, socketFd, false); in StartDebugMode()
206 ConnectServerManager::Get().StartConnectServer(bundleName_, -1, true); in StartDebugMode()
334 ConnectServerManager::Get().StartConnectServer(bundleName, socketFd, false); in StartProfiler()
349 ConnectServerManager::Get().StartConnectServer(bundleName_, 0, true); in DebuggerConnectionManager()
H A Dconnect_server_manager.cpp91 void ConnectServerManager::StartConnectServer(const std::string& bundleName, int socketFd, bool isLocalAbstract) in StartConnectServer() function in OHOS::AbilityRuntime::ConnectServerManager

Completed in 6 milliseconds