Searched refs:usage_url (Results 1 – 5 of 5) sorted by relevance
291 std::string name, usage_url, activation_state, payment_url; in GetPropertiesAndStartDataRequest() local295 shill::kUsageURLProperty, &usage_url) || in GetPropertiesAndStartDataRequest()306 if (payment_url.empty() && usage_url.empty() && in GetPropertiesAndStartDataRequest()
290 std::string usage_url, payment_url; in GetPropertiesAndContinueActivation() local292 shill::kUsageURLProperty, &usage_url) || in GetPropertiesAndContinueActivation()301 if (payment_url.empty() && usage_url.empty()) in GetPropertiesAndContinueActivation()
320 item->SetString("usage_url", cellular_networks[i]->usage_url()); in GetNetworkInfo()
592 const std::string& usage_url() const { return usage_url_; } in usage_url() function
1681 return !usage_url().empty() || !payment_url().empty(); in SupportsDataPlan()