Searched refs:property_name (Results 1 - 25 of 32) sorted by relevance

12

/system/connectivity/shill/test-rpc-proxy/
H A Dproxy_dbus_client.cc31 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,
29 GetPropertyValueFromProxy( Proxy* proxy, const std::string& property_name, brillo::Any* property_value) argument
44 IsProxyPropertyValueIn( Proxy* proxy, const std::string& property_name, const std::vector<brillo::Any>& expected_values, base::Time wait_start_time, bool* is_success, brillo::Any* final_value, long* elapsed_time_milliseconds) argument
208 GetPropertyValueFromDeviceProxy( DeviceProxy* proxy, const std::string& property_name, brillo::Any* property_value) argument
216 GetPropertyValueFromServiceProxy( ServiceProxy* proxy, const std::string& property_name, brillo::Any* property_value) argument
224 GetPropertyValueFromProfileProxy( ProfileProxy* proxy, const std::string& property_name, brillo::Any* property_value) argument
232 WaitForDeviceProxyPropertyValueIn( const dbus::ObjectPath& object_path, const std::string& property_name, const std::vector<brillo::Any>& expected_values, long timeout_milliseconds, brillo::Any* final_value, long* elapsed_time_milliseconds) argument
244 WaitForServiceProxyPropertyValueIn( const dbus::ObjectPath& object_path, const std::string& property_name, const std::vector<brillo::Any>& expected_values, long timeout_milliseconds, brillo::Any* final_value, long* elapsed_time_milliseconds) argument
256 WaitForProfileProxyPropertyValueIn( const dbus::ObjectPath& object_path, const std::string& property_name, const std::vector<brillo::Any>& expected_values, long timeout_milliseconds, brillo::Any* final_value, long* elapsed_time_milliseconds) argument
413 GetPropertyValueFromManager( const std::string& property_name, brillo::Any* property_value) argument
487 WaitForProxyPropertyValueIn( const dbus::ObjectPath& object_path, const std::string& property_name, const std::vector<brillo::Any>& expected_values, long timeout_milliseconds, brillo::Any* final_value, long* elapsed_time_milliseconds) argument
[all...]
H A Dproxy_dbus_client.h68 const std::string& property_name,
71 const std::string& property_name,
74 const std::string& property_name,
80 const std::string& property_name,
87 const std::string& property_name,
94 const std::string& property_name,
128 bool GetPropertyValueFromManager(const std::string& property_name,
141 const std::string& property_name,
H A Dproxy_dbus_shill_wifi_client.h86 const std::string& property_name,
89 const std::string& property_name,
H A Dproxy_shill_wifi_client.h105 const std::string& property_name,
108 const std::string& property_name,
/system/connectivity/shill/dbus/
H A Dchromeos_supplicant_network_proxy.cc98 const std::string& property_name) {
100 << property_name; local
97 OnPropertyChanged( const std::string& property_name) argument
H A Dchromeos_supplicant_network_proxy.h64 // Callback invoked when the value of property |property_name| is changed.
65 void OnPropertyChanged(const std::string& property_name);
H A Dchromeos_wimax_manager_proxy.h70 // Callback invoked when the value of property |property_name| is changed.
71 void OnPropertyChanged(const std::string& property_name);
H A Dchromeos_wimax_manager_proxy.cc159 const std::string& property_name) {
160 SLOG(DBus, nullptr, 2) << __func__ << ": " << property_name; local
158 OnPropertyChanged( const std::string& property_name) argument
H A Dchromeos_wimax_network_proxy.cc175 const std::string& property_name) {
176 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << property_name; local
174 OnPropertyChanged( const std::string& property_name) argument
H A Dchromeos_wimax_network_proxy.h74 // Callback invoked when the value of property |property_name| is changed.
75 void OnPropertyChanged(const std::string& property_name);
H A Dchromeos_modem_cdma_proxy.h110 // Callback invoked when the value of property |property_name| is changed.
111 void OnPropertyChanged(const std::string& property_name);
H A Dchromeos_modem_gsm_card_proxy.h100 // Callback invoked when the value of property |property_name| is changed.
101 void OnPropertyChanged(const std::string& property_name);
H A Dchromeos_modem_gsm_network_proxy.h121 // Callback invoked when the value of property |property_name| is changed.
122 void OnPropertyChanged(const std::string& property_name);
H A Dchromeos_supplicant_process_proxy.h92 // Callback invoked when the value of property |property_name| is changed.
93 void OnPropertyChanged(const std::string& property_name);
H A Dchromeos_wimax_device_proxy.h91 // Callback invoked when the value of property |property_name| is changed.
92 void OnPropertyChanged(const std::string& property_name);
H A Dchromeos_modem_cdma_proxy.cc233 const string& property_name) {
234 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << property_name; local
232 OnPropertyChanged( const string& property_name) argument
H A Dchromeos_modem_gsm_card_proxy.cc257 const string& property_name) {
258 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << property_name; local
256 OnPropertyChanged( const string& property_name) argument
H A Dchromeos_modem_gsm_network_proxy.cc254 const string& property_name) {
255 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << property_name; local
253 OnPropertyChanged( const string& property_name) argument
H A Dchromeos_supplicant_process_proxy.cc256 const std::string& property_name) {
258 << property_name; local
255 OnPropertyChanged( const std::string& property_name) argument
H A Dchromeos_wimax_device_proxy.cc217 const std::string& property_name) {
218 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << property_name; local
216 OnPropertyChanged( const std::string& property_name) argument
/system/weaved/buffet/
H A Dshill_client.h83 void OnManagerPropertyChange(const std::string& property_name,
90 const std::string& property_name,
97 const std::string& property_name,
H A Dshill_client.cc264 void ShillClient::OnManagerPropertyChange(const string& property_name, argument
266 if (property_name != shill::kDevicesProperty) {
338 const string& property_name,
341 if (property_name != shill::kSelectedServiceProperty) {
437 const string& property_name,
440 << property_name << ", ...);";
445 if (property_name == shill::kStateProperty) {
455 } else if (property_name == shill::kSignalStrengthProperty) {
459 } else if (property_name == shill::kErrorProperty) {
337 OnDevicePropertyChange(const ObjectPath& device_path, const string& property_name, const Any& property_value) argument
436 OnServicePropertyChange(const ObjectPath& service_path, const string& property_name, const Any& property_value) argument
/system/connectivity/shill/
H A Ddhcp_properties.cc51 std::string GetFullPropertyName(const std::string& property_name) { argument
52 return kStoragePrefix + property_name;
/system/weaved/libweaved/
H A Dservice.h83 // |property_name| is the property name.
86 const std::string& property_name,
H A Dservice.cc191 const std::string& property_name,
358 const std::string& property_name,
362 base::StringPrintf("%s.%s", trait_name.c_str(), property_name.c_str());
356 SetStateProperty(const std::string& component, const std::string& trait_name, const std::string& property_name, const base::Value& value, brillo::ErrorPtr* error) argument

Completed in 164 milliseconds

12