Searched refs:GetHttpEnpoint (Results 1 – 6 of 6) sorted by relevance
45 if (device_->GetHttpEnpoint().first == 0) in Update()56 const uint16_t port = device_->GetHttpEnpoint().first; in ExposeService()
33 virtual std::pair<uint16_t, uint16_t> GetHttpEnpoint() const = 0;
29 std::pair<uint16_t, uint16_t> GetHttpEnpoint() const override { in GetHttpEnpoint() function in weave::privet::__anonce5bb62e0111::DeviceDelegateImpl
52 MOCK_CONST_METHOD0(GetHttpEnpoint, IntPair());61 EXPECT_CALL(*this, GetHttpEnpoint()) in MockDeviceDelegate()
261 EXPECT_CALL(device_, GetHttpEnpoint()) in TEST_F()
228 auto http_endpoint = device.GetHttpEnpoint(); in CreateEndpointsSection()