Home | History | Annotate | Download | only in test-rpc-proxy

Lines Matching full:property_name

31     const std::string& property_name,
37 if (proxy_properties.find(property_name) == proxy_properties.end()) {
40 *property_value = proxy_properties[property_name];
46 const std::string& property_name,
54 if ((GetPropertyValueFromProxy<Proxy>(proxy, property_name, &property_value)) &&
210 const std::string& property_name,
213 proxy, property_name, property_value);
218 const std::string& property_name,
221 proxy, property_name, property_value);
226 const std::string& property_name,
229 proxy, property_name, property_value);
234 const std::string& property_name,
240 object_path, property_name, expected_values, timeout_milliseconds,
246 const std::string& property_name,
252 object_path, property_name, expected_values, timeout_milliseconds,
258 const std::string& property_name,
264 object_path, property_name, expected_values, timeout_milliseconds,
414 const std::string& property_name,
417 &shill_manager_proxy_, property_name, property_value);
443 // Templated functions to return the object path property_name based on
489 const std::string& property_name,
501 property_name,
505 property_name,
511 property_name));