OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getpropertyoninterface
(Results
1 - 1
of
1
) sorted by null
/external/libbrillo/brillo/dbus/
exported_property_set_unittest.cc
139
std::unique_ptr<dbus::Response>
GetPropertyOnInterface
(
340
auto response =
GetPropertyOnInterface
(kTestInterface1, kBoolPropName);
348
auto response =
GetPropertyOnInterface
(kTestInterface1, kUint8PropName);
356
auto response =
GetPropertyOnInterface
(kTestInterface1, kInt16PropName);
364
auto response =
GetPropertyOnInterface
(kTestInterface2, kUint16PropName);
372
auto response =
GetPropertyOnInterface
(kTestInterface2, kInt32PropName);
380
auto response =
GetPropertyOnInterface
(kTestInterface3, kUint32PropName);
388
auto response =
GetPropertyOnInterface
(kTestInterface3, kInt64PropName);
396
auto response =
GetPropertyOnInterface
(kTestInterface3, kUint64PropName);
404
auto response =
GetPropertyOnInterface
(kTestInterface3, kDoublePropName)
[
all
...]
Completed in 173 milliseconds