HomeSort by relevance Sort by last modified time
    Searched refs:GetServiceURL (Results 1 - 3 of 3) sorted by null

  /external/libweave/src/
device_registration_info_unittest.cc 216 TEST_F(DeviceRegistrationInfoTest, GetServiceURL) {
217 EXPECT_EQ(test_data::kServiceURL, dev_reg_->GetServiceURL());
220 EXPECT_EQ(url, dev_reg_->GetServiceURL("registrationTickets"));
223 EXPECT_EQ(url, dev_reg_->GetServiceURL("registrationTickets",
226 EXPECT_EQ(url, dev_reg_->GetServiceURL(
411 std::string ticket_url = dev_reg_->GetServiceURL("registrationTickets/") +
622 command_url_ = dev_reg_->GetServiceURL("commands/1234");
device_registration_info.cc 274 std::string DeviceRegistrationInfo::GetServiceURL(
535 auto url = GetServiceURL("registrationTickets/" + ticket_id,
561 GetServiceURL("registrationTickets/" + ticket_id + "/finalize",
864 GetServiceURL("commands/" + command_id), &command_patch,
    [all...]
device_registration_info.h 93 // GetServiceURL("ticket", {{"key","apiKey"}})
96 std::string GetServiceURL(const std::string& subpath = {},
105 // Similar to GetServiceURL, GetOAuthURL() returns a URL of OAuth 2.0 server.

Completed in 36 milliseconds