Searched refs:GetHttpsEnpoint (Results 1 – 5 of 5) sorted by relevance
36 virtual std::pair<uint16_t, uint16_t> GetHttpsEnpoint() const = 0;
32 std::pair<uint16_t, uint16_t> GetHttpsEnpoint() const override { in GetHttpsEnpoint() function in weave::privet::__anon6a4b09720111::DeviceDelegateImpl
53 MOCK_CONST_METHOD0(GetHttpsEnpoint, IntPair());63 EXPECT_CALL(*this, GetHttpsEnpoint()) in MockDeviceDelegate()
263 EXPECT_CALL(device_, GetHttpsEnpoint()) in TEST_F()
232 auto https_endpoint = device.GetHttpsEnpoint(); in CreateEndpointsSection()