Searched defs:test_ (Results 1 - 7 of 7) sorted by relevance

/system/connectivity/shill/
H A Dexternal_task_unittest.cc124 ExternalTaskTest* test_; member in class:shill::__anon1388::TestRPCTask
129 test_(test) {
130 test_->set_test_rpc_task_destroyed(false);
134 test_->set_test_rpc_task_destroyed(true);
135 test_ = nullptr;
/system/connectivity/shill/cellular/
H A Dcellular_capability_universal_cdma_unittest.cc145 : test_(test) {}
152 return test_->modem_3gpp_proxy_.release();
158 return test_->modem_cdma_proxy_.release();
164 return test_->modem_proxy_.release();
170 return test_->modem_simple_proxy_.release();
176 return test_->sim_proxy_.release();
182 return test_->properties_proxy_.release();
186 CellularCapabilityUniversalCDMATest* test_; member in class:shill::CellularCapabilityUniversalCDMATest::TestControl
H A Dcellular_capability_classic_unittest.cc173 explicit TestControl(CellularCapabilityTest* test) : test_(test) {}
178 return test_->proxy_.release();
184 return test_->simple_proxy_.release();
190 return test_->cdma_proxy_.release();
200 return test_->create_gsm_card_proxy_from_factory_ ?
201 test_->gsm_card_proxy_.release() : nullptr;
207 return test_->gsm_network_proxy_.release();
213 return test_->gobi_proxy_.release();
217 CellularCapabilityTest* test_; member in class:shill::CellularCapabilityTest::TestControl
H A Dcellular_capability_gsm_unittest.cc196 explicit TestControl(CellularCapabilityGSMTest* test) : test_(test) {}
201 return test_->proxy_.release();
207 return test_->simple_proxy_.release();
217 return test_->create_card_proxy_from_factory_ ?
218 test_->card_proxy_.release() : nullptr;
224 return test_->network_proxy_.release();
228 CellularCapabilityGSMTest* test_; member in class:shill::CellularCapabilityGSMTest::TestControl
H A Dcellular_capability_universal_unittest.cc257 : test_(test) {
281 return test_->modem_3gpp_proxy_.release();
287 return test_->modem_cdma_proxy_.release();
293 return test_->modem_proxy_.release();
299 return test_->modem_simple_proxy_.release();
305 mm1::MockSimProxy* sim_proxy = test_->sim_proxy_.release();
306 test_->sim_proxy_.reset(new mm1::MockSimProxy());
314 test_->properties_proxy_.release();
324 test_->properties_proxy_.reset(new MockDBusPropertiesProxy());
329 CellularCapabilityUniversalTest* test_; member in class:shill::CellularCapabilityUniversalTest::TestControl
[all...]
H A Dcellular_unittest.cc479 explicit TestControl(CellularTest* test) : test_(test) {}
484 CHECK(test_->dbus_properties_proxy_);
485 return test_->dbus_properties_proxy_.release();
491 CHECK(test_->proxy_);
492 return test_->proxy_.release();
498 CHECK(test_->simple_proxy_);
499 return test_->simple_proxy_.release();
505 CHECK(test_->cdma_proxy_);
506 return test_->cdma_proxy_.release();
516 CHECK(!test_
551 CellularTest* test_; member in class:shill::CellularTest::TestControl
[all...]
/system/update_engine/common/
H A Dhttp_fetcher_unittest.cc344 T test_; member in class:chromeos_update_engine::HttpFetcherTest
419 unique_ptr<HttpFetcher> fetcher(this->test_.NewSmallFetcher());
422 unique_ptr<HttpServer> server(this->test_.CreateServer());
428 this->test_.SmallUrl(server->GetPort())));
434 unique_ptr<HttpFetcher> fetcher(this->test_.NewLargeFetcher());
437 unique_ptr<HttpServer> server(this->test_.CreateServer());
443 this->test_.BigUrl(server->GetPort())));
450 if (this->test_.IsMock() || this->test_.IsMulti())
457 unique_ptr<HttpFetcher> fetcher(this->test_
[all...]

Completed in 128 milliseconds