Home
last modified time | relevance | path

Searched refs:GetHttpEnpoint (Results 1 – 6 of 6) sorted by relevance

/external/libweave/src/privet/
Dpublisher.cc45 if (device_->GetHttpEnpoint().first == 0) in Update()
56 const uint16_t port = device_->GetHttpEnpoint().first; in ExposeService()
Ddevice_delegate.h33 virtual std::pair<uint16_t, uint16_t> GetHttpEnpoint() const = 0;
Ddevice_delegate.cc29 std::pair<uint16_t, uint16_t> GetHttpEnpoint() const override { in GetHttpEnpoint() function in weave::privet::__anonce5bb62e0111::DeviceDelegateImpl
Dmock_delegates.h52 MOCK_CONST_METHOD0(GetHttpEnpoint, IntPair());
61 EXPECT_CALL(*this, GetHttpEnpoint()) in MockDeviceDelegate()
Dprivet_handler_unittest.cc261 EXPECT_CALL(device_, GetHttpEnpoint()) in TEST_F()
Dprivet_handler.cc228 auto http_endpoint = device.GetHttpEnpoint(); in CreateEndpointsSection()