Searched refs:GetHttpPort (Results 1 – 6 of 6) sorted by relevance
25 MOCK_CONST_METHOD0(GetHttpPort, uint16_t());
135 virtual uint16_t GetHttpPort() const = 0;
103 CHECK_EQ(0, evhtp_bind_socket(httpd_.get(), "0.0.0.0", GetHttpPort(), -1));174 uint16_t HttpServerImpl::GetHttpPort() const { in GetHttpPort() function in weave::examples::HttpServerImpl
36 uint16_t GetHttpPort() const override;
57 task_runner_, http_server->GetHttpPort(), http_server->GetHttpsPort(), in Start()
248 EXPECT_CALL(http_server_, GetHttpPort()).WillRepeatedly(Return(11)); in InitHttpServer()