Searched refs:StartServer (Results 1 – 10 of 10) sorted by relevance
| /developtools/profiler/device/services/ipc/test/unittest/ |
| D | unix_socket_server_test.cpp | 40 HWTEST_F(UnixSocketServerTest, StartServer, TestSize.Level1) 44 ASSERT_TRUE(unixSocketServer.StartServer("server_name", serviceEntry));
|
| D | service_entry_test.cpp | 50 serviceEntry.StartServer("test_unix_socket_service_entry");
|
| /developtools/profiler/device/services/ipc/src/ |
| D | service_entry.cpp | 26 bool ServiceEntry::StartServer(const std::string& addrname) in StartServer() function in ServiceEntry 32 CHECK_TRUE(server->StartServer(addrname, *this), false, "StartServer FAIL"); in StartServer()
|
| D | unix_socket_server.cpp | 104 bool UnixSocketServer::StartServer(const std::string& addrname, ServiceEntry& p) in StartServer() function in UnixSocketServer
|
| /developtools/profiler/device/services/ipc/include/ |
| D | unix_socket_server.h | 34 bool StartServer(const std::string& addrname, ServiceEntry& p);
|
| D | service_entry.h | 43 bool StartServer(const std::string& addrname);
|
| /developtools/hdc/src/test/ |
| D | ut_runtime.h | 45 static void StartServer(uv_work_t *arg);
|
| D | ut_runtime.cpp | 66 void Runtime::StartServer(uv_work_t *arg) in StartServer() function in HdcTest::Runtime 180 Base::StartWorkThread(&loopMain, StartServer, funcServerFinish, this); in Initial()
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | hook_service.cpp | 50 if (!serviceEntry_->StartServer(unixSocketName)) { in StartService()
|
| /developtools/profiler/device/services/plugin_service/src/ |
| D | plugin_service.cpp | 89 if (!serviceEntry_->StartServer(unixSocketName)) { in StartService()
|