Searched refs:StartConnectServer (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/connect_server_manager_test/ |
H A D | connect_server_manager_test.cpp | 60 * @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 D | cj_runtime.cpp | 220 ConnectServerManager::Get().StartConnectServer(bundleName, socketFd, false); in StartDebugMode() 226 ConnectServerManager::Get().StartConnectServer(bundleName_, -1, true); in StartDebugMode()
|
H A D | connect_server_manager.h | 37 void StartConnectServer(const std::string& bundleName, int socketFd, bool isLocalAbstract);
|
H A D | js_runtime.cpp | 197 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 D | connect_server_manager.cpp | 91 void ConnectServerManager::StartConnectServer(const std::string& bundleName, int socketFd, bool isLocalAbstract) in StartConnectServer() function in OHOS::AbilityRuntime::ConnectServerManager
|
Completed in 5 milliseconds