Searched refs:serviceBase (Results 1 – 5 of 5) sorted by relevance
42 ServiceBase serviceBase; variable43 ASSERT_TRUE(!unixSocketClient.Connect("asdf", serviceBase));
41 ServiceBase serviceBase; variable43 ASSERT_FALSE(serviceBase.ProtocolProc(socketContext, 0, (const int8_t *)s.c_str(), s.size()));
47 ServiceBase serviceBase; variable48 ASSERT_TRUE(unixSocketClient.Connect("server_name", serviceBase));
33 bool UnixSocketClient::Connect(const std::string addrname, ServiceBase& serviceBase) in Connect() argument53 serviceBase_ = &serviceBase; in Connect()
27 bool Connect(const std::string addrname, ServiceBase& serviceBase);