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

  /external/libweave/src/
config.h 67 void set_oauth_url(const std::string& url) { settings_->oauth_url = url; } function in class:weave::final::final
config.cc 189 set_oauth_url(tmp);
config_unittest.cc 200 change.set_oauth_url("set_oauth_url");
201 EXPECT_EQ("set_oauth_url", GetSettings().oauth_url);
282 'oauth_url': 'set_oauth_url',
device_registration_info.cc 851 change.set_oauth_url(oauth_url);
    [all...]

Completed in 441 milliseconds