OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proxy_properties
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/test-rpc-proxy/
proxy_dbus_client.cc
34
brillo::VariantDictionary
proxy_properties
;
local
36
CHECK(proxy->GetProperties(&
proxy_properties
, &error));
37
if (
proxy_properties
.find(property_name) ==
proxy_properties
.end()) {
40
*property_value =
proxy_properties
[property_name];
464
brillo::VariantDictionary
proxy_properties
;
local
466
if (!proxy->GetProperties(&
proxy_properties
, &error)) {
474
if (
proxy_properties
[expected_property.first] != expected_property.second) {
proxy_dbus_shill_wifi_client.cc
300
brillo::VariantDictionary
proxy_properties
;
local
302
if (service->GetProperties(&
proxy_properties
, &error)) {
303
service_type =
proxy_properties
[shill::kTypeProperty];
304
signal_strength =
proxy_properties
[shill::kSignalStrengthProperty];
305
ssid_hex =
proxy_properties
[shill::kWifiHexSsid];
Completed in 146 milliseconds