Home
last modified time | relevance | path

Searched refs:StartServer (Results 1 – 10 of 10) sorted by relevance

/developtools/profiler/device/services/ipc/test/unittest/
Dunix_socket_server_test.cpp40 HWTEST_F(UnixSocketServerTest, StartServer, TestSize.Level1)
44 ASSERT_TRUE(unixSocketServer.StartServer("server_name", serviceEntry));
Dservice_entry_test.cpp50 serviceEntry.StartServer("test_unix_socket_service_entry");
/developtools/profiler/device/services/ipc/src/
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()
Dunix_socket_server.cpp104 bool UnixSocketServer::StartServer(const std::string& addrname, ServiceEntry& p) in StartServer() function in UnixSocketServer
/developtools/profiler/device/services/ipc/include/
Dunix_socket_server.h34 bool StartServer(const std::string& addrname, ServiceEntry& p);
Dservice_entry.h43 bool StartServer(const std::string& addrname);
/developtools/hdc/src/test/
Dut_runtime.h45 static void StartServer(uv_work_t *arg);
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/
Dhook_service.cpp50 if (!serviceEntry_->StartServer(unixSocketName)) { in StartService()
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service.cpp89 if (!serviceEntry_->StartServer(unixSocketName)) { in StartService()