OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kServicesProperty
(Results
1 - 5
of
5
) sorted by null
/system/connectivity/shill/test-rpc-proxy/
proxy_dbus_client.cc
186
return GetProxies<ServiceProxy>(shill::
kServicesProperty
);
200
return GetMatchingProxy<ServiceProxy>(shill::
kServicesProperty
, expected_properties);
/external/cros/system_api/dbus/shill/
dbus-constants.h
144
const char
kServicesProperty
[] = "Services";
[
all
...]
/system/connectivity/shill/
profile.cc
82
HelpRegisterConstDerivedStrings(
kServicesProperty
,
manager.cc
225
HelpRegisterConstDerivedRpcIdentifiers(
kServicesProperty
,
[
all
...]
manager_unittest.cc
675
// EmitRpcIdentifierArrayChanged(
kServicesProperty
, _));
820
ASSERT_FALSE(props.find(
kServicesProperty
) == props.end());
822
props[
kServicesProperty
].IsTypeCompatible<vector<dbus::ObjectPath>>());
[
all
...]
Completed in 378 milliseconds