Searched refs:Run (Results 101 - 125 of 222) sorted by relevance

123456789

/system/connectivity/shill/
H A Deap_listener.cc128 request_received_callback_.Run();
H A Dactive_link_monitor.cc227 failure_callback_.Run(Metrics::kLinkMonitorFailureThresholdReached,
305 success_callback_.Run();
333 failure_callback_.Run(Metrics::kLinkMonitorTransmitFailure,
/system/connectivity/shill/ethernet/
H A Dethernet_eap_provider.cc109 it->second.Run();
/system/core/libbinderwrapper/
H A Dstub_binder_wrapper.cc45 it->second.Run();
/system/tpm/tpm_manager/client/
H A Dtpm_nvram_dbus_proxy.cc96 callback.Run(reply);
/system/tpm/trunks/
H A Dbackground_command_transceiver_test.cc46 callback.Run(GetThreadName());
H A Dtpm_handle.cc62 callback.Run(SendCommandAndWait(command));
H A Dtpm_generated.cc9586 callback.Run(response_code);
9600 error_reporter.Run(rc);
9603 callback.Run(
9624 error_reporter.Run(rc);
9822 callback.Run(response_code);
9836 error_reporter.Run(rc);
9839 callback.Run(
9860 error_reporter.Run(rc);
10058 callback.Run(response_code);
10072 error_reporter.Run(r
[all...]
/system/update_engine/common/
H A Dfake_boot_control.h73 callback.Run(true);
/system/update_engine/
H A Ddbus_test_utils.h69 on_connected_callback_->Run("", "", true);
H A Dupdate_attempter_unittest.cc518 loop_.Run();
526 loop_.Run();
534 loop_.Run();
542 loop_.Run();
629 loop_.Run();
649 loop_.Run();
672 loop_.Run();
694 loop_.Run();
716 loop_.Run();
740 loop_.Run();
[all...]
/system/webservd/libwebserv/
H A Ddbus_server.cc140 on_server_online_.Run();
149 on_server_offline_.Run();
166 on_protocol_handler_connected_.Run(registered_handler);
181 on_protocol_handler_disconnected_.Run(registered_handler);
H A Ddbus_protocol_handler.cc285 return callbacks->on_error.Run(error.get());
286 callbacks->on_success.Run(std::move(stream));
289 callbacks->on_error.Run(error);
/system/webservd/test-client/
H A Dmain.cc118 return client.Run();
/system/bt/service/test/
H A Dipc_linux_unittest.cpp169 // Run the message loop. We will stop the loop when we receive a delegate
171 message_loop_.Run();
181 message_loop_.Run();
190 // Run the message loop. We will stop the loop when we receive a delegate
192 message_loop_.Run();
/system/core/crash_reporter/
H A Dlist_proxies.cc109 // for the resolve request to timeout. Once initialized, the Run() function
133 int Run() override {
140 return brillo::DBusDaemon::Run();
240 resolver.Run();
/system/weaved/buffet/
H A Dsocket_stream.cc97 callback.Run(
106 callback.Run(std::move(error));
118 size_t size) { callback.Run(size, nullptr); },
/system/weaved/libweaved/
H A Dservice.cc374 callback.Run(&pairing_info_);
387 connection_callback_.Run(shared_from_this());
400 return entry.callback.Run(std::move(command_instance));
492 pairing_info_callback_.Run(nullptr);
494 pairing_info_callback_.Run(&pairing_info_);
/system/connectivity/shill/cellular/
H A Dcellular_capability_classic_unittest.cc131 callback.Run(Error());
135 callback.Run(Error(Error::kOperationFailed));
139 callback.Run(Error());
143 callback.Run(Error(Error::kOperationFailed));
151 callback.Run(props, Error());
155 callback.Run(kManufacturer, kModelID, kHWRev, Error());
159 callback.Run(Error());
H A Dcellular_unittest.cc214 callback.Run(Error());
218 callback.Run(Error(Error::kWrongState));
223 callback.Run(kStrength, Error());
231 callback.Run(props, Error());
238 callback.Run(kManufacturer, kModelID, kHWRev, Error());
243 callback.Run(MM_MODEM_CDMA_REGISTRATION_STATE_HOME,
249 callback.Run(kIMEI, Error());
253 callback.Run(kIMSI, Error());
257 callback.Run(kMSISDN, Error());
261 callback.Run(kTestCarrierSP
[all...]
H A Dcellular_capability_universal.cc272 callback.Run(error);
298 callback.Run(error);
346 callback.Run(error);
368 callback.Run(error);
381 callback.Run(error);
422 callback.Run(Error());
736 callback.Run(error);
872 callback.Run(error);
895 callback.Run(error);
907 callback.Run(erro
[all...]
/system/connectivity/shill/net/
H A Dnetlink_manager.cc78 error_handler_.Run(type, netlink_message);
87 ack_handler_.Run(&remove_callbacks);
118 handler_.Run(*message);
128 NetlinkManager::NetlinkResponseHandler::ack_handler_.Run(
159 handler_.Run(*message);
169 NetlinkManager::NetlinkResponseHandler::ack_handler_.Run(
783 handler.Run(*message);
/system/connectivity/shill/wifi/
H A Dwake_on_wifi.cc176 suspend_actions_done_callback_.Run(error);
1205 record_wake_reason_callback_.Run(kWakeReasonStringDisconnect);
1214 record_wake_reason_callback_.Run(kWakeReasonStringPattern);
1229 record_wake_reason_callback_.Run(kWakeReasonStringSSID);
1247 done_callback.Run(Error(Error::kSuccess));
1257 renew_dhcp_lease_callback.Run();
1294 done_callback.Run(Error(Error::kSuccess));
1357 remove_supplicant_networks_callback.Run();
1368 renew_dhcp_lease_callback.Run();
1370 remove_supplicant_networks_callback.Run();
[all...]
/system/bt/service/
H A Ddaemon.cpp49 message_loop_->Run();
/system/bt/service/example/heart_rate/
H A Dheart_rate_server.h46 bool Run(const RunCallback& callback);
99 // Callback passed to Run(). We use this to tell main that all attributes have

Completed in 1284 milliseconds

123456789