HomeSort by relevance Sort by last modified time
    Searched refs:dbus_utils (Results 1 - 25 of 55) sorted by null

1 2 3

  /system/tpm/attestation/server/
dbus_service.h 31 brillo::dbus_utils::AsyncEventSequencer::CompletionAction;
53 std::unique_ptr<brillo::dbus_utils::DBusMethodResponse<
58 void HandleGetKeyInfo(std::unique_ptr<brillo::dbus_utils::DBusMethodResponse<
64 std::unique_ptr<brillo::dbus_utils::DBusMethodResponse<
70 std::unique_ptr<brillo::dbus_utils::DBusMethodResponse<
76 std::unique_ptr<brillo::dbus_utils::DBusMethodResponse<
82 std::unique_ptr<brillo::dbus_utils::DBusMethodResponse<
89 brillo::dbus_utils::DBusMethodResponse<const DecryptReply&>> response,
94 std::unique_ptr<brillo::dbus_utils::DBusMethodResponse<const SignReply&>>
100 std::unique_ptr<brillo::dbus_utils::DBusMethodResponse
    [all...]
  /system/tpm/trunks/
trunks_dbus_service.h 55 brillo::dbus_utils::AsyncEventSequencer* sequencer) override;
59 void HandleSendCommand(std::unique_ptr<brillo::dbus_utils::DBusMethodResponse<
67 std::unique_ptr<brillo::dbus_utils::DBusObject> trunks_dbus_object_;
trunks_dbus_service.cc 28 using brillo::dbus_utils::AsyncEventSequencer;
29 using brillo::dbus_utils::DBusMethodResponse;
36 trunks_dbus_object_.reset(new brillo::dbus_utils::DBusObject(
38 brillo::dbus_utils::DBusInterface* dbus_interface =
trunks_dbus_proxy.cc 73 brillo::dbus_utils::CallMethodWithTimeout(
88 brillo::dbus_utils::CallMethodAndBlockWithTimeout(
93 brillo::dbus_utils::ExtractMethodCallResults(dbus_response.get(), &error,
  /external/libbrillo/brillo/dbus/
mock_exported_object_manager.h 17 namespace dbus_utils { namespace in namespace:brillo
22 brillo::dbus_utils::AsyncEventSequencer::CompletionAction;
38 } // namespace dbus_utils
dbus_method_invoker.cc 8 namespace dbus_utils { namespace in namespace:brillo
22 } // namespace dbus_utils
dbus_signal.cc 10 namespace dbus_utils { namespace in namespace:brillo
27 } // namespace dbus_utils
mock_dbus_object.h 15 namespace dbus_utils { namespace in namespace:brillo
29 } // namespace dbus_utils
exported_object_manager.h 25 namespace dbus_utils { namespace in namespace:brillo
95 const brillo::dbus_utils::AsyncEventSequencer::CompletionAction&
115 brillo::dbus_utils::DBusObject dbus_object_;
131 } // namespace dbus_utils
dbus_connection.cc 13 using brillo::dbus_utils::AsyncEventSequencer;
14 using brillo::dbus_utils::ExportedObjectManager;
dbus_method_invoker_unittest.cc 30 namespace dbus_utils { namespace in namespace:brillo
111 brillo::dbus_utils::CallMethodAndBlock(mock_object_proxy_.get(),
116 using brillo::dbus_utils::ExtractMethodCallResults;
124 brillo::dbus_utils::CallMethodAndBlock(mock_object_proxy_.get(),
129 using brillo::dbus_utils::ExtractMethodCallResults;
137 brillo::dbus_utils::CallMethodAndBlock(mock_object_proxy_.get(),
142 using brillo::dbus_utils::ExtractMethodCallResults;
160 brillo::dbus_utils::CallMethodAndBlock(
312 brillo::dbus_utils::CallMethod(
319 brillo::dbus_utils::CallMethod
    [all...]
dbus_param_writer.h 21 namespace dbus_utils { namespace in namespace:brillo
77 } // namespace dbus_utils
dbus_service_watcher.cc 10 namespace dbus_utils { namespace in namespace:brillo
38 } // namespace dbus_utils
dbus_service_watcher.h 18 namespace dbus_utils { namespace in namespace:brillo
50 } // namespace dbus_utils
dbus_signal.h 18 namespace dbus_utils { namespace in namespace:brillo
65 } // namespace dbus_utils
dbus_signal_handler.h 16 namespace dbus_utils { namespace in namespace:brillo
18 // brillo::dbus_utils::ConnectToSignal() is a helper function similar to
22 // brillo::dbus_utils::ConnectToSignal() actually registers a stub signal
67 } // namespace dbus_utils
utils.h 18 namespace dbus_utils { namespace in namespace:brillo
41 } // namespace dbus_utils
dbus_signal_handler_unittest.cc 22 namespace dbus_utils { namespace in namespace:brillo
55 brillo::dbus_utils::ConnectToSignal(
76 brillo::dbus_utils::ConnectToSignal(
144 } // namespace dbus_utils
exported_object_manager.cc 12 using brillo::dbus_utils::AsyncEventSequencer;
16 namespace dbus_utils { namespace in namespace:brillo
103 } // namespace dbus_utils
dbus_method_response.cc 10 namespace dbus_utils { namespace in namespace:brillo
64 } // namespace dbus_utils
  /external/libbrillo/brillo/daemons/
dbus_daemon.cc 13 using brillo::dbus_utils::AsyncEventSequencer;
14 using brillo::dbus_utils::ExportedObjectManager;
69 dbus_utils::AsyncEventSequencer* /* sequencer */) {
dbus_daemon.h 21 namespace dbus_utils { namespace in namespace:brillo
23 } // namespace dbus_utils
76 dbus_utils::AsyncEventSequencer* sequencer);
80 std::unique_ptr<dbus_utils::ExportedObjectManager> object_manager_;
  /system/tpm/tpm_manager/server/
dbus_service.h 32 using brillo::dbus_utils::DBusMethodResponse;
50 brillo::dbus_utils::AsyncEventSequencer* sequencer) override;
81 std::unique_ptr<brillo::dbus_utils::DBusObject> dbus_object_;
dbus_service.cc 34 using brillo::dbus_utils::DBusObject;
53 brillo::dbus_utils::AsyncEventSequencer* sequencer) {
60 brillo::dbus_utils::DBusInterface* ownership_dbus_interface =
81 brillo::dbus_utils::DBusInterface* nvram_dbus_interface =
  /system/tpm/attestation/client/
dbus_proxy.cc 59 brillo::dbus_utils::CallMethodWithTimeout(
72 brillo::dbus_utils::CallMethodWithTimeout(
84 brillo::dbus_utils::CallMethodWithTimeout(
98 brillo::dbus_utils::CallMethodWithTimeout(
112 brillo::dbus_utils::CallMethodWithTimeout(
126 brillo::dbus_utils::CallMethodWithTimeout(
139 brillo::dbus_utils::CallMethodWithTimeout(
150 brillo::dbus_utils::CallMethodWithTimeout(
163 brillo::dbus_utils::CallMethodWithTimeout(

Completed in 648 milliseconds

1 2 3