/system/firewalld/ |
H A D | firewall_service.cc | 28 void FirewallService::RegisterAsync(const CompletionAction& callback) { argument 42 dbus_object_.RegisterAsync(callback);
|
/system/webservd/libwebserv/ |
H A D | request_handler_callback.cc | 20 const base::Callback<HandlerSignature>& callback) : callback_(callback) { 19 RequestHandlerCallback( const base::Callback<HandlerSignature>& callback) argument
|
/system/bt/stack/include/ |
H A D | btu.h | 37 void (*callback)(BT_HDR *); member in struct:__anon1130 41 void (*callback)(BT_HDR *); member in struct:__anon1131 47 void (*callback)(BT_HDR *); member in struct:__anon1132
|
/system/connectivity/shill/net/ |
H A D | rtnl_listener.cc | 26 const Callback<void(const RTNLMessage&)>& callback) 27 : RTNLListener{listen_flags, callback, RTNLHandler::GetInstance()} {} 30 const Callback<void(const RTNLMessage&)>& callback, 33 callback_(callback), 25 RTNLListener(int listen_flags, const Callback<void(const RTNLMessage&)>& callback) argument 29 RTNLListener(int listen_flags, const Callback<void(const RTNLMessage&)>& callback, RTNLHandler* rtnl_handler) argument
|
/system/connectivity/shill/ |
H A D | result_aggregator.cc | 24 ResultAggregator::ResultAggregator(const ResultCallback& callback) argument 25 : ResultAggregator(callback, nullptr, -1) {} 27 ResultAggregator::ResultAggregator(const ResultCallback& callback, argument 31 callback_(callback), 36 CHECK(!callback.is_null()); 38 dispatcher->PostDelayedTask(timeout_callback_.callback(),
|
H A D | connection_tester.cc | 51 const Callback<void()>& callback) 55 tester_callback_(callback), 48 ConnectionTester( ConnectionRefPtr connection, EventDispatcher* dispatcher, const Callback<void()>& callback) argument
|
H A D | dns_client_factory.cc | 44 const DNSClient::ClientCallback& callback) { 50 callback); 38 CreateDNSClient( IPAddress::Family family, const string& interface_name, const vector<string>& dns_servers, int timeout_ms, EventDispatcher* dispatcher, const DNSClient::ClientCallback& callback) argument
|
H A D | eap_listener.h | 22 #include <base/callback.h> 33 // callback when a request frame arrives. 51 const EapRequestReceivedCallback& callback) { 52 request_received_callback_ = callback; 64 // Retrieves an EAP packet from |socket_|. This is the callback method 50 set_request_received_callback( const EapRequestReceivedCallback& callback) argument
|
H A D | property_observer.h | 22 #include <base/callback.h> 35 // calls the supplied callback and updates the saved value. 42 Callback callback) 43 : accessor_(accessor), callback_(callback) { 41 PropertyObserver(std::shared_ptr<AccessorInterface<T>> accessor, Callback callback) argument
|
/system/tpm/attestation/client/ |
H A D | dbus_proxy_test.cc | 76 auto callback = [&callback_count](const CreateGoogleAttestedKeyReply& reply) { local 89 proxy_.CreateGoogleAttestedKey(request, base::Bind(callback)); 122 auto callback = [&callback_count](const GetKeyInfoReply& reply) { local 135 proxy_.GetKeyInfo(request, base::Bind(callback)); 163 auto callback = [&callback_count](const GetEndorsementInfoReply& reply) { local 171 proxy_.GetEndorsementInfo(request, base::Bind(callback)); 202 auto callback = [&callback_count](const GetAttestationKeyInfoReply& reply) { local 213 proxy_.GetAttestationKeyInfo(request, base::Bind(callback)); 245 auto callback = [&callback_count](const ActivateAttestationKeyReply& reply) { local 255 proxy_.ActivateAttestationKey(request, base::Bind(callback)); 287 auto callback = [&callback_count](const CreateCertifiableKeyReply& reply) { local 328 auto callback = [&callback_count](const DecryptReply& reply) { local 366 auto callback = [&callback_count](const SignReply& reply) { local 402 auto callback = [&callback_count]( local [all...] |
/system/tpm/tpm_manager/client/ |
H A D | tpm_ownership_dbus_proxy_test.cc | 74 auto callback = [&callback_count](const GetTpmStatusReply& reply) { local 85 proxy_.GetTpmStatus(request, base::Bind(callback)); 110 auto callback = [&callback_count](const TakeOwnershipReply& reply) { local 115 proxy_.TakeOwnership(request, base::Bind(callback)); 143 auto callback = [&callback_count](const RemoveOwnerDependencyReply& reply) { local 149 proxy_.RemoveOwnerDependency(request, base::Bind(callback));
|
H A D | tpm_nvram_dbus_proxy_test.cc | 73 auto callback = [&callback_count](const DefineNvramReply& reply) { local 80 proxy_.DefineNvram(request, base::Bind(callback)); 107 auto callback = [&callback_count](const DestroyNvramReply& reply) { local 113 proxy_.DestroyNvram(request, base::Bind(callback)); 142 auto callback = [&callback_count](const WriteNvramReply& reply) { local 149 proxy_.WriteNvram(request, base::Bind(callback)); 178 auto callback = [&callback_count, nvram_data](const ReadNvramReply& reply) { local 186 proxy_.ReadNvram(request, base::Bind(callback)); 215 auto callback = [&callback_count, nvram_defined]( local 224 proxy_.IsNvramDefined(request, base::Bind(callback)); 253 auto callback = [&callback_count, nvram_locked]( local 291 auto callback = [&callback_count, nvram_size]( local [all...] |
H A D | tpm_ownership_dbus_proxy.cc | 52 const GetTpmStatusCallback& callback) { 53 CallMethod<GetTpmStatusReply>(tpm_manager::kGetTpmStatus, request, callback); 58 const TakeOwnershipCallback& callback) { 60 tpm_manager::kTakeOwnership, request, callback); 65 const RemoveOwnerDependencyCallback& callback) { 67 tpm_manager::kRemoveOwnerDependency, request, callback); 75 const CallbackType& callback) { 76 auto on_error = [callback](brillo::Error* error) { 79 callback.Run(reply); 86 callback, 50 GetTpmStatus( const GetTpmStatusRequest& request, const GetTpmStatusCallback& callback) argument 56 TakeOwnership( const TakeOwnershipRequest& request, const TakeOwnershipCallback& callback) argument 63 RemoveOwnerDependency( const RemoveOwnerDependencyRequest& request, const RemoveOwnerDependencyCallback& callback) argument 73 CallMethod(const std::string& method_name, const RequestProtobufType& request, const CallbackType& callback) argument [all...] |
/system/update_engine/ |
H A D | proxy_resolver.cc | 43 ProxiesResolvedFn callback, 50 callback, 55 void DirectProxyResolver::ReturnCallback(ProxiesResolvedFn callback, argument 62 (*callback)(proxies, data); 42 GetProxiesForUrl(const string& url, ProxiesResolvedFn callback, void* data) argument
|
/system/bt/service/common/bluetooth/binder/ |
H A D | IBluetoothGattClient.cpp | 46 sp<IBinder> callback = data.readStrongBinder(); local 48 interface_cast<IBluetoothGattClientCallback>(callback)); 74 const android::sp<IBluetoothGattClientCallback>& callback) { 78 data.writeStrongBinder(IInterface::asBinder(callback.get())); 73 RegisterClient( const android::sp<IBluetoothGattClientCallback>& callback) argument
|
/system/bt/service/example/heart_rate/ |
H A D | server_main.cpp | 126 auto callback = [&](bool success) { local 141 if (!hr->Run(callback)) {
|
/system/core/libbinderwrapper/ |
H A D | real_binder_wrapper.cc | 32 explicit DeathRecipient(const base::Closure& callback) argument 33 : callback_(callback) {} 88 const base::Closure& callback) { 89 sp<DeathRecipient> recipient(new DeathRecipient(callback)); 86 RegisterForDeathNotifications( const sp<IBinder>& binder, const base::Closure& callback) argument
|
/system/core/libutils/ |
H A D | misc.cpp | 40 sysprop_change_callback callback; member in struct:android::sysprop_change_callback_info 56 info.callback = cb; 84 listeners[i].callback();
|
/system/tpm/tpm_manager/server/ |
H A D | dbus_service.cc | 39 void DBusService::Register(const CompletionAction& callback) { argument 126 dbus_object_.RegisterAsync(callback); 138 // callback. 141 // A callback that sends off the reply protobuf. 142 auto callback = [](const SharedResponsePointer& response, 148 base::Bind(callback, SharedResponsePointer(std::move(response)))); 160 // copy the callback. 163 // A callback that sends off the reply protobuf. 164 auto callback = [](const SharedResponsePointer& response, 170 base::Bind(callback, SharedResponsePointe [all...] |
/system/tpm/trunks/ |
H A D | tpm_handle.cc | 22 #include <base/callback.h> 61 const ResponseCallback& callback) { 62 callback.Run(SendCommandAndWait(command)); 60 SendCommand(const std::string& command, const ResponseCallback& callback) argument
|
H A D | tpm_simulator_handle.cc | 31 #include <base/callback.h> 59 const ResponseCallback& callback) { 60 callback.Run(SendCommandAndWait(command)); 58 SendCommand(const std::string& command, const ResponseCallback& callback) argument
|
H A D | trunks_binder_proxy.cc | 20 #include <base/callback.h> 36 ResponseObserver(const trunks::CommandTransceiver::ResponseCallback& callback) argument 37 : callback_(callback) {} 74 const ResponseCallback& callback) { 82 callback.Run(CreateErrorResponse(TRUNKS_RC_IPC_ERROR)); 85 android::sp<ResponseObserver> observer(new ResponseObserver(callback)); 90 callback.Run(CreateErrorResponse(TRUNKS_RC_IPC_ERROR)); 73 SendCommand(const std::string& command, const ResponseCallback& callback) argument
|
/system/update_engine/common/ |
H A D | boot_control_stub.cc | 57 base::Callback<void(bool)> callback) { 56 MarkBootSuccessfulAsync( base::Callback<void(bool)> callback) argument
|
H A D | http_fetcher.cc | 50 const Closure& callback) { 52 callback_.reset(new Closure(callback)); 76 Closure* callback = callback_.release(); local 78 callback->Run(); 79 delete callback; 49 ResolveProxiesForUrl(const string& url, const Closure& callback) argument
|
H A D | subprocess.h | 27 #include <base/callback.h> 38 // be saved and used to cancel the callback request and kill your process. If 66 // Launches a process in the background and calls the passed |callback| when 72 pid_t Exec(const std::vector<std::string>& cmd, const ExecCallback& callback); 76 const ExecCallback& callback); 78 // Kills the running process with SIGTERM and ignores the callback. 82 // file descriptor is available until the callback for the child |pid| 111 explicit SubprocessRecord(const ExecCallback& callback) argument 112 : callback(callback) {} 115 ExecCallback callback; member in struct:chromeos_update_engine::Subprocess::SubprocessRecord [all...] |