Home
last modified time | relevance | path

Searched refs:GetHttpsEnpoint (Results 1 – 5 of 5) sorted by relevance

/external/libweave/src/privet/
Ddevice_delegate.h36 virtual std::pair<uint16_t, uint16_t> GetHttpsEnpoint() const = 0;
Ddevice_delegate.cc32 std::pair<uint16_t, uint16_t> GetHttpsEnpoint() const override { in GetHttpsEnpoint() function in weave::privet::__anon6a4b09720111::DeviceDelegateImpl
Dmock_delegates.h53 MOCK_CONST_METHOD0(GetHttpsEnpoint, IntPair());
63 EXPECT_CALL(*this, GetHttpsEnpoint()) in MockDeviceDelegate()
Dprivet_handler_unittest.cc263 EXPECT_CALL(device_, GetHttpsEnpoint()) in TEST_F()
Dprivet_handler.cc232 auto https_endpoint = device.GetHttpsEnpoint(); in CreateEndpointsSection()