Home
last modified time | relevance | path

Searched refs:StartServer (Results 1 - 15 of 15) sorted by relevance

/developtools/profiler/device/services/ipc/test/unittest/
H A Dunix_socket_server_test.cpp38 HWTEST_F(UnixSocketServerTest, StartServer, TestSize.Level1) in HWTEST_F()
42 ASSERT_TRUE(unixSocketServer.StartServer("server_name", serviceEntry)); in HWTEST_F()
H A Dservice_entry_test.cpp48 serviceEntry.StartServer("test_unix_socket_service_entry"); in HWTEST_F()
/developtools/profiler/device/services/ipc/src/
H A Dservice_entry.cpp26 bool ServiceEntry::StartServer(const std::string& addrname) in StartServer() function in ServiceEntry
32 CHECK_TRUE(server->StartServer(addrname, *this), false, "StartServer FAIL"); in StartServer()
H A Dunix_socket_server.cpp121 bool UnixSocketServer::StartServer(const std::string& addrname, ServiceEntry& p) in StartServer() function in UnixSocketServer
123 CHECK_TRUE(socketHandle_ == -1, false, "StartServer FAIL socketHandle_ != -1"); in StartServer()
128 CHECK_TRUE(sock != -1, false, "StartServer FAIL create socket ERR : %d", errno); in StartServer()
139 "StartServer FAIL bind ERR : %d", errno); in StartServer()
146 CHECK_TRUE(sock != -1, false, "StartServer FAIL GetControlSocket return : %d", sock); in StartServer()
150 "StartServer FAIL listen ERR : %d", errno); in StartServer()
160 PROFILER_LOG_ERROR(LOG_CORE, "StartServer FAIL pthread_create ERR : %s", buf); in StartServer()
/developtools/profiler/device/services/ipc/include/
H A Dunix_socket_server.h34 bool StartServer(const std::string& addrname, ServiceEntry& p);
H A Dservice_entry.h43 bool StartServer(const std::string& addrname);
/developtools/hdc/src/test/
H A Dut_runtime.h45 static void StartServer(uv_work_t *arg);
H A Dut_runtime.cpp66 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/
H A Dhook_service.cpp47 if (!serviceEntry_->StartServer(unixSocketName)) { in StartService()
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_socket_service.cpp45 if (!serviceEntry_->StartServer(unixSocketName)) { in StartService()
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_socket_service.cpp45 if (!serviceEntry_->StartServer(unixSocketName)) { in StartService()
/developtools/hdc/src/host/
H A Dclient.h47 bool StartServer(const string &cmd);
H A Dclient.cpp73 bool HdcClient::StartServer(const string &cmd) in StartServer() function in Hdc::HdcClient
146 thisClass->StartServer(strCmd); in DoCtrlServiceWork()
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
H A Dnative_memory_profiler_sa_service.cpp43 if (!serviceEntry_->StartServer(DEFAULT_UNIX_SOCKET_HOOK_PATH)) { in NativeMemoryProfilerSaService()
/developtools/profiler/device/services/plugin_service/src/
H A Dplugin_service.cpp107 if (!serviceEntry_->StartServer(unixSocketName)) { in StartService()

Completed in 7 milliseconds