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

123456

/system/tpm/trunks/
H A Dtpm_state_impl.cc210 uint32_t next_property = callback.Run(capability_data.data);
/system/update_engine/
H A Dboot_control_chromeos.cc68 callback.Run(return_code == 0);
H A Dupdate_engine_client_android.cc137 LOG(ERROR) << "Nothing to do. Run with --help for help.";
249 return client.Run();
H A Dupdate_engine_client.cc587 return client.Run();
H A Dupdate_attempter.cc261 forced_update_pending_callback_->Run(false, false);
802 forced_update_pending_callback_->Run(true, interactive);
1155 // This is purely best effort. Failures should be logged by Subprocess. Run
H A Domaha_request_action_unittest.cc409 loop.Run();
444 loop.Run();
709 loop.Run();
1165 loop.Run();
1336 loop.Run();
/system/update_engine/common/
H A Dsubprocess.cc159 record->callback.Run(info.si_status, record->stdout);
/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action_unittest.cc189 loop_.Run();
H A Dpostinstall_runner_action_unittest.cc201 loop_.Run();
262 // Run a simple postinstall program but requiring a powerwash.
/system/update_engine/update_manager/
H A Dreal_device_policy_provider_unittest.cc165 property_change_complete_.signal_callback().Run("success");
H A Dreal_shill_provider_unittest.cc134 manager_property_changed_.signal_callback().Run(
/system/extras/simpleperf/
H A Dcmd_report_sample.cpp84 bool Run(const std::vector<std::string>& args) override;
115 bool ReportSampleCommand::Run(const std::vector<std::string>& args) { function in class:__anon1764::ReportSampleCommand
H A Dcmd_stat.cpp327 bool Run(const std::vector<std::string>& args);
350 bool StatCommand::Run(const std::vector<std::string>& args) { function in class:__anon1765::StatCommand
H A Dcmd_record.cpp188 bool Run(const std::vector<std::string>& args);
244 bool RecordCommand::Run(const std::vector<std::string>& args) { function in class:RecordCommand
H A Dcmd_report.cpp370 bool Run(const std::vector<std::string>& args);
408 bool ReportCommand::Run(const std::vector<std::string>& args) { function in class:__anon1763::ReportCommand
/system/tools/aidl/tests/
H A Daidl_test_service.cpp437 int Run() { function in namespace:__anon2520
469 return Run();
/system/bt/osi/test/
H A Dalarm_test.cc51 run_loop_->Run();
/system/tpm/tpm_manager/server/
H A Dtpm_manager_service.cc319 callback.Run(*reply);
/system/bt/service/example/heart_rate/
H A Dheart_rate_server.cc123 bool HeartRateServer::Run(const RunCallback& callback) { function in class:heart_rate::HeartRateServer
/system/tpm/tpm_manager/client/
H A Dmain.cc513 return loop.Run();
/system/update_engine/scripts/update_payload/
H A Dapplier.py11 applier.Run(...)
540 def Run(self, new_kernel_part, new_rootfs_part, old_kernel_part=None, member in class:PayloadApplier
/system/bt/stack/btu/
H A Dbtu_hcif.cc427 cb_wrapper->cb.Run(stream, event->len - 5);
454 cb_wrapper->cb.Run(&status, sizeof(uint16_t));
/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc205 void Run() override;
229 void FileDeltaProcessor::Run() { function in class:chromeos_update_engine::diff_utils::FileDeltaProcessor
/system/bt/stack/btm/
H A Dbtm_ble.cc839 cb.Run(tx_phy, rx_phy, status);
865 cb.Run(0, 0, HCI_ERR_NO_CONNECTION);
874 cb.Run(0, 0, HCI_ERR_ILLEGAL_COMMAND);
/system/bt/btif/src/
H A Dbtif_core.cc332 jni_run_loop->Run();

Completed in 412 milliseconds

123456