Searched defs:Run (Results 1 - 24 of 24) sorted by relevance

/system/core/metricsd/uploader/
H A Dmetricsd_service_runner.cc33 thread_.reset(new std::thread(&MetricsdServiceRunner::Run, this));
36 void MetricsdServiceRunner::Run() { function in class:MetricsdServiceRunner
50 message_loop_->Run();
/system/bt/service/test/
H A Dstub_ipc_handler_binder.cpp36 bool IPCHandlerBinder::Run() { function in class:ipc::IPCHandlerBinder
H A Dstub_ipc_handler_linux.cpp39 bool IPCHandlerLinux::Run() { function in class:ipc::IPCHandlerLinux
/system/extras/simpleperf/
H A Dcmd_help.cpp34 bool Run(const std::vector<std::string>& args) override;
41 bool HelpCommand::Run(const std::vector<std::string>& args) { function in class:HelpCommand
H A Dcmd_list.cpp55 bool Run(const std::vector<std::string>& args) override;
58 bool ListCommand::Run(const std::vector<std::string>& args) { function in class:ListCommand
H A Dcmd_dumprecord.cpp45 bool Run(const std::vector<std::string>& args);
59 bool DumpRecordCommand::Run(const std::vector<std::string>& args) { function in class:DumpRecordCommand
H A Dcmd_stat.cpp83 bool Run(const std::vector<std::string>& args);
103 bool StatCommand::Run(const std::vector<std::string>& args) { function in class:StatCommand
H A Dcmd_record.cpp136 bool Run(const std::vector<std::string>& args);
190 bool RecordCommand::Run(const std::vector<std::string>& args) { function in class:RecordCommand
H A Dcmd_report.cpp285 bool Run(const std::vector<std::string>& args);
323 bool ReportCommand::Run(const std::vector<std::string>& args) { function in class:ReportCommand
/system/bt/service/ipc/binder/
H A Dipc_handler_binder.cpp44 bool IPCHandlerBinder::Run() { function in class:ipc::IPCHandlerBinder
/system/connectivity/shill/test-scripts/
H A Dstability60 def Run(self): member in class:PeriodicExperiment
77 def Run(self): member in class:ManualExperiment
92 def Run(self, remaining): member in class:IperfTest
93 """Run iperf, log output to file, and print."""
146 e = ManualExperiment(test_function=iperf.Run)
151 test_function=iperf.Run)
152 e.Run()
/system/bt/service/ipc/
H A Dipc_handler_linux.cpp46 bool IPCHandlerLinux::Run() { function in class:ipc::IPCHandlerLinux
/system/bt/vendor_libs/test_vendor_lib/src/
H A Dvendor_manager.cc57 bool VendorManager::Run() { function in class:test_vendor_lib::VendorManager
/system/connectivity/shill/
H A Dhook_table.cc72 done_callback_.Run(Error(Error::kSuccess));
77 void HookTable::Run(int timeout_ms, const ResultCallback& done) { function in class:shill::HookTable
80 done.Run(Error(Error::kSuccess));
105 callback.Run();
121 done_callback_.Run(Error(Error::kOperationTimeout));
/system/tools/aidl/tests/
H A Daidl_test_service.cpp399 int Run() { function in namespace:__anon1924
431 return Run();
/system/tpm/attestation/server/
H A Dattestation_service_test.cc119 void Run() { function in class:attestation::AttestationServiceTest
120 run_loop_.Run();
212 Run();
226 Run();
239 Run();
252 Run();
265 Run();
278 Run();
291 Run();
305 Run();
[all...]
/system/update_engine/payload_generator/
H A Dfull_update_generator.cc67 // Run() handles the read from |fd| in a thread-safe way, and stores the
71 void Run() override;
87 void ChunkProcessor::Run() { function in class:chromeos_update_engine::__anon2050::ChunkProcessor
/system/bt/service/example/heart_rate/
H A Dheart_rate_server.cpp111 bool HeartRateServer::Run(const RunCallback& callback) { function in class:heart_rate::HeartRateServer
/system/core/liblog/tests/
H A Dbenchmark_main.cpp121 void Run(Benchmark* b) { function in namespace:testing
233 Run(b);
/system/tpm/tpm_manager/server/
H A Dtpm_manager_service_test.cc60 void Run() { function in class:tpm_manager::TpmManagerServiceTest
61 run_loop_.Run();
65 // Run out the service worker loop by posting a new command and waiting for
72 Run();
138 Run();
174 Run();
193 Run();
213 Run();
225 Run();
237 Run();
[all...]
/system/tpm/trunks/
H A Dtpm_generated_test.cc280 void Run() { function in class:trunks::CommandFlowTest
347 Run();
373 Run();
434 Run();
/system/connectivity/shill/shims/
H A Dnetfilter_queue_processor.cc156 void NetfilterQueueProcessor::Run() { function in class:shill::shims::NetfilterQueueProcessor
/system/connectivity/shill/test-rpc-proxy/
H A Dproxy_rpc_server.cc489 value_out = handler_.Run(params_in, shill_wifi_client_);
514 void ProxyRpcServer::Run() { function in class:ProxyRpcServer
/system/core/metricsd/
H A Dmetrics_collector.cc114 int MetricsCollector::Run() { function in class:MetricsCollector
144 return brillo::Daemon::Run();

Completed in 942 milliseconds