Home
last modified time | relevance | path

Searched refs:expected_properties (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_client.h62 const brillo::VariantDictionary& expected_properties);
64 const brillo::VariantDictionary& expected_properties);
66 const brillo::VariantDictionary& expected_properties);
100 const brillo::VariantDictionary& expected_properties);
138 const brillo::VariantDictionary& expected_properties);
Dproxy_dbus_client.cc194 const brillo::VariantDictionary& expected_properties) { in GetMatchingDeviceProxy() argument
195 return GetMatchingProxy<DeviceProxy>(shill::kDevicesProperty, expected_properties); in GetMatchingDeviceProxy()
199 const brillo::VariantDictionary& expected_properties) { in GetMatchingServiceProxy() argument
200 return GetMatchingProxy<ServiceProxy>(shill::kServicesProperty, expected_properties); in GetMatchingServiceProxy()
204 const brillo::VariantDictionary& expected_properties) { in GetMatchingProfileProxy() argument
205 return GetMatchingProxy<ProfileProxy>(shill::kProfilesProperty, expected_properties); in GetMatchingProfileProxy()
269 const brillo::VariantDictionary& expected_properties) { in GetServiceProxy() argument
273 expected_properties, &service_path, &error)) { in GetServiceProxy()
462 const brillo::VariantDictionary& expected_properties) { in GetMatchingProxy() argument
473 for (const auto& expected_property : expected_properties) { in GetMatchingProxy()