OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtractMethodCallResults
(Results
1 - 5
of
5
) sorted by null
/external/libbrillo/brillo/dbus/
dbus_object_test_helpers.h
109
ExtractMethodCallResults
(response_holder.response_.get(), error, &ret_val);
135
ExtractMethodCallResults
(response_holder.response_.get(), error);
dbus_method_invoker_unittest.cc
116
using brillo::dbus_utils::
ExtractMethodCallResults
;
117
EXPECT_TRUE(
ExtractMethodCallResults
(response.get(), nullptr, &result));
129
using brillo::dbus_utils::
ExtractMethodCallResults
;
130
EXPECT_TRUE(
ExtractMethodCallResults
(response.get(), nullptr, &result));
142
using brillo::dbus_utils::
ExtractMethodCallResults
;
143
EXPECT_TRUE(
ExtractMethodCallResults
(response.get(), nullptr, &fd_out));
dbus_method_invoker.h
14
// The method call response should be parsed with
ExtractMethodCallResults
().
26
// using brillo::dbus_utils::
ExtractMethodCallResults
;
35
// if (resp &&
ExtractMethodCallResults
(resp.get(), &error, &return_value)) {
45
// using brillo::dbus_utils::
ExtractMethodCallResults
;
200
//
ExtractMethodCallResults
() will verify that the method didn't return any
203
inline bool
ExtractMethodCallResults
(dbus::Message* message,
dbus_object_unittest.cc
264
ExtractMethodCallResults
(response.get(), &error);
/system/tpm/trunks/
trunks_dbus_proxy.cc
93
brillo::dbus_utils::
ExtractMethodCallResults
(dbus_response.get(), &error,
Completed in 81 milliseconds